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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 114 MayStore,
329 /// mayStore - Return true if this instruction could possibly modify memory.
333 bool mayStore() const {
334 return Flags & (1 << MCID::MayStore);
343 /// 2. Memory accesses. Use mayLoad/mayStore.
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 231 bool mayStore;
CodeGenDAGPatterns.cpp     [all...]

Completed in 200 milliseconds