HomeSort by relevance Sort by last modified time
    Searched defs:mayLoad (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h 91 bool mayLoad() const { return (Load); };
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 112 MayLoad,
407 /// mayLoad - Return true if this instruction could possibly read memory.
410 bool mayLoad() const {
411 return Flags & (1 << MCID::MayLoad);
429 /// 2. Memory accesses. Use mayLoad/mayStore.
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 228 bool mayLoad, mayStore;
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 113 MayLoad,
350 bool mayLoad() const { return Flags & (1 << MCID::MayLoad); }
364 /// 2. Memory accesses. Use mayLoad/mayStore.
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 101 milliseconds