Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp235 unsigned &Op3) { in Decode3OpInstruction()
514 unsigned Op1, Op2, Op3; in Decode3RInstruction() local
527 unsigned Op1, Op2, Op3; in Decode3RImmInstruction() local
540 unsigned Op1, Op2, Op3; in Decode2RUSInstruction() local
553 unsigned Op1, Op2, Op3; in Decode2RUSBitpInstruction() local
566 unsigned Op1, Op2, Op3; in DecodeL3RInstruction() local
580 unsigned Op1, Op2, Op3; in DecodeL3RSrcDstInstruction() local
595 unsigned Op1, Op2, Op3; in DecodeL2RUSInstruction() local
609 unsigned Op1, Op2, Op3; in DecodeL2RUSBitpInstruction() local
623 unsigned Op1, Op2, Op3, Op4, Op5, Op6; in DecodeL6RInstruction() local
[all …]
/freebsd-src/contrib/llvm-project/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()
83 SDValue Op2, SDValue Op3, in EmitTargetCodeForMemset()
96 SDValue Op1, SDValue Op2, SDValue Op3, in EmitTargetCodeForMemcmp()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySelectionDAGInfo.cpp38 SDValue Op3, Align Alignment, bool IsVolatile, in EmitTargetCodeForMemmove()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrBuilder.h110 const MachineOperand &Op3 = MI->getOperand(Operand + 3); in getAddressFromInstr() local
H A DX86FastISel.cpp4038 fastEmitInst_rrrr(unsigned MachineInstOpcode,const TargetRegisterClass * RC,unsigned Op0,unsigned Op1,unsigned Op2,unsigned Op3) fastEmitInst_rrrr() argument
H A DX86ISelDAGToDAG.cpp6448 SDValue Op0, Op1, Op2, Op3, Op4; SelectInlineAsmMemoryOperand() local
H A DX86InstrInfo.cpp2036 unsigned Op1 = 1, Op2 = 2, Op3 = 3; getThreeSrcCommuteCase() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankCombiner.cpp332 MachineInstr *Op3 = getDefIgnoringCopies(MI.getOperand(4).getReg(), MRI); in matchFPMed3ToClamp() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp290 BPFOperand &Op3 = (BPFOperand &)*Operands[3]; PreMatchCheck() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1343 const MachineOperand &Op3 = MI.getOperand(3); expandPostRAPseudo() local
1367 const MachineOperand &Op3 = MI.getOperand(3); expandPostRAPseudo() local
1400 MachineOperand &Op3 = MI.getOperand(3); expandPostRAPseudo() local
[all...]
H A DHexagonSplitDouble.cpp903 MachineOperand &Op3 = MI->getOperand(3); in splitAslOr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6223 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local
6137 AArch64Operand &Op3 = static_cast<AArch64Operand &>(*Operands[3]); MatchAndEmitInstruction() local
6287 AArch64Operand &Op3 = static_cast<AArch64Operand &>(*Operands[3]); MatchAndEmitInstruction() local
6346 AArch64Operand &Op3 = static_cast<AArch64Operand &>(*Operands[3]); MatchAndEmitInstruction() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp233 unsigned Reg2, MCOperand Op3, SMLoc IDLoc, in emitRRRX() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp233 unsigned Op3) { in fastEmitInst_riir() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10535 UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, SDValue Op3) { in getMachineNode() argument
10198 UpdateNodeOperands(SDNode * N,SDValue Op1,SDValue Op2,SDValue Op3) UpdateNodeOperands() argument
10205 UpdateNodeOperands(SDNode * N,SDValue Op1,SDValue Op2,SDValue Op3,SDValue Op4) UpdateNodeOperands() argument
10212 UpdateNodeOperands(SDNode * N,SDValue Op1,SDValue Op2,SDValue Op3,SDValue Op4,SDValue Op5) UpdateNodeOperands() argument
10306 SelectNodeTo(SDNode * N,unsigned MachineOpc,EVT VT,SDValue Op1,SDValue Op2,SDValue Op3) SelectNodeTo() argument
10513 getMachineNode(unsigned Opcode,const SDLoc & dl,EVT VT,SDValue Op1,SDValue Op2,SDValue Op3) getMachineNode() argument
10559 getMachineNode(unsigned Opcode,const SDLoc & dl,EVT VT1,EVT VT2,EVT VT3,SDValue Op1,SDValue Op2,SDValue Op3) getMachineNode() argument
[all...]
H A DSelectionDAGBuilder.cpp6139 SDValue Op3 = getValue(I.getArgOperand(2)); visitIntrinsicCall() local
6181 SDValue Op3 = getValue(I.getArgOperand(2)); visitIntrinsicCall() local
6215 SDValue Op3 = getValue(I.getArgOperand(2)); visitIntrinsicCall() local
6875 SDValue Op3 = getValue(I.getArgOperand(2)); visitIntrinsicCall() local
6886 SDValue Op3 = getValue(I.getArgOperand(2)); visitIntrinsicCall() local
[all...]
H A DLegalizeFloatTypes.cpp3039 SDValue Op3 = GetSoftPromotedHalf(N->getOperand(3)); SoftPromoteHalfRes_SELECT_CC() local
H A DLegalizeIntegerTypes.cpp386 SDValue Op3 = GetPromotedInteger(N->getOperand(3)); PromoteIntRes_AtomicCmpSwap() local
H A DTargetLowering.cpp966 __anond675f3350102(SDValue Op1, SDValue Op2, SDValue Op3, SDValue A) combineShiftToAVG() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp106 const MCOperand &Op3 = MI->getOperand(3); in printInst() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp16996 Value *Op3 = EmitScalarExpr(E->getArg(3)); EmitPPCBuiltinExpr() local
17638 Value *Op3 = EmitScalarExpr(E->getArg(3)); EmitPPCBuiltinExpr() local
17646 Value *Op3 = EmitScalarExpr(E->getArg(3)); EmitPPCBuiltinExpr() local
17654 Value *Op3 = EmitScalarExpr(E->getArg(3)); EmitPPCBuiltinExpr() local
17662 Value *Op3 = EmitScalarExpr(E->getArg(3)); EmitPPCBuiltinExpr() local
17670 Value *Op3 = EmitScalarExpr(E->getArg(3)); EmitPPCBuiltinExpr() local
17678 Value *Op3 = EmitScalarExpr(E->getArg(3)); EmitPPCBuiltinExpr() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp3030 if (const auto *Op3 = dyn_cast<ConstantFP>(Operands[2])) { ConstantFoldScalarCall3() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6497 const auto &Op3 = static_cast<ARMOperand &>(*Operands[3]); tryConvertingToTwoOperandForm() local
6845 ARMOperand &Op3 = static_cast<ARMOperand &>(*Operands[3]); fixupGNULDRDAlias() local
6927 const MCParsedAsmOperand &Op3 = *Operands[3 + NumPredOps]; CDEConvertDualRegOperand() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1483 T2 Op3; global() member
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5720 auto *Op3 = cast<ConstantInt>(Call.getArgOperand(2)); visitIntrinsicCall() local