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/ |
D | HexagonTargetTransformInfo.cpp | 128 unsigned HexagonTTIImpl::getCallInstrCost(Function *F, Type *RetTy, in getCallInstrCost() function in HexagonTTIImpl 130 return BaseT::getCallInstrCost(F, RetTy, Tys); in getCallInstrCost()
|
D | HexagonTargetTransformInfo.h | 107 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/ |
D | TargetTransformInfo.h | 1015 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()
|
D | TargetTransformInfoImpl.h | 501 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/ |
D | TargetTransformInfo.cpp | 708 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/ |
D | BasicTTIImpl.h | 1557 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/ |
D | LoopVectorize.cpp | 3271 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); in getVectorCallCost() 3293 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys); in getVectorCallCost()
|