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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFoldTables.h70 uint16_t DstOp; member in struct:llvm::X86MemoryFoldTableEntry
H A DX86MCInstLower.cpp1801 const MachineOperand &DstOp = MI->getOperand(0); local
2165 const MachineOperand &DstOp = MI->getOperand(0); local
2244 const MachineOperand &DstOp = MI->getOperand(0); local
2353 const MachineOperand &DstOp = MI->getOperand(0); local
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ExpandSpecialInstrs.cpp100 MachineOperand &DstOp = MI.getOperand(DstIdx); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h57 class DstOp { class in namespace:llvm
66 DstOp(unsigned R) : Reg(R), Ty(DstType::Ty_Reg) {} function in class:llvm::DstOp
67 DstOp(Register R) : Reg(R), Ty(DstType::Ty_Reg) {} function in class:llvm::DstOp
68 DstOp(const MachineOperand &Op) : Reg(Op.getReg()), Ty(DstType::Ty_Reg) {} function in class:llvm::DstOp
69 DstOp(const LLT T) : LLTTy(T), Ty(DstType::Ty_LLT) {} function in class:llvm::DstOp
70 DstOp(const TargetRegisterClass *TRC) : RC(TRC), Ty(DstType::Ty_RC) {} function in class:llvm::DstOp
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1235 MDNode *DstOp; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1417 const MachineOperand &DstOp = MI->getOperand(0); local
1509 const MachineOperand &DstOp = MI->getOperand(0); local
H A DMachineScheduler.cpp1738 const MachineOperand &DstOp = Copy->getOperand(0); local

Completed in 101 milliseconds