Home
last modified time | relevance | path

Searched defs:Op3 (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp259 unsigned &Op3) { in Decode3OpInstruction()
538 unsigned Op1, Op2, Op3; in Decode3RInstruction() local
551 unsigned Op1, Op2, Op3; in Decode3RImmInstruction() local
564 unsigned Op1, Op2, Op3; in Decode2RUSInstruction() local
577 unsigned Op1, Op2, Op3; in Decode2RUSBitpInstruction() local
590 unsigned Op1, Op2, Op3; in DecodeL3RInstruction() local
604 unsigned Op1, Op2, Op3; in DecodeL3RSrcDstInstruction() local
619 unsigned Op1, Op2, Op3; in DecodeL2RUSInstruction() local
633 unsigned Op1, Op2, Op3; in DecodeL2RUSBitpInstruction() local
647 unsigned Op1, Op2, Op3, Op4, Op5, Op6; in DecodeL6RInstruction() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h53 SDValue Op2, SDValue Op3, in EmitTargetCodeForMemcpy()
69 SDValue Op2, SDValue Op3, Align Alignment, bool isVolatile, in EmitTargetCodeForMemmove()
82 SDValue Op2, SDValue Op3, in EmitTargetCodeForMemset()
94 SDValue Op1, SDValue Op2, SDValue Op3, in EmitTargetCodeForMemcmp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblySelectionDAGInfo.cpp38 SDValue Op3, Align Alignment, bool IsVolatile, in EmitTargetCodeForMemmove()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrBuilder.h110 const MachineOperand &Op3 = MI->getOperand(Operand + 3); in getAddressFromInstr() local
H A DX86FastISel.cpp3956 unsigned Op2, unsigned Op3) { in fastEmitInst_rrrr()
H A DX86InstrInfo.cpp1826 unsigned Op1 = 1, Op2 = 2, Op3 = 3; in getThreeSrcCommuteCase() local
H A DX86ISelDAGToDAG.cpp5974 SDValue Op0, Op1, Op2, Op3, Op4; in SelectInlineAsmMemoryOperand() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp271 BPFOperand &Op3 = (BPFOperand &)*Operands[3]; in PreMatchCheck() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1257 const MachineOperand &Op3 = MI.getOperand(3); in expandPostRAPseudo() local
1281 const MachineOperand &Op3 = MI.getOperand(3); in expandPostRAPseudo() local
1314 MachineOperand &Op3 = MI.getOperand(3); in expandPostRAPseudo() local
H A DHexagonSplitDouble.cpp905 MachineOperand &Op3 = MI->getOperand(3); in splitAslOr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4755 AArch64Operand &Op3 = static_cast<AArch64Operand &>(*Operands[3]); in MatchAndEmitInstruction() local
4841 AArch64Operand &Op3 = static_cast<AArch64Operand &>(*Operands[3]); in MatchAndEmitInstruction() local
4905 AArch64Operand &Op3 = static_cast<AArch64Operand &>(*Operands[3]); in MatchAndEmitInstruction() local
4964 AArch64Operand &Op3 = static_cast<AArch64Operand &>(*Operands[3]); in MatchAndEmitInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8207 UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, SDValue Op3) { in UpdateNodeOperands()
8214 SDValue Op3, SDValue Op4) { in UpdateNodeOperands()
8221 SDValue Op3, SDValue Op4, SDValue Op5) { in UpdateNodeOperands()
8315 SDValue Op2, SDValue Op3) { in SelectNodeTo()
8522 SDValue Op3) { in getMachineNode()
8544 SDValue Op2, SDValue Op3) { in getMachineNode()
8568 SDValue Op3) { in getMachineNode()
H A DSelectionDAGBuilder.cpp5828 SDValue Op3 = getValue(I.getArgOperand(2)); in visitIntrinsicCall() local
5870 SDValue Op3 = getValue(I.getArgOperand(2)); in visitIntrinsicCall() local
5885 SDValue Op3 = getValue(I.getArgOperand(2)); in visitIntrinsicCall() local
6459 SDValue Op3 = getValue(I.getArgOperand(2)); in visitIntrinsicCall() local
6470 SDValue Op3 = getValue(I.getArgOperand(2)); in visitIntrinsicCall() local
H A DLegalizeIntegerTypes.cpp309 SDValue Op3 = GetPromotedInteger(N->getOperand(3)); in PromoteIntRes_AtomicCmpSwap() local
1981 SDValue Op3 = ZExtPromotedInteger(N->getOperand(3)); in PromoteIntOp_PREFETCH() local
H A DLegalizeFloatTypes.cpp2787 SDValue Op3 = GetSoftPromotedHalf(N->getOperand(3)); in SoftPromoteHalfRes_SELECT_CC() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp78 const MCOperand &Op3 = MI->getOperand(3); in printInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp227 unsigned Reg2, MCOperand Op3, SMLoc IDLoc, in emitRRRX()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp237 unsigned Op3) { in fastEmitInst_riir()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp2725 if (const auto *Op3 = dyn_cast<ConstantFP>(Operands[2])) { in ConstantFoldScalarCall3() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6622 const auto &Op3 = static_cast<ARMOperand &>(*Operands[3]); in tryConvertingToTwoOperandForm() local
6945 ARMOperand &Op3 = static_cast<ARMOperand &>(*Operands[3]); in fixupGNULDRDAlias() local
7027 const MCParsedAsmOperand &Op3 = *Operands[3 + NumPredOps]; in CDEConvertDualRegOperand() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h1454 T2 Op3; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp5148 auto *Op3 = cast<ConstantInt>(Call.getArgOperand(2)); in visitIntrinsicCall() local