Searched defs:getCallCost (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h130 unsigned getCallCost(FunctionType *FTy, int NumArgs, const User *U) { function in class:llvm::TargetTransformInfoImplBase
715 unsigned getCallCost(const Function *F, int NumArgs, const User *U) { function in class:llvm::TargetTransformInfoImplCRTPBase
737 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments, function in class:llvm::TargetTransformInfoImplCRTPBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp156 int TargetTransformInfo::getCallCost(FunctionType *FTy, int NumArgs, function in class:TargetTransformInfo
163 int TargetTransformInfo::getCallCost(const Function *F, function in class:TargetTransformInfo

Completed in 538 milliseconds