Home
last modified time | relevance | path

Searched defs:shouldDropLSRSolutionIfLessProfitable (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h247 bool shouldDropLSRSolutionIfLessProfitable() const { return false; } shouldDropLSRSolutionIfLessProfitable() function
H A DTargetTransformInfo.h2351 bool shouldDropLSRSolutionIfLessProfitable() const override { shouldDropLSRSolutionIfLessProfitable() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h402 bool shouldDropLSRSolutionIfLessProfitable() const { shouldDropLSRSolutionIfLessProfitable() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp430 bool TargetTransformInfo::shouldDropLSRSolutionIfLessProfitable() const { shouldDropLSRSolutionIfLessProfitable() function in TargetTransformInfo