| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | CGProfile.cpp | 56 if (!CalledF || !TTI.isLoweredToCall(CalledF) || in runCGProfilePass()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CodeMetrics.cpp | 143 bool IsLoweredToCall = TTI.isLoweredToCall(F); in analyzeBasicBlock()
|
| H A D | InlineCost.cpp | 463 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 D | TargetTransformInfo.cpp | 355 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 D | WebAssemblyTargetTransformInfo.cpp | 269 if (isLoweredToCall(F)) in getUnrollingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDataPrefetch.cpp | 294 if (TTI->isLoweredToCall(F)) in runOnLoop()
|
| H A D | TailRecursionElimination.cpp | 510 !TTI->isLoweredToCall(CI->getCalledFunction())) { in findTRECandidate()
|
| H A D | LoopUnrollPass.cpp | 577 if (!Callee || TTI.isLoweredToCall(Callee)) { in analyzeLoopUnrollCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 322 bool isLoweredToCall(const Function *F) const override;
|
| H A D | ARMTargetTransformInfo.cpp | 2117 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 D | TargetTransformInfoImpl.h | 174 virtual bool isLoweredToCall(const Function *F) const { in isLoweredToCall() function 1364 if (!TargetTTI->isLoweredToCall(F)) in getInstructionCost()
|
| H A D | TargetTransformInfo.h | 531 LLVM_ABI bool isLoweredToCall(const Function *F) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 376 if (isLoweredToCall(F)) in getUnrollingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 726 if (!thisT()->isLoweredToCall(F)) in getUnrollingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 2585 if (!isLoweredToCall(F)) in getUnrollingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 4919 if (!isLoweredToCall(F)) in getUnrollingPreferences()
|