Home
last modified time | relevance | path

Searched refs:isLoweredToCall (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp34 if (!CalledF || !TTI.isLoweredToCall(CalledF)) in run()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCodeMetrics.cpp146 if (TTI.isLoweredToCall(F)) in analyzeBasicBlock()
H A DTargetTransformInfo.cpp127 bool TargetTransformInfo::isLoweredToCall(const Function *F) const { in isLoweredToCall() function in TargetTransformInfo
128 return TTIImpl->isLoweredToCall(F); in isLoweredToCall()
H A DInlineCost.cpp1257 if (TTI.isLoweredToCall(F)) { in visitCallSite()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h195 bool isLoweredToCall(const Function *F) { in isLoweredToCall() function
697 if (!static_cast<T *>(this)->isLoweredToCall(F)) in getCallCost()
848 if (!F || static_cast<T *>(this)->isLoweredToCall(F)) in getInstructionLatency()
H A DTargetTransformInfo.h332 bool isLoweredToCall(const Function *F) const;
1055 virtual bool isLoweredToCall(const Function *F) = 0;
1275 bool isLoweredToCall(const Function *F) override { in isLoweredToCall() function
1276 return Impl.isLoweredToCall(F); in isLoweredToCall()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp484 !TTI->isLoweredToCall(CI->getCalledFunction())) { in findTRECandidate()
H A DLoopUnrollPass.cpp522 if (!Callee || TTI.isLoweredToCall(Callee)) { in analyzeLoopUnrollCost()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp252 if (isLoweredToCall(F)) in getUnrollingPreferences()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp633 if (!isLoweredToCall(F)) in getUnrollingPreferences()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h467 if (!static_cast<T *>(this)->isLoweredToCall(F)) in getUnrollingPreferences()