Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1972 uint64_t PACDisc = MI->getOperand(4).getImm(); in emitPtrauthAuthResign() local
1976 assert(isUInt<16>(PACDisc)); in emitPtrauthAuthResign()
1978 emitPtrauthDiscriminator(PACDisc, PACAddrDisc, InstsEmitted); in emitPtrauthAuthResign()
H A DAArch64ISelDAGToDAG.cpp1550 SDValue PACDisc = N->getOperand(5); in SelectPtrauthResign() local
1564 extractPtrauthBlendDiscriminators(PACDisc, CurDAG); in SelectPtrauthResign()
H A DAArch64InstrInfo.td1846 i32imm:$PACKey, i64imm:$PACDisc, GPR64noip:$PACAddrDisc),
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp6566 Register PACDisc = I.getOperand(6).getReg(); in selectIntrinsic() local
6573 Register PACAddrDisc = PACDisc; in selectIntrinsic()
6576 extractPtrauthBlendDiscriminators(PACDisc, MRI); in selectIntrinsic()