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

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

Completed in 226 milliseconds