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 116 MayLoad,
367 bool mayLoad() const {
368 return Flags & (1 << MCID::MayLoad);
386 /// 2. Memory accesses. Use mayLoad/mayStore.
  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp 393 bool MayLoad = FirstMI->mayLoad();
465 if (MayLoad && Reg == MI->getOperand(0).getReg()) {
505 if (FirstMI->mayStore() && MI->mayLoad())
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 517 /// mayLoad - Return true if this instruction could possibly read memory.
520 bool mayLoad(QueryType Type = AnyInBundle) const {
526 return hasProperty(MCID::MayLoad, Type);
    [all...]

Completed in 139 milliseconds