Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1971 auto PACKey = (AArch64PACKey::ID)MI->getOperand(3).getImm(); in emitPtrauthAuthResign() local
1980 unsigned PACOpc = getPACOpcodeForKey(PACKey, PACZero); in emitPtrauthAuthResign()
H A DAArch64ISelDAGToDAG.cpp1549 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 DAArch64InstrInfo.td1846 i32imm:$PACKey, i64imm:$PACDisc, GPR64noip:$PACAddrDisc),
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp6565 uint64_t PACKey = I.getOperand(5).getImm(); in selectIntrinsic() local
6584 .addImm(PACKey) in selectIntrinsic()