Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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);
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1557 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost() function
/third_party/skia/third_party/externals/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()