Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp56 if (!CalledF || !TTI.isLoweredToCall(CalledF) || in runCGProfilePass()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp136 if (isLoweredToCall(F)) in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCodeMetrics.cpp143 bool IsLoweredToCall = TTI.isLoweredToCall(F); in analyzeBasicBlock()
H A DTargetTransformInfo.cpp345 bool TargetTransformInfo::isLoweredToCall(const Function *F) const { in isLoweredToCall() function in TargetTransformInfo
346 return TTIImpl->isLoweredToCall(F); in isLoweredToCall()
H A DInlineCost.cpp2342 if (TTI.isLoweredToCall(F)) { in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp295 if (TTI->isLoweredToCall(F)) in runOnLoop()
H A DTailRecursionElimination.cpp493 !TTI->isLoweredToCall(CI->getCalledFunction())) { in findTRECandidate()
H A DLoopUnrollPass.cpp576 if (!Callee || TTI.isLoweredToCall(Callee)) { in analyzeLoopUnrollCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h310 bool isLoweredToCall(const Function *F);
H A DARMTargetTransformInfo.cpp1994 bool ARMTTIImpl::isLoweredToCall(const Function *F) { in isLoweredToCall() function in ARMTTIImpl
1996 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h515 bool isLoweredToCall(const Function *F) const;
1860 virtual bool isLoweredToCall(const Function *F) = 0;
2307 bool isLoweredToCall(const Function *F) override { in isLoweredToCall() function
2308 return Impl.isLoweredToCall(F); in isLoweredToCall()
H A DTargetTransformInfoImpl.h144 bool isLoweredToCall(const Function *F) const { in isLoweredToCall() function
1193 if (!TargetTTI->isLoweredToCall(F)) in getInstructionCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp297 if (isLoweredToCall(F)) in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1873 if (!isLoweredToCall(F)) in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h628 if (!thisT()->isLoweredToCall(F)) in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3646 if (!isLoweredToCall(F)) in getUnrollingPreferences()