/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.h | 117 InstructionCost getAddressComputationCost(Type *Tp, ScalarEvolution *SE,
|
H A D | HexagonTargetTransformInfo.cpp | 153 InstructionCost HexagonTTIImpl::getAddressComputationCost(Type *Tp, in getAddressComputationCost() function in HexagonTTIImpl
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.h | 159 InstructionCost getAddressComputationCost(Type *PtrTy, ScalarEvolution *SE,
|
H A D | X86TargetTransformInfo.cpp | 3496 InstructionCost X86TTIImpl::getAddressComputationCost(Type *Ty, in getAddressComputationCost() function in X86TTIImpl 3519 return BaseT::getAddressComputationCost(Ty, SE, Ptr); in getAddressComputationCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 179 InstructionCost getAddressComputationCost(Type *Ty, ScalarEvolution *SE,
|
H A D | AArch64TargetTransformInfo.cpp | 1078 InstructionCost AArch64TTIImpl::getAddressComputationCost(Type *Ty, in getAddressComputationCost() function in AArch64TTIImpl
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.h | 225 InstructionCost getAddressComputationCost(Type *Val, ScalarEvolution *SE,
|
H A D | ARMTargetTransformInfo.cpp | 982 InstructionCost ARMTTIImpl::getAddressComputationCost(Type *Ty, in getAddressComputationCost() function in ARMTTIImpl 1001 return BaseT::getAddressComputationCost(Ty, SE, Ptr); in getAddressComputationCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1233 InstructionCost getAddressComputationCost(Type *Ty, 1675 getAddressComputationCost(Type *Ty, ScalarEvolution *SE, const SCEV *Ptr) = 0; 2190 InstructionCost getAddressComputationCost(Type *Ty, ScalarEvolution *SE, in getAddressComputationCost() function 2192 return Impl.getAddressComputationCost(Ty, SE, Ptr); in getAddressComputationCost()
|
H A D | TargetTransformInfoImpl.h | 618 InstructionCost getAddressComputationCost(Type *Tp, ScalarEvolution *, in getAddressComputationCost() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 882 TargetTransformInfo::getAddressComputationCost(Type *Tp, ScalarEvolution *SE, in getAddressComputationCost() function in TargetTransformInfo 884 InstructionCost Cost = TTIImpl->getAddressComputationCost(Tp, SE, Ptr); in getAddressComputationCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 6947 VF.getKnownMinValue() * TTI.getAddressComputationCost(PtrTy, SE, PtrSCEV); in getMemInstScalarizationCost() 7022 return TTI.getAddressComputationCost(ValTy) + in getUniformMemOpCost() 7030 return TTI.getAddressComputationCost(ValTy) + in getUniformMemOpCost() 7047 return TTI.getAddressComputationCost(VectorTy) + in getGatherScatterCost() 7218 return TTI.getAddressComputationCost(ValTy) + in getMemoryInstructionCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1962 InstructionCost getAddressComputationCost(Type *Ty, ScalarEvolution *, in getAddressComputationCost() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 2189 Cost += TTI.getAddressComputationCost(ValTy); in chainToBasePointerCost()
|