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

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h1 //===-- llvm/CodeGen/MachineOperand.h - MachineOperand class ----*- C++ -*-===//
10 // This file contains the declaration of the MachineOperand class.
35 /// MachineOperand class - Representation of each machine instruction operand.
37 class MachineOperand { class in namespace:llvm
151 MachineOperand **Prev; // Access list for register.
152 MachineOperand *Next;
169 explicit MachineOperand(MachineOperandType K) : OpKind(K), ParentMI(0) { function in class:llvm::MachineOperand
189 /// The MachineOperand copy constructor also copies ParentMI, expecting the
190 /// original to be deleted. If a MachineOperand i
[all...]

Completed in 18 milliseconds