Lines Matching refs:getDebugLoc
147 MIBS.push_back(BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(I->Opcode)) in expandMOVImm()
157 MIBS.push_back(BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(I->Opcode)) in expandMOVImm()
168 MIBS.push_back(BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(I->Opcode)) in expandMOVImm()
189 DebugLoc DL = MI.getDebugLoc(); in expandCMP_SWAP()
268 DebugLoc DL = MI.getDebugLoc(); in expandCMP_SWAP_128()
561 PRFX = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(MovPrfxZero)) in expand_DestructiveOp()
572 PRFX = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(MovPrfx)) in expand_DestructiveOp()
581 DOP = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opcode)) in expand_DestructiveOp()
619 DebugLoc DL = MI.getDebugLoc(); in expandSetTagLoop()
700 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc)) in expandSVESpillFill()
727 OriginalCall = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc)).getInstr(); in expandCALL_RVMARKER()
744 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ORRXrs)) in expandCALL_RVMARKER()
750 auto *RVCall = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::BL)) in expandCALL_RVMARKER()
777 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc)).getInstr(); in expandCALL_BTI()
781 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::HINT)) in expandCALL_BTI()
799 DebugLoc DL(MBBI->getDebugLoc()); in expandStoreSwiftAsyncContext()
878 BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI()
887 BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI()
897 BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI()
905 BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI()
913 BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI()
984 TII->get(Opcode), MI.getDebugLoc(), /*NoImplicit=*/true); in expandMI()
1004 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI()
1019 DebugLoc DL = MI.getDebugLoc(); in expandMI()
1021 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ADRP), DstReg); in expandMI()
1028 MIB2 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::LDRWui)) in expandMI()
1077 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ADRP), DstReg) in expandMI()
1079 auto MIB2 = BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI()
1099 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ADRP), DstReg) in expandMI()
1113 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi), DstReg) in expandMI()
1120 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ADDXri)) in expandMI()
1132 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ADDXri)) in expandMI()
1150 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MRS), DstReg) in expandMI()
1167 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::RET)) in expandMI()
1202 BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI()
1230 emitFrameOffset(MBB, &MI, MI.getDebugLoc(), SrcReg, FrameReg, in expandMI()
1233 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::IRG)) in expandMI()
1242 BuildMI(MBB, MBBI, MI.getDebugLoc(), in expandMI()