Searched refs:isLoweredToCall (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Analysis/
H A DCodeMetrics.cpp133 if (TTI.isLoweredToCall(F))
H A DTargetTransformInfo.cpp100 bool TargetTransformInfo::isLoweredToCall(const Function *F) const { function in class:TargetTransformInfo
101 return TTIImpl->isLoweredToCall(F);
H A DInlineCost.cpp927 if (TTI.isLoweredToCall(F)) {
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h164 bool isLoweredToCall(const Function *F) { function in class:llvm::TargetTransformInfoImplBase
420 if (!static_cast<T *>(this)->isLoweredToCall(F))
H A DTargetTransformInfo.h233 bool isLoweredToCall(const Function *F) const;
647 virtual bool isLoweredToCall(const Function *F) = 0;
787 bool isLoweredToCall(const Function *F) override {
788 return Impl.isLoweredToCall(F);
/external/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp479 !TTI->isLoweredToCall(CI->getCalledFunction())) {
/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h273 if (!static_cast<T *>(this)->isLoweredToCall(F))

Completed in 108 milliseconds