Lines Matching refs:DL

79                       MachineBasicBlock::iterator MBBI, DebugLoc DL,  in BuildPACM()  argument
87 BuildMI(MBB, MBBI, DL, TII->get(AArch64::ADR)) in BuildPACM()
95 BuildMI(MBB, MBBI, DL, TII->get(AArch64::PACM)).setMIFlag(Flags); in BuildPACM()
109 DebugLoc DL; in signLR() local
112 BuildMI(MBB, MBBI, DL, TII->get(AArch64::EMITBKEY)) in signLR()
126 BuildMI(MBB, MBBI, DL, in signLR()
132 BuildPACM(*Subtarget, MBB, MBBI, DL, MachineInstr::FrameSetup); in signLR()
133 BuildMI(MBB, MBBI, DL, in signLR()
155 BuildMI(MBB, MBBI, DL, TII->get(TargetOpcode::CFI_INSTRUCTION)) in signLR()
159 BuildMI(MBB, MBBI, DL, TII->get(AArch64::SEH_PACSignLR)) in signLR()
172 DebugLoc DL = MBBI->getDebugLoc(); in authenticateLR() local
193 BuildMI(MBB, TI, DL, in authenticateLR()
199 BuildPACM(*Subtarget, MBB, TI, DL, MachineInstr::FrameDestroy, PACSym); in authenticateLR()
200 BuildMI(MBB, TI, DL, TII->get(UseBKey ? AArch64::RETAB : AArch64::RETAA)) in authenticateLR()
208 BuildMI(MBB, MBBI, DL, in authenticateLR()
213 BuildPACM(*Subtarget, MBB, MBBI, DL, MachineInstr::FrameDestroy, PACSym); in authenticateLR()
214 BuildMI(MBB, MBBI, DL, in authenticateLR()
222 BuildMI(MBB, MBBI, DL, TII->get(TargetOpcode::CFI_INSTRUCTION)) in authenticateLR()
227 BuildMI(MBB, MBBI, DL, TII->get(AArch64::SEH_PACSignLR)) in authenticateLR()
255 DebugLoc DL = MBBI->getDebugLoc(); in checkAuthenticatedRegister() local
272 BuildMI(MBB, MBBI, DL, TII->get(AArch64::LDRWui), getWRegFromXReg(TmpReg)) in checkAuthenticatedRegister()
287 BuildMI(BreakBlock, DL, TII->get(AArch64::BRK)).addImm(BrkImm); in checkAuthenticatedRegister()
294 BuildMI(MBB, MBBI, DL, TII->get(AArch64::EORXrs), TmpReg) in checkAuthenticatedRegister()
298 BuildMI(MBB, MBBI, DL, TII->get(AArch64::TBNZX)) in checkAuthenticatedRegister()
307 BuildMI(MBB, MBBI, DL, TII->get(AArch64::ORRXrs), TmpReg) in checkAuthenticatedRegister()
311 BuildMI(MBB, MBBI, DL, TII->get(AArch64::XPACLRI)); in checkAuthenticatedRegister()
312 BuildMI(MBB, MBBI, DL, TII->get(AArch64::SUBSXrs), AArch64::XZR) in checkAuthenticatedRegister()
316 BuildMI(MBB, MBBI, DL, TII->get(AArch64::Bcc)) in checkAuthenticatedRegister()
394 DebugLoc DL = MBBI->getDebugLoc(); in emitBlend() local
397 BuildMI(MBB, MBBI, DL, TII->get(AArch64::ORRXrs), Result) in emitBlend()
402 BuildMI(MBB, MBBI, DL, TII->get(AArch64::MOVKXi), Result) in emitBlend()