HomeSort by relevance Sort by last modified time
    Searched refs:getCallCost (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 62 unsigned TargetTransformInfo::getCallCost(FunctionType *FTy,
64 return PrevTTI->getCallCost(FTy, NumArgs);
67 unsigned TargetTransformInfo::getCallCost(const Function *F,
69 return PrevTTI->getCallCost(F, NumArgs);
72 unsigned TargetTransformInfo::getCallCost(
74 return PrevTTI->getCallCost(F, Arguments);
309 unsigned getCallCost(FunctionType *FTy, int NumArgs = -1) const {
324 unsigned getCallCost(const Function *F, int NumArgs = -1) const {
341 return TopTTI->getCallCost(F->getFunctionType(), NumArgs);
344 unsigned getCallCost(const Function *F
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 131 virtual unsigned getCallCost(FunctionType *FTy, int NumArgs = -1) const;
137 virtual unsigned getCallCost(const Function *F, int NumArgs = -1) const;
142 virtual unsigned getCallCost(const Function *F,
147 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
153 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.

Completed in 764 milliseconds