Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrFoldTables.h70 uint16_t DstOp; member
H A DX86MCInstLower.cpp1803 const MachineOperand &DstOp = MI->getOperand(0); in getShuffleComment() local
2167 const MachineOperand &DstOp = MI->getOperand(0); in addConstantComments() local
2246 const MachineOperand &DstOp = MI->getOperand(0); in addConstantComments() local
2355 const MachineOperand &DstOp = MI->getOperand(0); in addConstantComments() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h67 DstOp(unsigned R) : Reg(R), Ty(DstType::Ty_Reg) {} in DstOp() function
68 DstOp(Register R) : Reg(R), Ty(DstType::Ty_Reg) {} in DstOp() function
69 DstOp(const MachineOperand &Op) : Reg(Op.getReg()), Ty(DstType::Ty_Reg) {} in DstOp() function
70 DstOp(const LLT T) : LLTTy(T), Ty(DstType::Ty_LLT) {} in DstOp() function
71 DstOp(const TargetRegisterClass *TRC) : RC(TRC), Ty(DstType::Ty_RC) {} in DstOp() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600ExpandSpecialInstrs.cpp88 MachineOperand &DstOp = MI.getOperand(DstIdx); in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1460 const MachineOperand &DstOp = MI->getOperand(0); in verifyPreISelGenericInstruction() local
1679 const MachineOperand &DstOp = MI->getOperand(0); in visitMachineInstrBefore() local
H A DMachineScheduler.cpp1830 const MachineOperand &DstOp = Copy->getOperand(0); in constrainLocalCopy() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp1256 MDNode *DstOp; in linkModuleFlagsMetadata() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp4688 Record *DstOp = Dst->getOperator(); in createInstructionRenderer() local
5184 Record *DstOp = Dst->getOperator(); in runOnPattern() local