Searched defs:LSRWithInstrQueries (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/SystemZ/ | ||
H A D | SystemZTargetTransformInfo.h | 84 bool LSRWithInstrQueries() { return true; } LSRWithInstrQueries() function |
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 350 bool LSRWithInstrQueries() const { return false; } LSRWithInstrQueries() function |
H A D | TargetTransformInfo.h | 2433 bool LSRWithInstrQueries() override { return Impl.LSRWithInstrQueries(); } LSRWithInstrQueries() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 551 bool TargetTransformInfo::LSRWithInstrQueries() const { LSRWithInstrQueries() function in TargetTransformInfo |