Searched defs:MachineOperand (Results 1 - 2 of 2) 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...]
/external/swiftshader/third_party/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
138 MachineOperand **Prev; // Access list for register.
139 MachineOperand *Next;
156 explicit MachineOperand(MachineOperandType K) : OpKind(K), ParentMI(0) { function in class:llvm::MachineOperand
176 /// The MachineOperand copy constructor also copies ParentMI, expecting the
177 /// original to be deleted. If a MachineOperand i
[all...]

Completed in 165 milliseconds