Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h69 bool LSRWithInstrQueries() { return true; } in LSRWithInstrQueries() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h280 bool LSRWithInstrQueries() { return false; } in LSRWithInstrQueries() function
H A DTargetTransformInfo.h1332 bool LSRWithInstrQueries() override { in LSRWithInstrQueries() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp206 bool TargetTransformInfo::LSRWithInstrQueries() const { in LSRWithInstrQueries() function in TargetTransformInfo