Home
last modified time | relevance | path

Searched defs:DstOp (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h68 DstOp(unsigned R) : Reg(R), Ty(DstType::Ty_Reg) {} in DstOp() function
69 DstOp(Register R) : Reg(R), Ty(DstType::Ty_Reg) {} in DstOp() function
70 DstOp(const MachineOperand &Op) : Reg(Op.getReg()), Ty(DstType::Ty_Reg) {} in DstOp() function
71 DstOp(const LLT &T) : LLTTy(T), Ty(DstType::Ty_LLT) {} in DstOp() function
72 DstOp(const TargetRegisterClass *TRC) : RC(TRC), Ty(DstType::Ty_RC) {} in DstOp() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonRDFOpt.cpp121 const MachineOperand &DstOp = MI->getOperand(0); in INITIALIZE_PASS_DEPENDENCY() local
138 const MachineOperand &DstOp = MI->getOperand(0); in INITIALIZE_PASS_DEPENDENCY() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFoldTables.h70 uint16_t DstOp; member
DX86MCInstLower.cpp1771 const MachineOperand &DstOp = MI->getOperand(0); in getShuffleComment() local
2437 const MachineOperand &DstOp = MI->getOperand(0); in EmitInstruction() local
2518 const MachineOperand &DstOp = MI->getOperand(0); in EmitInstruction() local
2628 const MachineOperand &DstOp = MI->getOperand(0); in EmitInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp100 MachineOperand &DstOp = MI.getOperand(DstIdx); in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1441 const MachineOperand &DstOp = MI->getOperand(0); in verifyPreISelGenericInstruction() local
1528 const MachineOperand &DstOp = MI->getOperand(0); in visitMachineInstrBefore() local
DMachineScheduler.cpp1694 const MachineOperand &DstOp = Copy->getOperand(0); in constrainLocalCopy() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp1231 MDNode *DstOp; in linkModuleFlagsMetadata() local