Searched defs:getCallCost (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfoImpl.h | 130 unsigned getCallCost(FunctionType *FTy, int NumArgs, const User *U) { in getCallCost() function 715 unsigned getCallCost(const Function *F, int NumArgs, const User *U) { in getCallCost() function 737 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments, in getCallCost() function
|
| D | TargetTransformInfo.h | 1423 int getCallCost(FunctionType *FTy, int NumArgs, const User *U) override { in getCallCost() function 1426 int getCallCost(const Function *F, int NumArgs, const User *U) override { in getCallCost() function 1429 int getCallCost(const Function *F, in getCallCost() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | TargetTransformInfo.cpp | 156 int TargetTransformInfo::getCallCost(FunctionType *FTy, int NumArgs, in getCallCost() function in TargetTransformInfo 163 int TargetTransformInfo::getCallCost(const Function *F, in getCallCost() function in TargetTransformInfo
|