Searched refs:IntDisc (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PointerAuth.cpp | 55 Register AddrDisc, unsigned IntDisc) const; 392 unsigned IntDisc) const { in emitBlend() 404 .addImm(IntDisc) in emitBlend() 412 unsigned IntDisc = MBBI->getOperand(2).getImm(); in expandPAuthBlend() local 413 emitBlend(MBBI, ResultReg, AddrDisc, IntDisc); in expandPAuthBlend()
|
H A D | AArch64ExpandPseudoInsts.cpp | 852 const MachineOperand &IntDisc = MI.getOperand(3); in expandCALL_RVMARKER() local 859 MachineOperand Ops[] = {CallTarget, Key, IntDisc, AddrDisc}; in expandCALL_RVMARKER()
|
H A D | AArch64ISelLowering.cpp | 8830 SDValue AddrDisc, IntDisc; in LowerCall() local 8831 std::tie(IntDisc, AddrDisc) = in LowerCall() 8839 Ops.push_back(IntDisc); in LowerCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.cpp | 1125 uint16_t IntDisc = 0; in lowerTailCall() local 1126 std::tie(IntDisc, AddrDisc) = in lowerTailCall() 1129 MIB.addImm(IntDisc); in lowerTailCall() 1394 uint16_t IntDisc = 0; in lowerCall() local 1395 std::tie(IntDisc, AddrDisc) = in lowerCall() 1398 MIB.addImm(IntDisc); in lowerCall()
|