Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h114 int getAddressComputationCost(Type *Val, bool IsComplex);
DARMTargetTransformInfo.cpp322 int ARMTTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost() function in ARMTTIImpl
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h587 int getAddressComputationCost(Type *Ty, bool IsComplex = false) const;
732 virtual int getAddressComputationCost(Type *Ty, bool IsComplex) = 0;
963 int getAddressComputationCost(Type *Ty, bool IsComplex) override { in getAddressComputationCost() function
964 return Impl.getAddressComputationCost(Ty, IsComplex); in getAddressComputationCost()
DTargetTransformInfoImpl.h362 unsigned getAddressComputationCost(Type *Tp, bool) { return 0; } in getAddressComputationCost() function
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h114 int getAddressComputationCost(Type *Ty, bool IsComplex);
DAArch64TargetTransformInfo.cpp420 int AArch64TTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost() function in AArch64TTIImpl
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.h81 int getAddressComputationCost(Type *PtrTy, bool IsComplex);
DX86TargetTransformInfo.cpp1180 int X86TTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost() function in X86TTIImpl
1190 return BaseT::getAddressComputationCost(Ty, IsComplex); in getAddressComputationCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.h113 unsigned getAddressComputationCost(Type *Tp, ScalarEvolution *SE,
DHexagonTargetTransformInfo.cpp149 unsigned HexagonTTIImpl::getAddressComputationCost(Type *Tp, in getAddressComputationCost() function in HexagonTTIImpl
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp386 int TargetTransformInfo::getAddressComputationCost(Type *Tp, in getAddressComputationCost() function in TargetTransformInfo
388 int Cost = TTIImpl->getAddressComputationCost(Tp, IsComplex); in getAddressComputationCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h131 int getAddressComputationCost(Type *Ty, ScalarEvolution *SE, const SCEV *Ptr);
DAArch64TargetTransformInfo.cpp580 int AArch64TTIImpl::getAddressComputationCost(Type *Ty, ScalarEvolution *SE, in getAddressComputationCost() function in AArch64TTIImpl
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h142 int getAddressComputationCost(Type *PtrTy, ScalarEvolution *SE,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h204 int getAddressComputationCost(Type *Val, ScalarEvolution *SE,
DARMTargetTransformInfo.cpp478 int ARMTTIImpl::getAddressComputationCost(Type *Ty, ScalarEvolution *SE, in getAddressComputationCost() function in ARMTTIImpl
496 return BaseT::getAddressComputationCost(Ty, SE, Ptr); in getAddressComputationCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1028 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()
DTargetTransformInfoImpl.h507 unsigned getAddressComputationCost(Type *Tp, ScalarEvolution *, in getAddressComputationCost() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp719 int TargetTransformInfo::getAddressComputationCost(Type *Tp, in getAddressComputationCost() function in TargetTransformInfo
722 int Cost = TTIImpl->getAddressComputationCost(Tp, SE, Ptr); in getAddressComputationCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h918 unsigned getAddressComputationCost(Type *Ty, bool IsComplex) { return 0; } in getAddressComputationCost() function
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1025 ICost += TTI->getAddressComputationCost(aTypeI); in areInstsCompatible()
1026 JCost += TTI->getAddressComputationCost(aTypeJ); in areInstsCompatible()
1027 VCost += TTI->getAddressComputationCost(VType); in areInstsCompatible()
DLoopVectorize.cpp5932 return TTI.getAddressComputationCost(VectorTy) + in getInstructionCost()
5937 unsigned Cost = TTI.getAddressComputationCost(ValTy->getScalarType()); in getInstructionCost()
6012 Cost += VF * TTI.getAddressComputationCost(PtrTy, IsComplexComputation); in getInstructionCost()
6019 unsigned Cost = TTI.getAddressComputationCost(VectorTy); in getInstructionCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5805 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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1566 unsigned getAddressComputationCost(Type *Ty, ScalarEvolution *, in getAddressComputationCost() function
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1839 Cost += TTI.getAddressComputationCost(ValTy); in chainToBasePointerCost()

12