Home
last modified time | relevance | path

Searched refs:AuthOpcode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2441 unsigned AuthOpcode = GAOp.getGlobal()->getValueType()->isFunctionTy() in LowerMOVaddrPAC() local
2445 EmitToStreamer(MCInstBuilder(AuthOpcode) in LowerMOVaddrPAC()
2451 auto AuthKey = (AuthOpcode == AArch64::AUTIA ? AArch64PACKey::IA in LowerMOVaddrPAC()
2574 unsigned AuthOpcode = GAMO.getGlobal()->getValueType()->isFunctionTy() in LowerLOADgotAUTH() local
2577 EmitToStreamer(MCInstBuilder(AuthOpcode) in LowerLOADgotAUTH()
2587 (AuthOpcode == AArch64::AUTIA ? AArch64PACKey::IA : AArch64PACKey::DA); in LowerLOADgotAUTH()