Home | History | Annotate | Download | only in ARM

Lines Matching refs:getDebugLoc

389   MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(),
454 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(),
508 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(),
592 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc));
671 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::MOVi), DstReg);
672 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::ORRri))
701 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(LO16Opc), DstReg);
702 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(HI16Opc))
753 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(newOpc),
765 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc),
776 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::MOVsi),
788 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::MOVsr),
803 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(NewOpc),
814 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc),
827 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc),
849 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(NewOpc),
874 emitT2RegPlusImmediate(MBB, MBBI, MI.getDebugLoc(), ARM::R6,
877 emitThumbRegPlusImmediate(MBB, MBBI, MI.getDebugLoc(), ARM::R6,
880 emitARMRegPlusImmediate(MBB, MBBI, MI.getDebugLoc(), ARM::R6,
892 AddDefaultCC(AddDefaultPred(BuildMI(MBB, MBBI, MI.getDebugLoc(),
906 AddDefaultPred(BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::MOVsi),
919 AddDefaultPred(BuildMI(MBB, MBBI, MI.getDebugLoc(),TII->get(ARM::MOVsi),
932 MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(),
937 MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(),
953 AddDefaultPred(BuildMI(MBB, MBBI, MI.getDebugLoc(),
957 MachineInstrBuilder MIB2 = BuildMI(MBB, MBBI, MI.getDebugLoc(),
1000 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(LDRLITOpc), DstReg)
1008 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(PICAddOpc))
1038 MachineInstrBuilder MIB1 = BuildMI(MBB, MBBI, MI.getDebugLoc(),
1043 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(HI16Opc), DstReg)
1048 MachineInstrBuilder MIB3 = BuildMI(MBB, MBBI, MI.getDebugLoc(),
1071 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::SUBri), ARM::PC)
1084 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(NewOpc));
1115 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(NewOpc));