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/Analysis/
H A DCodeMetrics.cpp143 bool IsLoweredToCall = TTI.isLoweredToCall(F); in analyzeBasicBlock()
H A DInlineCost.cpp463 bool isLoweredToCall(Function *F, CallBase &Call);
2428 bool CallAnalyzer::isLoweredToCall(Function *F, CallBase &Call) { in isLoweredToCall() function in CallAnalyzer
2432 return TTI.isLoweredToCall(F); in isLoweredToCall()
2458 return TTI.isLoweredToCall(F); in isLoweredToCall()
2545 if (isLoweredToCall(F, Call)) { in visitCallBase()
H A DTargetTransformInfo.cpp355 bool TargetTransformInfo::isLoweredToCall(const Function *F) const { in isLoweredToCall() function in TargetTransformInfo
356 return TTIImpl->isLoweredToCall(F); in isLoweredToCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp269 if (isLoweredToCall(F)) in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp294 if (TTI->isLoweredToCall(F)) in runOnLoop()
H A DTailRecursionElimination.cpp510 !TTI->isLoweredToCall(CI->getCalledFunction())) { in findTRECandidate()
H A DLoopUnrollPass.cpp577 if (!Callee || TTI.isLoweredToCall(Callee)) { in analyzeLoopUnrollCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h322 bool isLoweredToCall(const Function *F) const override;
H A DARMTargetTransformInfo.cpp2117 bool ARMTTIImpl::isLoweredToCall(const Function *F) const { in isLoweredToCall() function in ARMTTIImpl
2119 return BaseT::isLoweredToCall(F); in isLoweredToCall()
2176 return BaseT::isLoweredToCall(F); in isLoweredToCall()
2196 return isLoweredToCall(F); in maybeLoweredToCall()
2620 if (!isLoweredToCall(F)) in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h174 virtual bool isLoweredToCall(const Function *F) const { in isLoweredToCall() function
1364 if (!TargetTTI->isLoweredToCall(F)) in getInstructionCost()
H A DTargetTransformInfo.h531 LLVM_ABI bool isLoweredToCall(const Function *F) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp376 if (isLoweredToCall(F)) in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h726 if (!thisT()->isLoweredToCall(F)) in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp2585 if (!isLoweredToCall(F)) in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4919 if (!isLoweredToCall(F)) in getUnrollingPreferences()