Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/Disassembler/
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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h53 SDValue Op2, SDValue Op3, in EmitTargetCodeForMemcpy()
69 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove()
82 SDValue Op2, SDValue Op3, in EmitTargetCodeForMemset()
94 SDValue Op1, SDValue Op2, SDValue Op3, in EmitTargetCodeForMemcmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblySelectionDAGInfo.cpp38 SDValue Op3, unsigned Align, bool IsVolatile, in EmitTargetCodeForMemmove()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrBuilder.h110 const MachineOperand &Op3 = MI->getOperand(Operand + 3); in getAddressFromInstr() local
DX86FastISel.cpp3980 unsigned Op3, bool Op3IsKill) { in fastEmitInst_rrrr()
DX86ISelDAGToDAG.cpp5278 SDValue Op0, Op1, Op2, Op3, Op4; in SelectInlineAsmMemoryOperand() local
DX86InstrInfo.cpp1342 unsigned Op1 = 1, Op2 = 2, Op3 = 3; in getThreeSrcCommuteCase() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp269 BPFOperand &Op3 = (BPFOperand &)*Operands[3]; in PreMatchCheck() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp2288 if (const auto *Op3 = dyn_cast<ConstantFP>(Operands[2])) { in ConstantFoldScalarCall3() local
2305 if (const auto *Op3 = dyn_cast<ConstantInt>(Operands[2])) { in ConstantFoldScalarCall3() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1233 const MachineOperand &Op3 = MI.getOperand(3); in expandPostRAPseudo() local
1257 const MachineOperand &Op3 = MI.getOperand(3); in expandPostRAPseudo() local
1291 MachineOperand &Op3 = MI.getOperand(3); in expandPostRAPseudo() local
DHexagonSplitDouble.cpp908 MachineOperand &Op3 = MI->getOperand(3); in splitAslOr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp4509 AArch64Operand &Op3 = static_cast<AArch64Operand &>(*Operands[3]); in MatchAndEmitInstruction() local
4595 AArch64Operand &Op3 = static_cast<AArch64Operand &>(*Operands[3]); in MatchAndEmitInstruction() local
4659 AArch64Operand &Op3 = static_cast<AArch64Operand &>(*Operands[3]); in MatchAndEmitInstruction() local
4718 AArch64Operand &Op3 = static_cast<AArch64Operand &>(*Operands[3]); in MatchAndEmitInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp7674 UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, SDValue Op3) { in UpdateNodeOperands()
7681 SDValue Op3, SDValue Op4) { in UpdateNodeOperands()
7688 SDValue Op3, SDValue Op4, SDValue Op5) { in UpdateNodeOperands()
7782 SDValue Op2, SDValue Op3) { in SelectNodeTo()
7989 SDValue Op3) { in getMachineNode()
8011 SDValue Op2, SDValue Op3) { in getMachineNode()
8035 SDValue Op3) { in getMachineNode()
DSelectionDAGBuilder.cpp5848 SDValue Op3 = getValue(I.getArgOperand(2)); in visitIntrinsicCall() local
5869 SDValue Op3 = getValue(I.getArgOperand(2)); in visitIntrinsicCall() local
5884 SDValue Op3 = getValue(I.getArgOperand(2)); in visitIntrinsicCall() local
6437 SDValue Op3 = getValue(I.getArgOperand(2)); in visitIntrinsicCall() local
6446 SDValue Op3 = getValue(I.getArgOperand(2)); in visitIntrinsicCall() local
DLegalizeIntegerTypes.cpp275 SDValue Op3 = GetPromotedInteger(N->getOperand(3)); in PromoteIntRes_AtomicCmpSwap() local
1719 SDValue Op3 = ZExtPromotedInteger(N->getOperand(3)); in PromoteIntOp_PREFETCH() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64InstPrinter.cpp78 const MCOperand &Op3 = MI->getOperand(3); in printInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp224 unsigned Reg2, MCOperand Op3, SMLoc IDLoc, in emitRRRX()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp238 uint64_t imm2, unsigned Op3, bool Op3IsKill) { in fastEmitInst_riir()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h1227 T2 Op3; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp4713 auto *Op3 = cast<ConstantInt>(Call.getArgOperand(2)); in visitIntrinsicCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp6421 const auto &Op3 = static_cast<ARMOperand &>(*Operands[3]); in tryConvertingToTwoOperandForm() local
6744 ARMOperand &Op3 = static_cast<ARMOperand &>(*Operands[3]); in fixupGNULDRDAlias() local