/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.h | 121 InstructionCost getAddressComputationCost(Type *Tp, ScalarEvolution *SE,
|
H A D | HexagonTargetTransformInfo.cpp | 172 InstructionCost HexagonTTIImpl::getAddressComputationCost(Type *Tp, in getAddressComputationCost() function in HexagonTTIImpl
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.h | 175 InstructionCost getAddressComputationCost(Type *PtrTy, ScalarEvolution *SE,
|
H A D | X86TargetTransformInfo.cpp | 4902 InstructionCost X86TTIImpl::getAddressComputationCost(Type *Ty, in getAddressComputationCost() function in X86TTIImpl 4927 return BaseT::getAddressComputationCost(Ty, SE, Ptr); in getAddressComputationCost()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 196 InstructionCost getAddressComputationCost(Type *Ty, ScalarEvolution *SE,
|
H A D | AArch64TargetTransformInfo.cpp | 2399 InstructionCost AArch64TTIImpl::getAddressComputationCost(Type *Ty, in getAddressComputationCost() function in AArch64TTIImpl
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.h | 247 InstructionCost getAddressComputationCost(Type *Val, ScalarEvolution *SE,
|
H A D | ARMTargetTransformInfo.cpp | 1062 InstructionCost ARMTTIImpl::getAddressComputationCost(Type *Ty, in getAddressComputationCost() function in ARMTTIImpl 1081 return BaseT::getAddressComputationCost(Ty, SE, Ptr); in getAddressComputationCost()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1351 InstructionCost getAddressComputationCost(Type *Ty, 1853 getAddressComputationCost(Type *Ty, ScalarEvolution *SE, const SCEV *Ptr) = 0; 2464 InstructionCost getAddressComputationCost(Type *Ty, ScalarEvolution *SE, in getAddressComputationCost() function 2466 return Impl.getAddressComputationCost(Ty, SE, Ptr); in getAddressComputationCost()
|
H A D | TargetTransformInfoImpl.h | 697 InstructionCost getAddressComputationCost(Type *Tp, ScalarEvolution *, in getAddressComputationCost() function
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 997 TargetTransformInfo::getAddressComputationCost(Type *Tp, ScalarEvolution *SE, in getAddressComputationCost() function in TargetTransformInfo 999 InstructionCost Cost = TTIImpl->getAddressComputationCost(Tp, SE, Ptr); in getAddressComputationCost()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 6398 VF.getKnownMinValue() * TTI.getAddressComputationCost(PtrTy, SE, PtrSCEV); in getMemInstScalarizationCost() 6476 return TTI.getAddressComputationCost(ValTy) + in getUniformMemOpCost() 6484 return TTI.getAddressComputationCost(ValTy) + in getUniformMemOpCost() 6501 return TTI.getAddressComputationCost(VectorTy) + in getGatherScatterCost() 6735 return TTI.getAddressComputationCost(ValTy) + in getMemoryInstructionCost()
|
H A D | VectorCombine.cpp | 1189 ScalarizedCost += TTI.getAddressComputationCost(FixedVT->getElementType()); in scalarizeLoadExtract()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 2213 InstructionCost getAddressComputationCost(Type *Ty, ScalarEvolution *, in getAddressComputationCost() function
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 2338 Cost += TTI.getAddressComputationCost(ValTy); in chainToBasePointerCost()
|