Searched refs:getCallCost (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/llvm/lib/Analysis/ |
| HD | TargetTransformInfo.cpp | 62 unsigned TargetTransformInfo::getCallCost(FunctionType *FTy, in getCallCost() function in TargetTransformInfo 64 return PrevTTI->getCallCost(FTy, NumArgs); in getCallCost() 67 unsigned TargetTransformInfo::getCallCost(const Function *F, in getCallCost() function in TargetTransformInfo 69 return PrevTTI->getCallCost(F, NumArgs); in getCallCost() 72 unsigned TargetTransformInfo::getCallCost( in getCallCost() function in TargetTransformInfo 74 return PrevTTI->getCallCost(F, Arguments); in getCallCost() 331 unsigned getCallCost(FunctionType *FTy, int NumArgs = -1) const { in getCallCost() function 346 unsigned getCallCost(const Function *F, int NumArgs = -1) const { in getCallCost() function 363 return TopTTI->getCallCost(F->getFunctionType(), NumArgs); in getCallCost() 366 unsigned getCallCost(const Function *F, in getCallCost() function [all …]
|
| /trueos/contrib/llvm/include/llvm/Analysis/ |
| HD | TargetTransformInfo.h | 132 virtual unsigned getCallCost(FunctionType *FTy, int NumArgs = -1) const; 138 virtual unsigned getCallCost(const Function *F, int NumArgs = -1) const; 143 virtual unsigned getCallCost(const Function *F,
|