Home
last modified time | relevance | path

Searched defs:Op2 (Results 1 – 25 of 101) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp216 Decode2OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2) { in Decode2OpInstruction()
234 Decode3OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2, in Decode3OpInstruction()
322 unsigned Op1, Op2; in Decode2RInstruction() local
335 unsigned Op1, Op2; in Decode2RImmInstruction() local
348 unsigned Op1, Op2; in DecodeR2RInstruction() local
361 unsigned Op1, Op2; in Decode2RSrcDstInstruction() local
375 unsigned Op1, Op2; in DecodeRUSInstruction() local
388 unsigned Op1, Op2; in DecodeRUSBitpInstruction() local
401 unsigned Op1, Op2; in DecodeRUSSrcDstBitpInstruction() local
486 unsigned Op1, Op2; in DecodeL2RInstruction() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h53 SDValue Op2, SDValue Op3, in EmitTargetCodeForMemcpy() argument
69 SDValue Op2, SDValue Op3, Align Alignment, bool isVolatile, in EmitTargetCodeForMemmove() argument
83 SDValue Op2, SDValue Op3, in EmitTargetCodeForMemset() argument
96 SDValue Op1, SDValue Op2, SDValue Op3, in EmitTargetCodeForMemcmp() argument
133 SDValue Op1, SDValue Op2, in EmitTargetCodeForStrcmp() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCCodeEmitter.cpp143 const MCOperand Op2 = Inst.getOperand(2); in adjustPqBits() local
190 const MCOperand Op2 = Inst.getOperand(OpNo + 1); getRiMemoryOpValue() local
222 const MCOperand Op2 = Inst.getOperand(OpNo + 1); getRrMemoryOpValue() local
261 const MCOperand Op2 = Inst.getOperand(OpNo + 1); getSplsOpValue() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.h25 uint64_t Op2; member
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasltree.c651 ACPI_PARSE_OBJECT *Op2) in TrLinkPeerOp()
788 ACPI_PARSE_OBJECT *Op2) in TrLinkChildOp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp253 const MachineMemOperand &Op2, in alias()
279 for (const MachineMemOperand *Op2 : MI2.memoperands()) in alias() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp158 uint32_t Op0 = 0, Op1 = 0, CRn = 0, CRm = 0, Op2 = 0; in parseGenericRegister() local
176 uint32_t Op2 = Bits & 0x7; in genericRegisterString() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp170 if (Op1.getType() != Op2.getType()) in isSameOperand() argument
294 MachineOperand &Op2 = AluIter->getOperand(2); isSuitableAluInstr() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySelectionDAGInfo.cpp37 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Op1, SDValue Op2, in EmitTargetCodeForMemmove()
H A DWebAssemblyPeephole.cpp141 const auto &Op2 = MI.getOperand(2); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCCodeEmitter.cpp163 MCOperand Op2 = MI.getOperand(MemOpStartIndex + 1); getMemoryOpValue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp309 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 DHexagonSplitDouble.cpp344 const MachineOperand &Op2 = MI->getOperand(2); in profit() local
726 MachineOperand &Op2 = MI->getOperand(2); in splitCombine() local
778 MachineOperand &Op2 = MI->getOperand(2); in splitShift() local
902 MachineOperand &Op2 = MI->getOperand(2); in splitAslOr() local
H A DHexagonRegisterInfo.cpp313 const auto &Op2 = BI.getOperand(2); in eliminateFrameIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrBuilder.h107 const MachineOperand &Op2 = MI->getOperand(Operand + 2); in getAddressFromInstr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.cpp153 const MCOperand &Op2 = MI->getOperand(opNum + 1); in printMemOperand() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp73 const MachineOperand &Op2 = SecondMI.getOperand(SecondMIOpIndex); in matchingRegOps() local
H A DPPCExpandISEL.cpp87 bool useSameRegister(const MachineOperand &Op1, const MachineOperand &Op2) { in useSameRegister()
H A DPPCBranchCoalescing.cpp341 const MachineOperand &Op2 = OpList2[i]; in identicalOperands() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp117 MachineOperand &Op2 = A->getOperand(2); in optimizeVccBranch() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIExpressionOptimizer.cpp165 auto Op2 = Cursor.peekNext(); in optimizeDwarfOperations() local
H A DProfileSummary.cpp166 ConstantAsMetadata *Op2 = in getSummaryFromMD() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1152 SDValue Op2 = Node->getOperand(2); in ExpandSELECT() local
1419 SDValue Op2 = Node->getOperand(2); in ExpandVSELECT() local
1469 SDValue Op2 = Node->getOperand(2); in ExpandVP_SELECT() local
1502 SDValue Op2 = Node->getOperand(2); in ExpandVP_MERGE() local
H A DSelectionDAGBuilder.cpp3584 SDValue Op2 = getValue(I.getOperand(1)); in visitBinary() local
3592 SDValue Op2 = getValue(I.getOperand(1)); in visitShift() local
3631 SDValue Op2 = getValue(I.getOperand(1)); in visitSDiv() local
3643 SDValue Op2 = getValue(I.getOperand(1)); in visitICmp() local
3666 SDValue Op2 = getValue(I.getOperand(1)); in visitFCmp() local
6458 SDValue Op2 = getValue(I.getArgOperand(1)); in visitIntrinsicCall() local
6500 SDValue Op2 = getValue(I.getArgOperand(1)); in visitIntrinsicCall() local
6532 SDValue Op2 = getValue(I.getArgOperand(1)); in visitIntrinsicCall() local
7179 SDValue Op2 = getValue(I.getArgOperand(1)); in visitIntrinsicCall() local
7185 SDValue Op2 = getValue(I.getArgOperand(1)); in visitIntrinsicCall() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp132 const MachineOperand *Op2 = &Inst->getOperand(2); in checkADDrr() local

12345