Searched defs:getCallCost (Results 1 – 6 of 6) sorted by relevance
| /external/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfoImpl.h | 116 unsigned getCallCost(FunctionType *FTy, int NumArgs) { in getCallCost() function 405 unsigned getCallCost(const Function *F, int NumArgs) { in getCallCost() function 427 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { in getCallCost() function
|
| D | TargetTransformInfo.h | 761 int getCallCost(FunctionType *FTy, int NumArgs) override { in getCallCost() function 764 int getCallCost(const Function *F, int NumArgs) override { in getCallCost() function 767 int getCallCost(const Function *F, in getCallCost() function
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfoImpl.h | 127 unsigned getCallCost(FunctionType *FTy, int NumArgs) { in getCallCost() function 668 unsigned getCallCost(const Function *F, int NumArgs) { in getCallCost() function 690 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { in getCallCost() function
|
| D | TargetTransformInfo.h | 1205 int getCallCost(FunctionType *FTy, int NumArgs) override { in getCallCost() function 1208 int getCallCost(const Function *F, int NumArgs) override { in getCallCost() function 1211 int getCallCost(const Function *F, in getCallCost() function
|
| /external/llvm/lib/Analysis/ |
| D | TargetTransformInfo.cpp | 57 int TargetTransformInfo::getCallCost(FunctionType *FTy, int NumArgs) const { in getCallCost() function in TargetTransformInfo 63 int TargetTransformInfo::getCallCost(const Function *F, in getCallCost() function in TargetTransformInfo
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
| D | TargetTransformInfo.cpp | 64 int TargetTransformInfo::getCallCost(FunctionType *FTy, int NumArgs) const { in getCallCost() function in TargetTransformInfo 70 int TargetTransformInfo::getCallCost(const Function *F, in getCallCost() function in TargetTransformInfo
|