Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp124 if (isLoweredToCall(F)) in getUnrollingPreferences()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp57 if (!CalledF || !TTI.isLoweredToCall(CalledF) || in runCGProfilePass()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DCodeMetrics.cpp129 bool IsLoweredToCall = TTI.isLoweredToCall(F); in analyzeBasicBlock()
H A DTargetTransformInfo.cpp291 bool TargetTransformInfo::isLoweredToCall(const Function *F) const { in isLoweredToCall() function in TargetTransformInfo
292 return TTIImpl->isLoweredToCall(F); in isLoweredToCall()
H A DInlineCost.cpp2246 if (TTI.isLoweredToCall(F)) { in visitCallBase()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp295 if (TTI->isLoweredToCall(F)) in runOnLoop()
H A DTailRecursionElimination.cpp487 !TTI->isLoweredToCall(CI->getCalledFunction())) { in findTRECandidate()
H A DLoopUnrollPass.cpp559 if (!Callee || TTI.isLoweredToCall(Callee)) { in analyzeLoopUnrollCost()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h301 bool isLoweredToCall(const Function *F);
H A DARMTargetTransformInfo.cpp1857 bool ARMTTIImpl::isLoweredToCall(const Function *F) { in isLoweredToCall() function in ARMTTIImpl
1859 return BaseT::isLoweredToCall(F); in isLoweredToCall()
1915 return BaseT::isLoweredToCall(F); in isLoweredToCall()
1935 return isLoweredToCall(F); in maybeLoweredToCall()
2348 if (!isLoweredToCall(F)) in getUnrollingPreferences()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h400 bool isLoweredToCall(const Function *F) const;
1604 virtual bool isLoweredToCall(const Function *F) = 0;
1995 bool isLoweredToCall(const Function *F) override { in isLoweredToCall() function
1996 return Impl.isLoweredToCall(F); in isLoweredToCall()
H A DTargetTransformInfoImpl.h124 bool isLoweredToCall(const Function *F) const { in isLoweredToCall() function
1034 if (!TargetTTI->isLoweredToCall(F)) in getInstructionCost()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp292 if (isLoweredToCall(F)) in getUnrollingPreferences()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1424 if (!isLoweredToCall(F)) in getUnrollingPreferences()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h578 if (!thisT()->isLoweredToCall(F)) in getUnrollingPreferences()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2756 if (!isLoweredToCall(F)) in getUnrollingPreferences()