Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h80 bool LSRWithInstrQueries() { return true; } in LSRWithInstrQueries() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h284 bool LSRWithInstrQueries() const { return false; } in LSRWithInstrQueries() function
H A DTargetTransformInfo.h1905 bool LSRWithInstrQueries() override { return Impl.LSRWithInstrQueries(); } in LSRWithInstrQueries() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp430 bool TargetTransformInfo::LSRWithInstrQueries() const { in LSRWithInstrQueries() function in TargetTransformInfo