Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h84 bool LSRWithInstrQueries() { return true; } LSRWithInstrQueries() function
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h350 bool LSRWithInstrQueries() const { return false; } LSRWithInstrQueries() function
H A DTargetTransformInfo.h2433 bool LSRWithInstrQueries() override { return Impl.LSRWithInstrQueries(); } LSRWithInstrQueries() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp551 bool TargetTransformInfo::LSRWithInstrQueries() const { LSRWithInstrQueries() function in TargetTransformInfo