Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:mbb

150     BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
251 BuildMI(*MBB, InsertPos, Op.getDebugLoc(),
293 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(),
448 BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
475 MBB->insert(InsertPos, MI);
514 MBB->insert(InsertPos, MI);
537 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
577 MBB->insert(InsertPos, MI);
738 MBB->insert(InsertPos, MI);
796 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
807 BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
883 MBB->insert(InsertPos, MI);
891 InstrEmitter::InstrEmitter(MachineBasicBlock *mbb,
893 : MF(mbb->getParent()),
899 MBB(mbb), InsertPos(insertpos) {