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.
37 /// MachineOperand class - Representation of each machine instruction operand.
42 /// not having to call the MachineOperand destructor.
44 class MachineOperand { class in namespace:llvm
166 MachineOperand *Prev; // Access list for register. See MRI.
167 MachineOperand *Next;
184 explicit MachineOperand(MachineOperandType K) function in class:llvm::MachineOperand
213 /// The MachineOperand cop
[all...]

Completed in 183 milliseconds