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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 113 MayStore,
322 /// mayStore - Return true if this instruction could possibly modify memory.
326 bool mayStore() const {
327 return Flags & (1 << MCID::MayStore);
336 /// 2. Memory accesses. Use mayLoad/mayStore.
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 659 milliseconds