Lines Matching refs:mbb
176 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
280 BuildMI(*MBB, InsertPos, Op.getDebugLoc(),
322 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(),
443 BuildMI(*MBB, InsertPos, DL, TII->get(TargetOpcode::COPY), NewReg)
492 BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
508 BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
555 MBB->insert(InsertPos, MIB);
579 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
623 MBB->insert(InsertPos, MIB);
766 MBB->insert(InsertPos, MIB);
861 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
872 BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
883 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TarOp))
971 MBB->insert(InsertPos, MIB);
979 InstrEmitter::InstrEmitter(MachineBasicBlock *mbb,
981 : MF(mbb->getParent()),
987 MBB(mbb), InsertPos(insertpos) {