Searched refs:isLoweredToCall (Results 1 – 15 of 15) sorted by relevance
124 if (isLoweredToCall(F)) in getUnrollingPreferences()
136 bool IsLoweredToCall = TTI.isLoweredToCall(F); in analyzeBasicBlock()
271 bool TargetTransformInfo::isLoweredToCall(const Function *F) const { in isLoweredToCall() function in TargetTransformInfo272 return TTIImpl->isLoweredToCall(F); in isLoweredToCall()
2104 if (TTI.isLoweredToCall(F)) { in visitCallBase()
56 if (!CalledF || !TTI.isLoweredToCall(CalledF) || in runCGProfilePass()
116 bool isLoweredToCall(const Function *F) const { in isLoweredToCall() function931 if (!TargetTTI->isLoweredToCall(F)) in getUserCost()1138 if (!F || static_cast<T *>(this)->isLoweredToCall(F)) in getInstructionLatency()
407 bool isLoweredToCall(const Function *F) const;1459 virtual bool isLoweredToCall(const Function *F) = 0;1787 bool isLoweredToCall(const Function *F) override { in isLoweredToCall() function1788 return Impl.isLoweredToCall(F); in isLoweredToCall()
270 bool isLoweredToCall(const Function *F);
1704 bool ARMTTIImpl::isLoweredToCall(const Function *F) { in isLoweredToCall() function in ARMTTIImpl1706 BaseT::isLoweredToCall(F); in isLoweredToCall()1762 return BaseT::isLoweredToCall(F); in isLoweredToCall()1782 return isLoweredToCall(F); in maybeLoweredToCall()2185 if (!isLoweredToCall(F)) in getUnrollingPreferences()
293 if (TTI->isLoweredToCall(F)) in runOnLoop()
490 !TTI->isLoweredToCall(CI->getCalledFunction())) { in findTRECandidate()
549 if (!Callee || TTI.isLoweredToCall(Callee)) { in analyzeLoopUnrollCost()
255 if (isLoweredToCall(F)) in getUnrollingPreferences()
525 if (!thisT()->isLoweredToCall(F)) in getUnrollingPreferences()
1736 if (!isLoweredToCall(F)) in getUnrollingPreferences()