Home
last modified time | relevance | path

Searched refs:getAddressComputationCost (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h117 InstructionCost getAddressComputationCost(Type *Tp, ScalarEvolution *SE,
H A DHexagonTargetTransformInfo.cpp153 InstructionCost HexagonTTIImpl::getAddressComputationCost(Type *Tp, in getAddressComputationCost() function in HexagonTTIImpl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h159 InstructionCost getAddressComputationCost(Type *PtrTy, ScalarEvolution *SE,
H A DX86TargetTransformInfo.cpp3496 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 DAArch64TargetTransformInfo.h179 InstructionCost getAddressComputationCost(Type *Ty, ScalarEvolution *SE,
H A DAArch64TargetTransformInfo.cpp1078 InstructionCost AArch64TTIImpl::getAddressComputationCost(Type *Ty, in getAddressComputationCost() function in AArch64TTIImpl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h225 InstructionCost getAddressComputationCost(Type *Val, ScalarEvolution *SE,
H A DARMTargetTransformInfo.cpp982 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 DTargetTransformInfo.h1233 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 DTargetTransformInfoImpl.h618 InstructionCost getAddressComputationCost(Type *Tp, ScalarEvolution *, in getAddressComputationCost() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp882 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 DLoopVectorize.cpp6947 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 DBasicTTIImpl.h1962 InstructionCost getAddressComputationCost(Type *Ty, ScalarEvolution *, in getAddressComputationCost() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2189 Cost += TTI.getAddressComputationCost(ValTy); in chainToBasePointerCost()