Searched refs:isLoweredToCall (Results 1 – 11 of 11) sorted by relevance
34 if (!CalledF || !TTI.isLoweredToCall(CalledF)) in run()
146 if (TTI.isLoweredToCall(F)) in analyzeBasicBlock()
127 bool TargetTransformInfo::isLoweredToCall(const Function *F) const { in isLoweredToCall() function in TargetTransformInfo128 return TTIImpl->isLoweredToCall(F); in isLoweredToCall()
1257 if (TTI.isLoweredToCall(F)) { in visitCallSite()
195 bool isLoweredToCall(const Function *F) { in isLoweredToCall() function697 if (!static_cast<T *>(this)->isLoweredToCall(F)) in getCallCost()848 if (!F || static_cast<T *>(this)->isLoweredToCall(F)) in getInstructionLatency()
332 bool isLoweredToCall(const Function *F) const;1055 virtual bool isLoweredToCall(const Function *F) = 0;1275 bool isLoweredToCall(const Function *F) override { in isLoweredToCall() function1276 return Impl.isLoweredToCall(F); in isLoweredToCall()
484 !TTI->isLoweredToCall(CI->getCalledFunction())) { in findTRECandidate()
522 if (!Callee || TTI.isLoweredToCall(Callee)) { in analyzeLoopUnrollCost()
252 if (isLoweredToCall(F)) in getUnrollingPreferences()
633 if (!isLoweredToCall(F)) in getUnrollingPreferences()
467 if (!static_cast<T *>(this)->isLoweredToCall(F)) in getUnrollingPreferences()