Searched refs:isLoweredToCall (Results 1 – 16 of 16) sorted by relevance
124 if (isLoweredToCall(F)) in getUnrollingPreferences()
57 if (!CalledF || !TTI.isLoweredToCall(CalledF) || in runCGProfilePass()
129 bool IsLoweredToCall = TTI.isLoweredToCall(F); in analyzeBasicBlock()
291 bool TargetTransformInfo::isLoweredToCall(const Function *F) const { in isLoweredToCall() function in TargetTransformInfo292 return TTIImpl->isLoweredToCall(F); in isLoweredToCall()
2246 if (TTI.isLoweredToCall(F)) { in visitCallBase()
295 if (TTI->isLoweredToCall(F)) in runOnLoop()
487 !TTI->isLoweredToCall(CI->getCalledFunction())) { in findTRECandidate()
559 if (!Callee || TTI.isLoweredToCall(Callee)) { in analyzeLoopUnrollCost()
301 bool isLoweredToCall(const Function *F);
1857 bool ARMTTIImpl::isLoweredToCall(const Function *F) { in isLoweredToCall() function in ARMTTIImpl1859 return BaseT::isLoweredToCall(F); in isLoweredToCall()1915 return BaseT::isLoweredToCall(F); in isLoweredToCall()1935 return isLoweredToCall(F); in maybeLoweredToCall()2348 if (!isLoweredToCall(F)) in getUnrollingPreferences()
400 bool isLoweredToCall(const Function *F) const;1604 virtual bool isLoweredToCall(const Function *F) = 0;1995 bool isLoweredToCall(const Function *F) override { in isLoweredToCall() function1996 return Impl.isLoweredToCall(F); in isLoweredToCall()
124 bool isLoweredToCall(const Function *F) const { in isLoweredToCall() function1034 if (!TargetTTI->isLoweredToCall(F)) in getInstructionCost()
292 if (isLoweredToCall(F)) in getUnrollingPreferences()
1424 if (!isLoweredToCall(F)) in getUnrollingPreferences()
578 if (!thisT()->isLoweredToCall(F)) in getUnrollingPreferences()
2756 if (!isLoweredToCall(F)) in getUnrollingPreferences()