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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 115 MayLoad,
336 bool mayLoad() const {
337 return Flags & (1 << MCID::MayLoad);
355 /// 2. Memory accesses. Use mayLoad/mayStore.
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 228 bool mayLoad;
CodeGenDAGPatterns.cpp     [all...]

Completed in 213 milliseconds