| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonTargetTransformInfo.h | 113 unsigned getAddressComputationCost(Type *Tp, ScalarEvolution *SE,
|
| HD | HexagonTargetTransformInfo.cpp | 149 unsigned HexagonTTIImpl::getAddressComputationCost(Type *Tp, in getAddressComputationCost() function in HexagonTTIImpl
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64TargetTransformInfo.h | 131 int getAddressComputationCost(Type *Ty, ScalarEvolution *SE, const SCEV *Ptr);
|
| HD | AArch64TargetTransformInfo.cpp | 580 int AArch64TTIImpl::getAddressComputationCost(Type *Ty, ScalarEvolution *SE, in getAddressComputationCost() function in AArch64TTIImpl
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86TargetTransformInfo.h | 142 int getAddressComputationCost(Type *PtrTy, ScalarEvolution *SE,
|
| HD | X86TargetTransformInfo.cpp | 2536 int X86TTIImpl::getAddressComputationCost(Type *Ty, ScalarEvolution *SE, in getAddressComputationCost() function in X86TTIImpl 2558 return BaseT::getAddressComputationCost(Ty, SE, Ptr); in getAddressComputationCost()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMTargetTransformInfo.h | 204 int getAddressComputationCost(Type *Val, ScalarEvolution *SE,
|
| HD | ARMTargetTransformInfo.cpp | 478 int ARMTTIImpl::getAddressComputationCost(Type *Ty, ScalarEvolution *SE, in getAddressComputationCost() function in ARMTTIImpl 496 return BaseT::getAddressComputationCost(Ty, SE, Ptr); in getAddressComputationCost()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | TargetTransformInfo.h | 1028 int getAddressComputationCost(Type *Ty, ScalarEvolution *SE = nullptr, 1358 virtual int getAddressComputationCost(Type *Ty, ScalarEvolution *SE, 1792 int getAddressComputationCost(Type *Ty, ScalarEvolution *SE, in getAddressComputationCost() function 1794 return Impl.getAddressComputationCost(Ty, SE, Ptr); in getAddressComputationCost()
|
| HD | TargetTransformInfoImpl.h | 507 unsigned getAddressComputationCost(Type *Tp, ScalarEvolution *, in getAddressComputationCost() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | TargetTransformInfo.cpp | 719 int TargetTransformInfo::getAddressComputationCost(Type *Tp, in getAddressComputationCost() function in TargetTransformInfo 722 int Cost = TTIImpl->getAddressComputationCost(Tp, SE, Ptr); in getAddressComputationCost()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| HD | LoopVectorize.cpp | 5805 unsigned Cost = VF * TTI.getAddressComputationCost(PtrTy, SE, PtrSCEV); in getMemInstScalarizationCost() 5863 return TTI.getAddressComputationCost(ValTy) + in getUniformMemOpCost() 5870 return TTI.getAddressComputationCost(ValTy) + in getUniformMemOpCost() 5885 return TTI.getAddressComputationCost(VectorTy) + in getGatherScatterCost() 5938 return TTI.getAddressComputationCost(ValTy) + in getMemoryInstructionCost()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | BasicTTIImpl.h | 1566 unsigned getAddressComputationCost(Type *Ty, ScalarEvolution *, in getAddressComputationCost() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | RewriteStatepointsForGC.cpp | 1974 Cost += TTI.getAddressComputationCost(ValTy); in chainToBasePointerCost()
|