Home
last modified time | relevance | path

Searched refs:getCallInstrCost (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp128 unsigned HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in HexagonTTIImpl
130 return BaseT::getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
DHexagonTargetTransformInfo.h107 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type*> Tys);
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp122 unsigned HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in HexagonTTIImpl
124 return BaseT::getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
DHexagonTargetTransformInfo.h110 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type*> Tys,
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h574 int getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) const;
729 virtual int getCallInstrCost(Function *F, Type *RetTy,
956 int getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
958 return Impl.getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
DTargetTransformInfoImpl.h356 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp375 int TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in TargetTransformInfo
377 int Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1015 int getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) const;
1355 virtual int getCallInstrCost(Function *F, Type *RetTy,
1785 int getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
1787 return Impl.getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
DTargetTransformInfoImpl.h501 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1178 int getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys,
1574 virtual int getCallInstrCost(Function *F, Type *RetTy,
2046 int getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function
2049 return Impl.getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
DTargetTransformInfoImpl.h560 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys, in getCallInstrCost() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp708 int TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in TargetTransformInfo
710 int Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
/external/llvm-project/llvm/lib/Analysis/
DTargetTransformInfo.cpp891 int TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in TargetTransformInfo
894 int Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys, CostKind); in getCallInstrCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h909 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1557 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1825 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys,
/external/llvm-project/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp743 const int CallCost = getCallInstrCost(nullptr, Dst, {Src}, CostKind); in getCastInstrCost()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3288 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost()
3313 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys); in getVectorCallCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3271 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost()
3293 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys); in getVectorCallCost()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3690 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys, in getVectorCallCost()
3716 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys, in getVectorCallCost()
DSLPVectorizer.cpp3410 LibCost = TTI->getCallInstrCost(nullptr, VecTy, VecTys, in getVectorCallCosts()