Searched refs:isLoweredToCall (Results 1 – 16 of 16) sorted by relevance
125 if (isLoweredToCall(F)) in getUnrollingPreferences()
56 if (!CalledF || !TTI.isLoweredToCall(CalledF) || in runCGProfilePass()
129 bool IsLoweredToCall = TTI.isLoweredToCall(F); in analyzeBasicBlock()
286 bool TargetTransformInfo::isLoweredToCall(const Function *F) const { in isLoweredToCall() function in TargetTransformInfo287 return TTIImpl->isLoweredToCall(F); in isLoweredToCall()
2194 if (TTI.isLoweredToCall(F)) { in visitCallBase()
121 bool isLoweredToCall(const Function *F) const { in isLoweredToCall() function992 if (!TargetTTI->isLoweredToCall(F)) in getUserCost()1255 if (!F || static_cast<T *>(this)->isLoweredToCall(F)) in getInstructionLatency()
418 bool isLoweredToCall(const Function *F) const;1553 virtual bool isLoweredToCall(const Function *F) = 0;1926 bool isLoweredToCall(const Function *F) override { in isLoweredToCall() function1927 return Impl.isLoweredToCall(F); in isLoweredToCall()
295 if (TTI->isLoweredToCall(F)) in runOnLoop()
485 !TTI->isLoweredToCall(CI->getCalledFunction())) { in findTRECandidate()
559 if (!Callee || TTI.isLoweredToCall(Callee)) { in analyzeLoopUnrollCost()
286 bool isLoweredToCall(const Function *F);
1817 bool ARMTTIImpl::isLoweredToCall(const Function *F) { in isLoweredToCall() function in ARMTTIImpl1819 return BaseT::isLoweredToCall(F); in isLoweredToCall()1875 return BaseT::isLoweredToCall(F); in isLoweredToCall()1895 return isLoweredToCall(F); in maybeLoweredToCall()2307 if (!isLoweredToCall(F)) in getUnrollingPreferences()
426 if (!isLoweredToCall(F)) in getUnrollingPreferences()
292 if (isLoweredToCall(F)) in getUnrollingPreferences()
556 if (!thisT()->isLoweredToCall(F)) in getUnrollingPreferences()
2446 if (!isLoweredToCall(F)) in getUnrollingPreferences()