Lines Matching refs:TII

41   const AArch64InstrInfo *TII = nullptr;  member in __anon6e480db00111::AArch64PointerAuth
70 const TargetInstrInfo *TII = Subtarget.getInstrInfo(); in BuildPACM() local
76 BuildMI(MBB, MBBI, DL, TII->get(AArch64::ADR)) in BuildPACM()
84 BuildMI(MBB, MBBI, DL, TII->get(AArch64::PACM)).setMIFlag(Flags); in BuildPACM()
100 BuildMI(MBB, MBBI, DL, TII->get(AArch64::EMITBKEY)) in signLR()
115 TII->get(MFnI.shouldSignWithBKey() ? AArch64::PACIBSPPC in signLR()
122 TII->get(MFnI.shouldSignWithBKey() ? AArch64::PACIBSP in signLR()
131 BuildMI(MBB, MBBI, DL, TII->get(TargetOpcode::CFI_INSTRUCTION)) in signLR()
135 BuildMI(MBB, MBBI, DL, TII->get(AArch64::SEH_PACSignLR)) in signLR()
170 TII->get(UseBKey ? AArch64::RETABSPPCi : AArch64::RETAASPPCi)) in authenticateLR()
176 BuildMI(MBB, TI, DL, TII->get(UseBKey ? AArch64::RETAB : AArch64::RETAA)) in authenticateLR()
185 TII->get(UseBKey ? AArch64::AUTIBSPPCi : AArch64::AUTIASPPCi)) in authenticateLR()
191 TII->get(UseBKey ? AArch64::AUTIBSP : AArch64::AUTIASP)) in authenticateLR()
198 BuildMI(MBB, MBBI, DL, TII->get(TargetOpcode::CFI_INSTRUCTION)) in authenticateLR()
203 BuildMI(MBB, MBBI, DL, TII->get(AArch64::SEH_PACSignLR)) in authenticateLR()
230 const AArch64InstrInfo *TII = Subtarget.getInstrInfo(); in checkAuthenticatedRegister() local
240 BuildMI(MBB, MBBI, DL, TII->get(AArch64::LDRWui), getWRegFromXReg(TmpReg)) in checkAuthenticatedRegister()
264 BuildMI(BreakBlock, DL, TII->get(AArch64::BRK)).addImm(BrkImm); in checkAuthenticatedRegister()
271 BuildMI(CheckBlock, DL, TII->get(AArch64::EORXrs), TmpReg) in checkAuthenticatedRegister()
275 BuildMI(CheckBlock, DL, TII->get(AArch64::TBNZX)) in checkAuthenticatedRegister()
284 BuildMI(CheckBlock, DL, TII->get(AArch64::ORRXrs), TmpReg) in checkAuthenticatedRegister()
288 BuildMI(CheckBlock, DL, TII->get(AArch64::XPACLRI)); in checkAuthenticatedRegister()
289 BuildMI(CheckBlock, DL, TII->get(AArch64::SUBSXrs), AArch64::XZR) in checkAuthenticatedRegister()
293 BuildMI(CheckBlock, DL, TII->get(AArch64::Bcc)) in checkAuthenticatedRegister()
366 TII = Subtarget->getInstrInfo(); in runOnMachineFunction()