Searched refs:AUTKey (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 1861 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 D | AArch64ISelDAGToDAG.cpp | 1524 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 D | AArch64InstrInfo.td | 1845 (ins i32imm:$AUTKey, i64imm:$AUTDisc, GPR64noip:$AUTAddrDisc,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 6563 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()
|