Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp33 if (!CalledF || !TTI.isLoweredToCall(CalledF)) in run()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h233 bool isLoweredToCall(const Function *F) const;
647 virtual bool isLoweredToCall(const Function *F) = 0;
787 bool isLoweredToCall(const Function *F) override { in isLoweredToCall() function
788 return Impl.isLoweredToCall(F); in isLoweredToCall()
DTargetTransformInfoImpl.h164 bool isLoweredToCall(const Function *F) { in isLoweredToCall() function
420 if (!static_cast<T *>(this)->isLoweredToCall(F)) in getCallCost()
/external/llvm/lib/Analysis/
DCodeMetrics.cpp133 if (TTI.isLoweredToCall(F)) in analyzeBasicBlock()
DTargetTransformInfo.cpp100 bool TargetTransformInfo::isLoweredToCall(const Function *F) const { in isLoweredToCall() function in TargetTransformInfo
101 return TTIImpl->isLoweredToCall(F); in isLoweredToCall()
DInlineCost.cpp927 if (TTI.isLoweredToCall(F)) { in visitCallSite()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCodeMetrics.cpp142 if (TTI.isLoweredToCall(F)) in analyzeBasicBlock()
DTargetTransformInfo.cpp237 bool TargetTransformInfo::isLoweredToCall(const Function *F) const { in isLoweredToCall() function in TargetTransformInfo
238 return TTIImpl->isLoweredToCall(F); in isLoweredToCall()
DInlineCost.cpp1545 if (TTI.isLoweredToCall(F)) { in visitCallBase()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h173 bool isLoweredToCall(const Function *F) { in isLoweredToCall() function
730 if (!static_cast<T *>(this)->isLoweredToCall(F)) in getCallCost()
918 if (!F || static_cast<T *>(this)->isLoweredToCall(F)) in getInstructionLatency()
DTargetTransformInfo.h402 bool isLoweredToCall(const Function *F) const;
1208 virtual bool isLoweredToCall(const Function *F) = 0;
1477 bool isLoweredToCall(const Function *F) override { in isLoweredToCall() function
1478 return Impl.isLoweredToCall(F); in isLoweredToCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp849 bool ARMTTIImpl::isLoweredToCall(const Function *F) { in isLoweredToCall() function in ARMTTIImpl
851 BaseT::isLoweredToCall(F); in isLoweredToCall()
907 return BaseT::isLoweredToCall(F); in isLoweredToCall()
948 return isLoweredToCall(F); in isHardwareLoopProfitable()
1246 if (!isLoweredToCall(F)) in getUnrollingPreferences()
DARMTargetTransformInfo.h225 bool isLoweredToCall(const Function *F);
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp479 !TTI->isLoweredToCall(CI->getCalledFunction())) { in findTRECandidate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp484 !TTI->isLoweredToCall(CI->getCalledFunction())) { in findTRECandidate()
DLoopUnrollPass.cpp543 if (!Callee || TTI.isLoweredToCall(Callee)) { in analyzeLoopUnrollCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h273 if (!static_cast<T *>(this)->isLoweredToCall(F)) in getUnrollingPreferences()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp251 if (isLoweredToCall(F)) in getUnrollingPreferences()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h484 if (!static_cast<T *>(this)->isLoweredToCall(F)) in getUnrollingPreferences()