HomeSort by relevance Sort by last modified time
    Searched refs:LSRWithInstrQueries (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.h 67 bool LSRWithInstrQueries() { return true; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfo.h 470 /// If target returns true in LSRWithInstrQueries(), I may be valid.
532 bool LSRWithInstrQueries() const;
    [all...]
TargetTransformInfoImpl.h 277 bool LSRWithInstrQueries() { return false; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 206 bool TargetTransformInfo::LSRWithInstrQueries() const {
207 return TTIImpl->LSRWithInstrQueries();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 350 milliseconds