Searched refs:AUTKey (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 172 void emitPtrauthAuthResign(Register AUTVal, AArch64PACKey::ID AUTKey, 2075 Register AUTVal, AArch64PACKey::ID AUTKey, uint64_t AUTDisc, in emitPtrauthAuthResign() argument 2123 unsigned AUTOpc = getAUTOpcodeForKey(AUTKey, AUTZero); in emitPtrauthAuthResign() 2145 emitPtrauthCheckAuthenticatedValue(AUTVal, Scratch, AUTKey, in emitPtrauthAuthResign()
|
| H A D | AArch64ISelDAGToDAG.cpp | 1527 SDValue AUTKey = N->getOperand(2); in SelectPtrauthAuth() local 1530 unsigned AUTKeyC = cast<ConstantSDNode>(AUTKey)->getZExtValue(); in SelectPtrauthAuth() 1531 AUTKey = CurDAG->getTargetConstant(AUTKeyC, DL, MVT::i64); in SelectPtrauthAuth() 1538 SDValue Ops[] = {Val, AUTKey, AUTConstDisc, AUTAddrDisc}; in SelectPtrauthAuth() 1546 SDValue Ops[] = {AUTKey, AUTConstDisc, AUTAddrDisc, X16Copy.getValue(1)}; in SelectPtrauthAuth() 1557 SDValue AUTKey = N->getOperand(2); in SelectPtrauthResign() local 1562 unsigned AUTKeyC = cast<ConstantSDNode>(AUTKey)->getZExtValue(); in SelectPtrauthResign() 1565 AUTKey = CurDAG->getTargetConstant(AUTKeyC, DL, MVT::i64); in SelectPtrauthResign() 1579 SDValue Ops[] = {AUTKey, AUTConstDisc, AUTAddrDisc, PACKey, in SelectPtrauthResign()
|
| H A D | AArch64InstrInfo.td | 2164 (ins i32imm:$AUTKey, i64imm:$AUTDisc, GPR64noip:$AUTAddrDisc,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 6723 uint64_t AUTKey = I.getOperand(3).getImm(); in selectIntrinsic() local 6741 .addImm(AUTKey) in selectIntrinsic() 6757 uint64_t AUTKey = I.getOperand(3).getImm(); in selectIntrinsic() local 6769 .addImm(AUTKey) in selectIntrinsic() 6781 .addImm(AUTKey) in selectIntrinsic()
|