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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 117 MayLoad,
412 bool mayLoad() const {
413 return Flags & (1 << MCID::MayLoad);
431 /// 2. Memory accesses. Use mayLoad/mayStore.
  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp 498 bool MayLoad = FirstMI->mayLoad();
582 if (MayLoad && Reg == MI->getOperand(0).getReg()) {
622 if (FirstMI->mayStore() && MI->mayLoad())
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 566 /// mayLoad - Return true if this instruction could possibly read memory.
569 bool mayLoad(QueryType Type = AnyInBundle) const {
575 return hasProperty(MCID::MayLoad, Type);
    [all...]

Completed in 142 milliseconds