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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFoldTables.h70 uint16_t DstOp; member in struct:llvm::X86MemoryFoldTableEntry
H A DX86MCInstLower.cpp1771 const MachineOperand &DstOp = MI->getOperand(0); local
2437 const MachineOperand &DstOp = MI->getOperand(0); local
2518 const MachineOperand &DstOp = MI->getOperand(0); local
2628 const MachineOperand &DstOp = MI->getOperand(0); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ExpandSpecialInstrs.cpp100 MachineOperand &DstOp = MI.getOperand(DstIdx); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp121 const MachineOperand &DstOp = MI->getOperand(0); local
138 const MachineOperand &DstOp = MI->getOperand(0); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h59 class DstOp { class in namespace:llvm
68 DstOp(unsigned R) : Reg(R), Ty(DstType::Ty_Reg) {} function in class:llvm::DstOp
69 DstOp(Register R) : Reg(R), Ty(DstType::Ty_Reg) {} function in class:llvm::DstOp
70 DstOp(const MachineOperand &Op) : Reg(Op.getReg()), Ty(DstType::Ty_Reg) {} function in class:llvm::DstOp
71 DstOp(const LLT &T) : LLTTy(T), Ty(DstType::Ty_LLT) {} function in class:llvm::DstOp
72 DstOp(const TargetRegisterClass *TRC) : RC(TRC), Ty(DstType::Ty_RC) {} function in class:llvm::DstOp
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1441 const MachineOperand &DstOp = MI->getOperand(0); local
1528 const MachineOperand &DstOp = MI->getOperand(0); local
H A DMachineScheduler.cpp1694 const MachineOperand &DstOp = Copy->getOperand(0); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1231 MDNode *DstOp; local
[all...]

Completed in 220 milliseconds