| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/ |
| H A D | XCoreDisassembler.cpp | 217 Decode2OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2) { in Decode2OpInstruction() 235 Decode3OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2, in Decode3OpInstruction() 323 unsigned Op1, Op2; in Decode2RInstruction() local 336 unsigned Op1, Op2; in Decode2RImmInstruction() local 349 unsigned Op1, Op2; in DecodeR2RInstruction() local 362 unsigned Op1, Op2; in Decode2RSrcDstInstruction() local 376 unsigned Op1, Op2; in DecodeRUSInstruction() local 389 unsigned Op1, Op2; in DecodeRUSBitpInstruction() local 402 unsigned Op1, Op2; in DecodeRUSSrcDstBitpInstruction() local 487 unsigned Op1, Op2; in DecodeL2RInstruction() local [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | PPC.cpp | 418 Value *Op2 = EmitScalarExpr(E->getArg(2)); in EmitPPCBuiltinExpr() local 538 Value *Op2 = EmitScalarExpr(E->getArg(2)); in EmitPPCBuiltinExpr() local 624 Value *Op2 = EmitScalarExpr(E->getArg(2)); in EmitPPCBuiltinExpr() local 652 Value *Op2 = EmitScalarExpr(E->getArg(2)); in EmitPPCBuiltinExpr() local 673 Value *Op2 = EmitScalarExpr(E->getArg(2)); in EmitPPCBuiltinExpr() local 830 Value *Op2 = EmitScalarExpr(E->getArg(2)); in EmitPPCBuiltinExpr() local 904 Value *Op2 = EmitScalarExpr(E->getArg(2)); in EmitPPCBuiltinExpr() local 977 Value *Op2 = EmitScalarExpr(E->getArg(2)); in EmitPPCBuiltinExpr() local 1001 Value *Op2 = EmitScalarExpr(E->getArg(2)); in EmitPPCBuiltinExpr() local 1168 Value *Op2 = EmitScalarExpr(E->getArg(2)); in EmitPPCBuiltinExpr() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiMCCodeEmitter.cpp | 141 const MCOperand Op2 = Inst.getOperand(2); in adjustPqBits() local 188 const MCOperand Op2 = Inst.getOperand(OpNo + 1); in getRiMemoryOpValue() local 220 const MCOperand Op2 = Inst.getOperand(OpNo + 1); in getRrMemoryOpValue() local 259 const MCOperand Op2 = Inst.getOperand(OpNo + 1); in getSplsOpValue() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGTargetInfo.h | 77 SDValue Op2, SDValue Op3, in EmitTargetCodeForMemcpy() 93 SDValue Op2, SDValue Op3, Align Alignment, bool isVolatile, in EmitTargetCodeForMemmove() 107 SDValue Op2, SDValue Op3, in EmitTargetCodeForMemset() 120 SDValue Op1, SDValue Op2, SDValue Op3, in EmitTargetCodeForMemcmp() 157 SDValue Op1, SDValue Op2, in EmitTargetCodeForStrcmp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandImm.h | 25 uint64_t Op2; member
|
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | asltree.c | 651 ACPI_PARSE_OBJECT *Op2) in TrLinkPeerOp() 788 ACPI_PARSE_OBJECT *Op2) in TrLinkChildOp()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | DFAPacketizer.cpp | 253 const MachineMemOperand &Op2, in alias() 279 for (const MachineMemOperand *Op2 : MI2.memoperands()) in alias() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanPatternMatch.h | 339 m_VPInstruction(const Op0_t &Op0, const Op1_t &Op1, const Op2_t &Op2) { in m_VPInstruction() 358 m_VPInstruction(const Op0_t &Op0, const Op1_t &Op1, const Op2_t &Op2, in m_VPInstruction() 483 m_Select(const Op0_t &Op0, const Op1_t &Op1, const Op2_t &Op2) { in m_Select() 521 m_ScalarIVSteps(const Op0_t &Op0, const Op1_t &Op1, const Op2_t &Op2) { in m_ScalarIVSteps() 531 m_DerivedIV(const Op0_t &Op0, const Op1_t &Op1, const Op2_t &Op2) { in m_DerivedIV()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
| H A D | AArch64BaseInfo.cpp | 157 uint32_t Op0 = 0, Op1 = 0, CRn = 0, CRm = 0, Op2 = 0; in parseGenericRegister() local 175 uint32_t Op2 = Bits & 0x7; in genericRegisterString() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiMemAluCombiner.cpp | 163 bool isSameOperand(const MachineOperand &Op1, const MachineOperand &Op2) { in isSameOperand() 287 MachineOperand &Op2 = AluIter->getOperand(2); in isSuitableAluInstr() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblySelectionDAGInfo.cpp | 53 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Op1, SDValue Op2, in EmitTargetCodeForMemmove()
|
| H A D | WebAssemblyPeephole.cpp | 141 const auto &Op2 = MI.getOperand(2); in runOnMachineFunction() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelDAGToDAG.cpp | 309 auto Op2 = N->getOperand(2); in selectAddCarry() local 352 auto Op2 = N->getOperand(2); in selectSubCarry() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSplitDouble.cpp | 338 const MachineOperand &Op2 = MI->getOperand(2); in profit() local 720 MachineOperand &Op2 = MI->getOperand(2); in splitCombine() local 772 MachineOperand &Op2 = MI->getOperand(2); in splitShift() local 896 MachineOperand &Op2 = MI->getOperand(2); in splitAslOr() local
|
| H A D | HexagonRegisterInfo.cpp | 308 const auto &Op2 = BI.getOperand(2); in eliminateFrameIndex() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFMCCodeEmitter.cpp | 180 MCOperand Op2 = MI.getOperand(MemOpStartIndex + 1); in getMemoryOpValue() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMacroFusion.cpp | 73 const MachineOperand &Op2 = SecondMI.getOperand(SecondMIOpIndex); in matchingRegOps() local
|
| H A D | PPCBranchCoalescing.cpp | 339 const MachineOperand &Op2 = OpList2[i]; in identicalOperands() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrBuilder.h | 101 const MachineOperand &Op2 = MI->getOperand(Operand + 2); in getAddressFromInstr() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcInstPrinter.cpp | 153 const MCOperand &Op2 = MI->getOperand(opNum + 1); in printMemOperand() local
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DIExpressionOptimizer.cpp | 167 auto Op2 = Cursor.peekNext(); in optimizeDwarfOperations() local
|
| H A D | ProfileSummary.cpp | 166 ConstantAsMetadata *Op2 = in getSummaryFromMD() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFMISimplifyPatchable.cpp | 134 const MachineOperand *Op2 = &Inst->getOperand(2); in checkADDrr() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 3634 SDValue Op2 = getValue(I.getOperand(1)); in visitBinary() local 3642 SDValue Op2 = getValue(I.getOperand(1)); in visitShift() local 3681 SDValue Op2 = getValue(I.getOperand(1)); in visitSDiv() local 3693 SDValue Op2 = getValue(I.getOperand(1)); in visitICmp() local 3720 SDValue Op2 = getValue(I.getOperand(1)); in visitFCmp() local 6610 SDValue Op2 = getValue(I.getArgOperand(1)); in visitIntrinsicCall() local 7231 SDValue Op2 = getValue(I.getArgOperand(1)); in visitIntrinsicCall() local 7237 SDValue Op2 = getValue(I.getArgOperand(1)); in visitIntrinsicCall() local 7243 SDValue Op2 = getValue(I.getArgOperand(1)); in visitIntrinsicCall() local 7249 SDValue Op2 = getValue(I.getArgOperand(1)); in visitIntrinsicCall() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIPreEmitPeephole.cpp | 119 MachineOperand &Op2 = A->getOperand(2); in optimizeVccBranch() local
|