Searched refs:PACKey (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 1971 auto PACKey = (AArch64PACKey::ID)MI->getOperand(3).getImm(); in emitPtrauthAuthResign() local 1980 unsigned PACOpc = getPACOpcodeForKey(PACKey, PACZero); in emitPtrauthAuthResign()
|
H A D | AArch64ISelDAGToDAG.cpp | 1549 SDValue PACKey = N->getOperand(4); in SelectPtrauthResign() local 1553 unsigned PACKeyC = cast<ConstantSDNode>(PACKey)->getZExtValue(); in SelectPtrauthResign() 1556 PACKey = CurDAG->getTargetConstant(PACKeyC, DL, MVT::i64); in SelectPtrauthResign() 1569 SDValue Ops[] = {AUTKey, AUTConstDisc, AUTAddrDisc, PACKey, in SelectPtrauthResign()
|
H A D | AArch64InstrInfo.td | 1846 i32imm:$PACKey, i64imm:$PACDisc, GPR64noip:$PACAddrDisc),
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 6565 uint64_t PACKey = I.getOperand(5).getImm(); in selectIntrinsic() local 6584 .addImm(PACKey) in selectIntrinsic()
|