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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 112 MayLoad,
314 /// mayLoad - Return true if this instruction could possibly read memory.
317 bool mayLoad() const {
318 return Flags & (1 << MCID::MayLoad);
336 /// 2. Memory accesses. Use mayLoad/mayStore.
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 91 milliseconds