Searched refs:isLoweredToCall (Results 1 – 15 of 15) sorted by relevance
124 if (isLoweredToCall(F)) in getUnrollingPreferences()
56 if (!CalledF || !TTI.isLoweredToCall(CalledF) || in runCGProfilePass()
136 bool IsLoweredToCall = TTI.isLoweredToCall(F); in analyzeBasicBlock()
275 bool TargetTransformInfo::isLoweredToCall(const Function *F) const { in isLoweredToCall() function in TargetTransformInfo276 return TTIImpl->isLoweredToCall(F); in isLoweredToCall()
1886 if (TTI.isLoweredToCall(F)) { in visitCallBase()
116 bool isLoweredToCall(const Function *F) const { in isLoweredToCall() function928 if (!TargetTTI->isLoweredToCall(F)) in getUserCost()1155 if (!F || static_cast<T *>(this)->isLoweredToCall(F)) in getInstructionLatency()
407 bool isLoweredToCall(const Function *F) const;1470 virtual bool isLoweredToCall(const Function *F) = 0;1798 bool isLoweredToCall(const Function *F) override { in isLoweredToCall() function1799 return Impl.isLoweredToCall(F); in isLoweredToCall()
270 bool isLoweredToCall(const Function *F);
1698 bool ARMTTIImpl::isLoweredToCall(const Function *F) { in isLoweredToCall() function in ARMTTIImpl1700 BaseT::isLoweredToCall(F); in isLoweredToCall()1756 return BaseT::isLoweredToCall(F); in isLoweredToCall()1776 return isLoweredToCall(F); in maybeLoweredToCall()2179 if (!isLoweredToCall(F)) in getUnrollingPreferences()
291 if (TTI->isLoweredToCall(F)) in runOnLoop()
485 !TTI->isLoweredToCall(CI->getCalledFunction())) { in findTRECandidate()
551 if (!Callee || TTI.isLoweredToCall(Callee)) { in analyzeLoopUnrollCost()
255 if (isLoweredToCall(F)) in getUnrollingPreferences()
1389 if (!isLoweredToCall(F)) in getUnrollingPreferences()
525 if (!thisT()->isLoweredToCall(F)) in getUnrollingPreferences()