Searched refs:isLoweredToCall (Results 1 – 16 of 16) sorted by relevance
55 if (!CalledF || !TTI.isLoweredToCall(CalledF) || in runCGProfilePass()
124 if (isLoweredToCall(F)) in getUnrollingPreferences()
129 bool IsLoweredToCall = TTI.isLoweredToCall(F); in analyzeBasicBlock()
340 bool TargetTransformInfo::isLoweredToCall(const Function *F) const { in isLoweredToCall() function in TargetTransformInfo341 return TTIImpl->isLoweredToCall(F); in isLoweredToCall()
2334 if (TTI.isLoweredToCall(F)) { in visitCallBase()
295 if (TTI->isLoweredToCall(F)) in runOnLoop()
493 !TTI->isLoweredToCall(CI->getCalledFunction())) { in findTRECandidate()
562 if (!Callee || TTI.isLoweredToCall(Callee)) { in analyzeLoopUnrollCost()
309 bool isLoweredToCall(const Function *F);
1982 bool ARMTTIImpl::isLoweredToCall(const Function *F) { in isLoweredToCall() function in ARMTTIImpl1984 return BaseT::isLoweredToCall(F); in isLoweredToCall()2040 return BaseT::isLoweredToCall(F); in isLoweredToCall()2060 return isLoweredToCall(F); in maybeLoweredToCall()2485 if (!isLoweredToCall(F)) in getUnrollingPreferences()
505 bool isLoweredToCall(const Function *F) const;1797 virtual bool isLoweredToCall(const Function *F) = 0;2228 bool isLoweredToCall(const Function *F) override { in isLoweredToCall() function2229 return Impl.isLoweredToCall(F); in isLoweredToCall()
141 bool isLoweredToCall(const Function *F) const { in isLoweredToCall() function1150 if (!TargetTTI->isLoweredToCall(F)) in getInstructionCost()
293 if (isLoweredToCall(F)) in getUnrollingPreferences()
1442 if (!isLoweredToCall(F)) in getUnrollingPreferences()
615 if (!thisT()->isLoweredToCall(F)) in getUnrollingPreferences()
3372 if (!isLoweredToCall(F)) in getUnrollingPreferences()