Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1861 auto AUTKey = (AArch64PACKey::ID)MI->getOperand(0).getImm(); in emitPtrauthAuthResign() local
1865 unsigned XPACOpc = getXPACOpcodeForKey(AUTKey); in emitPtrauthAuthResign()
1872 unsigned AUTOpc = getAUTOpcodeForKey(AUTKey, AUTZero); in emitPtrauthAuthResign()
1931 MCInstBuilder(AArch64::BRK).addImm(0xc470 | AUTKey)); in emitPtrauthAuthResign()
H A DAArch64ISelDAGToDAG.cpp1524 SDValue AUTKey = N->getOperand(2); in SelectPtrauthAuth() local
1527 unsigned AUTKeyC = cast<ConstantSDNode>(AUTKey)->getZExtValue(); in SelectPtrauthAuth()
1528 AUTKey = CurDAG->getTargetConstant(AUTKeyC, DL, MVT::i64); in SelectPtrauthAuth()
1536 SDValue Ops[] = {AUTKey, AUTConstDisc, AUTAddrDisc, X16Copy.getValue(1)}; in SelectPtrauthAuth()
1547 SDValue AUTKey = N->getOperand(2); in SelectPtrauthResign() local
1552 unsigned AUTKeyC = cast<ConstantSDNode>(AUTKey)->getZExtValue(); in SelectPtrauthResign()
1555 AUTKey = CurDAG->getTargetConstant(AUTKeyC, DL, MVT::i64); in SelectPtrauthResign()
1569 SDValue Ops[] = {AUTKey, AUTConstDisc, AUTAddrDisc, PACKey, in SelectPtrauthResign()
H A DAArch64InstrInfo.td1845 (ins i32imm:$AUTKey, i64imm:$AUTDisc, GPR64noip:$AUTAddrDisc,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp6563 uint64_t AUTKey = I.getOperand(3).getImm(); in selectIntrinsic() local
6581 .addImm(AUTKey) in selectIntrinsic()
6597 uint64_t AUTKey = I.getOperand(3).getImm(); in selectIntrinsic() local
6608 .addImm(AUTKey) in selectIntrinsic()