Searched refs:isLoweredToCall (Results 1 – 16 of 16) sorted by relevance
56 if (!CalledF || !TTI.isLoweredToCall(CalledF) || in runCGProfilePass()
136 if (isLoweredToCall(F)) in getUnrollingPreferences()
143 bool IsLoweredToCall = TTI.isLoweredToCall(F); in analyzeBasicBlock()
345 bool TargetTransformInfo::isLoweredToCall(const Function *F) const { in isLoweredToCall() function in TargetTransformInfo346 return TTIImpl->isLoweredToCall(F); in isLoweredToCall()
2342 if (TTI.isLoweredToCall(F)) { in visitCallBase()
295 if (TTI->isLoweredToCall(F)) in runOnLoop()
493 !TTI->isLoweredToCall(CI->getCalledFunction())) { in findTRECandidate()
576 if (!Callee || TTI.isLoweredToCall(Callee)) { in analyzeLoopUnrollCost()
310 bool isLoweredToCall(const Function *F);
1994 bool ARMTTIImpl::isLoweredToCall(const Function *F) { in isLoweredToCall() function in ARMTTIImpl1996 return BaseT::isLoweredToCall(F); in isLoweredToCall()2052 return BaseT::isLoweredToCall(F); in isLoweredToCall()2072 return isLoweredToCall(F); in maybeLoweredToCall()2497 if (!isLoweredToCall(F)) in getUnrollingPreferences()
515 bool isLoweredToCall(const Function *F) const;1860 virtual bool isLoweredToCall(const Function *F) = 0;2307 bool isLoweredToCall(const Function *F) override { in isLoweredToCall() function2308 return Impl.isLoweredToCall(F); in isLoweredToCall()
144 bool isLoweredToCall(const Function *F) const { in isLoweredToCall() function1193 if (!TargetTTI->isLoweredToCall(F)) in getInstructionCost()
297 if (isLoweredToCall(F)) in getUnrollingPreferences()
1873 if (!isLoweredToCall(F)) in getUnrollingPreferences()
628 if (!thisT()->isLoweredToCall(F)) in getUnrollingPreferences()
3646 if (!isLoweredToCall(F)) in getUnrollingPreferences()