Searched refs:isLoweredToCall (Results 1 – 7 of 7) sorted by relevance
224 bool isLoweredToCall(const Function *F) const;565 virtual bool isLoweredToCall(const Function *F) = 0;681 bool isLoweredToCall(const Function *F) override { in isLoweredToCall() function682 return Impl.isLoweredToCall(F); in isLoweredToCall()
165 bool isLoweredToCall(const Function *F) { in isLoweredToCall() function384 if (!static_cast<T *>(this)->isLoweredToCall(F)) in getCallCost()
90 bool TargetTransformInfo::isLoweredToCall(const Function *F) const { in isLoweredToCall() function in TargetTransformInfo91 return TTIImpl->isLoweredToCall(F); in isLoweredToCall()
134 if (TTI.isLoweredToCall(F)) in analyzeBasicBlock()
801 if (TTI.isLoweredToCall(F)) { in visitCallSite()
604 !TTI->isLoweredToCall(CI->getCalledFunction())) { in FindTRECandidate()
261 if (!static_cast<T *>(this)->isLoweredToCall(F)) in getUnrollingPreferences()