Lines Matching refs:MBB
176 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
296 BuildMI(*MBB, InsertPos, Op.getDebugLoc(),
338 BuildMI(*MBB, InsertPos, Op.getNode()->getDebugLoc(),
461 BuildMI(*MBB, InsertPos, DL, TII->get(TargetOpcode::COPY), NewReg)
508 BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
524 BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
571 MBB->insert(InsertPos, MIB);
595 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
639 MBB->insert(InsertPos, MIB);
814 MBB->insert(InsertPos, MIB);
907 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
918 BuildMI(*MBB, InsertPos, Node->getDebugLoc(),
929 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TarOp))
1034 MBB->insert(InsertPos, MIB);
1042 InstrEmitter::InstrEmitter(MachineBasicBlock *mbb,
1044 : MF(mbb->getParent()), MRI(&MF->getRegInfo()),
1047 TLI(MF->getSubtarget().getTargetLowering()), MBB(mbb),