Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp124 if (isLoweredToCall(F)) in getUnrollingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp56 if (!CalledF || !TTI.isLoweredToCall(CalledF) || in runCGProfilePass()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCodeMetrics.cpp136 bool IsLoweredToCall = TTI.isLoweredToCall(F); in analyzeBasicBlock()
H A DTargetTransformInfo.cpp275 bool TargetTransformInfo::isLoweredToCall(const Function *F) const { in isLoweredToCall() function in TargetTransformInfo
276 return TTIImpl->isLoweredToCall(F); in isLoweredToCall()
H A DInlineCost.cpp1886 if (TTI.isLoweredToCall(F)) { in visitCallBase()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h116 bool isLoweredToCall(const Function *F) const { in isLoweredToCall() function
928 if (!TargetTTI->isLoweredToCall(F)) in getUserCost()
1155 if (!F || static_cast<T *>(this)->isLoweredToCall(F)) in getInstructionLatency()
H A DTargetTransformInfo.h407 bool isLoweredToCall(const Function *F) const;
1470 virtual bool isLoweredToCall(const Function *F) = 0;
1798 bool isLoweredToCall(const Function *F) override { in isLoweredToCall() function
1799 return Impl.isLoweredToCall(F); in isLoweredToCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h270 bool isLoweredToCall(const Function *F);
H A DARMTargetTransformInfo.cpp1698 bool ARMTTIImpl::isLoweredToCall(const Function *F) { in isLoweredToCall() function in ARMTTIImpl
1700 BaseT::isLoweredToCall(F); in isLoweredToCall()
1756 return BaseT::isLoweredToCall(F); in isLoweredToCall()
1776 return isLoweredToCall(F); in maybeLoweredToCall()
2179 if (!isLoweredToCall(F)) in getUnrollingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp291 if (TTI->isLoweredToCall(F)) in runOnLoop()
H A DTailRecursionElimination.cpp485 !TTI->isLoweredToCall(CI->getCalledFunction())) { in findTRECandidate()
H A DLoopUnrollPass.cpp551 if (!Callee || TTI.isLoweredToCall(Callee)) { in analyzeLoopUnrollCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp255 if (isLoweredToCall(F)) in getUnrollingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1389 if (!isLoweredToCall(F)) in getUnrollingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h525 if (!thisT()->isLoweredToCall(F)) in getUnrollingPreferences()