Lines Matching refs:MBB
176 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
292 BuildMI(*MBB, InsertPos, Op.getDebugLoc(),
334 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(),
455 BuildMI(*MBB, InsertPos, DL, TII->get(TargetOpcode::COPY), NewReg)
502 BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
518 BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
565 MBB->insert(InsertPos, MIB);
589 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
633 MBB->insert(InsertPos, MIB);
801 MBB->insert(InsertPos, MIB);
896 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
907 BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
918 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TarOp))
1006 MBB->insert(InsertPos, MIB);
1014 InstrEmitter::InstrEmitter(MachineBasicBlock *mbb,
1016 : MF(mbb->getParent()),
1022 MBB(mbb), InsertPos(insertpos) {