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 53 unsigned TargetTransformInfo::getCallCost(FunctionType *FTy,
55 return PrevTTI->getCallCost(FTy, NumArgs);
58 unsigned TargetTransformInfo::getCallCost(const Function *F,
60 return PrevTTI->getCallCost(F, NumArgs);
63 unsigned TargetTransformInfo::getCallCost(
65 return PrevTTI->getCallCost(F, Arguments);
334 unsigned getCallCost(FunctionType *FTy, int NumArgs = -1) const override
350 unsigned getCallCost(const Function *F, int NumArgs = -1) const override
368 return TopTTI->getCallCost(F->getFunctionType(), NumArgs);
371 unsigned getCallCost(const Function *F
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 127 virtual unsigned getCallCost(FunctionType *FTy, int NumArgs = -1) const;
133 virtual unsigned getCallCost(const Function *F, int NumArgs = -1) const;
138 virtual unsigned getCallCost(const Function *F,
143 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
149 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.

Completed in 577 milliseconds