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

  /external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 335 MachineInstr *MIb = BuildMI(MBB, ClauseHead, MBB.findDebugLoc(ClauseHead),
339 return ClauseFile(MIb, ClauseContent);
539 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI),
544 Pair.second.insert(MIb);
564 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI),
568 IfThenElseStack.push_back(MIb);
569 DEBUG(dbgs() << CfCount << ":"; MIb->dump(););
578 MachineInstr *MIb = BuildMI(MBB, MI, MBB.findDebugLoc(MI),
582 DEBUG(dbgs() << CfCount << ":"; MIb->dump(););
583 IfThenElseStack.push_back(MIb);
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 514 MachineInstr *MIb) {
516 if (MIa == MIb)
520 if (!MIa->hasOneMemOperand() || !MIb->hasOneMemOperand())
523 if (isUnsafeMemoryObject(MIa, MFI) || isUnsafeMemoryObject(MIb, MFI))
528 if (!MIa->mayStore() && !MIb->mayStore())
536 MachineMemOperand *MMOb = *MIb->memoperands_begin();
    [all...]

Completed in 47 milliseconds