/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | CGProfile.cpp | 33 if (!CalledF || !TTI.isLoweredToCall(CalledF)) in run()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 233 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()
|
D | TargetTransformInfoImpl.h | 164 bool isLoweredToCall(const Function *F) { in isLoweredToCall() function 420 if (!static_cast<T *>(this)->isLoweredToCall(F)) in getCallCost()
|
/external/llvm/lib/Analysis/ |
D | CodeMetrics.cpp | 133 if (TTI.isLoweredToCall(F)) in analyzeBasicBlock()
|
D | TargetTransformInfo.cpp | 100 bool TargetTransformInfo::isLoweredToCall(const Function *F) const { in isLoweredToCall() function in TargetTransformInfo 101 return TTIImpl->isLoweredToCall(F); in isLoweredToCall()
|
D | InlineCost.cpp | 927 if (TTI.isLoweredToCall(F)) { in visitCallSite()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CodeMetrics.cpp | 142 if (TTI.isLoweredToCall(F)) in analyzeBasicBlock()
|
D | TargetTransformInfo.cpp | 237 bool TargetTransformInfo::isLoweredToCall(const Function *F) const { in isLoweredToCall() function in TargetTransformInfo 238 return TTIImpl->isLoweredToCall(F); in isLoweredToCall()
|
D | InlineCost.cpp | 1545 if (TTI.isLoweredToCall(F)) { in visitCallBase()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 173 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()
|
D | TargetTransformInfo.h | 402 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/ |
D | ARMTargetTransformInfo.cpp | 849 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()
|
D | ARMTargetTransformInfo.h | 225 bool isLoweredToCall(const Function *F);
|
/external/llvm/lib/Transforms/Scalar/ |
D | TailRecursionElimination.cpp | 479 !TTI->isLoweredToCall(CI->getCalledFunction())) { in findTRECandidate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | TailRecursionElimination.cpp | 484 !TTI->isLoweredToCall(CI->getCalledFunction())) { in findTRECandidate()
|
D | LoopUnrollPass.cpp | 543 if (!Callee || TTI.isLoweredToCall(Callee)) { in analyzeLoopUnrollCost()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 273 if (!static_cast<T *>(this)->isLoweredToCall(F)) in getUnrollingPreferences()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 251 if (isLoweredToCall(F)) in getUnrollingPreferences()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 484 if (!static_cast<T *>(this)->isLoweredToCall(F)) in getUnrollingPreferences()
|