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