Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h68 bool LSRWithInstrQueries() { return true; } in LSRWithInstrQueries() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h302 bool LSRWithInstrQueries() { return false; } in LSRWithInstrQueries() function
DTargetTransformInfo.h1567 bool LSRWithInstrQueries() override { in LSRWithInstrQueries() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp360 bool TargetTransformInfo::LSRWithInstrQueries() const { in LSRWithInstrQueries() function in TargetTransformInfo