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

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h 92 bool mayStore() const { return (Store); };
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 113 MayStore,
415 /// mayStore - Return true if this instruction could possibly modify memory.
419 bool mayStore() const {
420 return Flags & (1 << MCID::MayStore);
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 114 MayStore,
356 bool mayStore() const { return Flags & (1 << MCID::MayStore); }
364 /// 2. Memory accesses. Use mayLoad/mayStore.
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 591 milliseconds