HomeSort by relevance Sort by last modified time
    Searched defs:MachineOperand (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 1 //===-- 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 {
166 MachineOperand *Prev; // Access list for register. See MRI.
167 MachineOperand *Next;
184 explicit MachineOperand(MachineOperandType K)
213 /// The MachineOperand copy constructor also copies ParentMI, expecting th
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineOperand.h 1 //===-- 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 {
138 MachineOperand **Prev; // Access list for register.
139 MachineOperand *Next;
156 explicit MachineOperand(MachineOperandType K) : OpKind(K), ParentMI(0) {
176 /// The MachineOperand copy constructor also copies ParentMI, expecting the
177 /// original to be deleted. If a MachineOperand is ever stored outside
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 1 //===-- llvm/CodeGen/MachineOperand.h - MachineOperand class ----*- C++ -*-===//
10 // This file contains the declaration of the MachineOperand class.
39 /// MachineOperand class - Representation of each machine instruction operand.
44 /// not having to call the MachineOperand destructor.
46 class MachineOperand {
173 MachineOperand *Prev; // Access list for register. See MRI.
174 MachineOperand *Next;
191 explicit MachineOperand(MachineOperandType K)
220 /// The MachineOperand copy constructor also copies ParentMI, expecting th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineOperand.h 1 //===-- llvm/CodeGen/MachineOperand.h - MachineOperand class ----*- C++ -*-===//
10 // This file contains the declaration of the MachineOperand class.
39 /// MachineOperand class - Representation of each machine instruction operand.
44 /// not having to call the MachineOperand destructor.
46 class MachineOperand {
172 MachineOperand *Prev; // Access list for register. See MRI.
173 MachineOperand *Next;
190 explicit MachineOperand(MachineOperandType K)
219 /// The MachineOperand copy constructor also copies ParentMI, expecting th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineOperand.h 1 //===-- llvm/CodeGen/MachineOperand.h - MachineOperand class ----*- C++ -*-===//
10 // This file contains the declaration of the MachineOperand class.
39 /// MachineOperand class - Representation of each machine instruction operand.
44 /// not having to call the MachineOperand destructor.
46 class MachineOperand {
172 MachineOperand *Prev; // Access list for register. See MRI.
173 MachineOperand *Next;
190 explicit MachineOperand(MachineOperandType K)
219 /// The MachineOperand copy constructor also copies ParentMI, expecting th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineOperand.h 1 //===-- llvm/CodeGen/MachineOperand.h - MachineOperand class ----*- C++ -*-===//
10 // This file contains the declaration of the MachineOperand class.
40 /// MachineOperand class - Representation of each machine instruction operand.
45 /// not having to call the MachineOperand destructor.
47 class MachineOperand {
174 MachineOperand *Prev; // Access list for register. See MRI.
175 MachineOperand *Next;
192 explicit MachineOperand(MachineOperandType K)
221 /// The MachineOperand copy constructor also copies ParentMI, expecting th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineOperand.h 1 //===-- llvm/CodeGen/MachineOperand.h - MachineOperand class ----*- C++ -*-===//
10 // This file contains the declaration of the MachineOperand class.
40 /// MachineOperand class - Representation of each machine instruction operand.
45 /// not having to call the MachineOperand destructor.
47 class MachineOperand {
174 MachineOperand *Prev; // Access list for register. See MRI.
175 MachineOperand *Next;
192 explicit MachineOperand(MachineOperandType K)
221 /// The MachineOperand copy constructor also copies ParentMI, expecting th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineOperand.h 1 //===-- llvm/CodeGen/MachineOperand.h - MachineOperand class ----*- C++ -*-===//
10 // This file contains the declaration of the MachineOperand class.
40 /// MachineOperand class - Representation of each machine instruction operand.
45 /// not having to call the MachineOperand destructor.
47 class MachineOperand {
174 MachineOperand *Prev; // Access list for register. See MRI.
175 MachineOperand *Next;
192 explicit MachineOperand(MachineOperandType K)
221 /// The MachineOperand copy constructor also copies ParentMI, expecting th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineOperand.h 1 //===-- llvm/CodeGen/MachineOperand.h - MachineOperand class ----*- C++ -*-===//
10 // This file contains the declaration of the MachineOperand class.
40 /// MachineOperand class - Representation of each machine instruction operand.
45 /// not having to call the MachineOperand destructor.
47 class MachineOperand {
174 MachineOperand *Prev; // Access list for register. See MRI.
175 MachineOperand *Next;
192 explicit MachineOperand(MachineOperandType K)
221 /// The MachineOperand copy constructor also copies ParentMI, expecting th
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 1 //===-- llvm/CodeGen/MachineOperand.h - MachineOperand class ----*- C++ -*-===//
10 // This file contains the declaration of the MachineOperand class.
39 /// MachineOperand class - Representation of each machine instruction operand.
44 /// not having to call the MachineOperand destructor.
46 class MachineOperand {
173 MachineOperand *Prev; // Access list for register. See MRI.
174 MachineOperand *Next;
191 explicit MachineOperand(MachineOperandType K)
220 /// The MachineOperand copy constructor also copies ParentMI, expecting th
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineOperand.h 1 //===-- llvm/CodeGen/MachineOperand.h - MachineOperand class ----*- C++ -*-===//
10 // This file contains the declaration of the MachineOperand class.
39 /// MachineOperand class - Representation of each machine instruction operand.
44 /// not having to call the MachineOperand destructor.
46 class MachineOperand {
172 MachineOperand *Prev; // Access list for register. See MRI.
173 MachineOperand *Next;
190 explicit MachineOperand(MachineOperandType K)
219 /// The MachineOperand copy constructor also copies ParentMI, expecting th
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineOperand.h 1 //===-- llvm/CodeGen/MachineOperand.h - MachineOperand class ----*- C++ -*-===//
10 // This file contains the declaration of the MachineOperand class.
39 /// MachineOperand class - Representation of each machine instruction operand.
44 /// not having to call the MachineOperand destructor.
46 class MachineOperand {
172 MachineOperand *Prev; // Access list for register. See MRI.
173 MachineOperand *Next;
190 explicit MachineOperand(MachineOperandType K)
219 /// The MachineOperand copy constructor also copies ParentMI, expecting th
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineOperand.h 1 //===-- llvm/CodeGen/MachineOperand.h - MachineOperand class ----*- C++ -*-===//
10 // This file contains the declaration of the MachineOperand class.
40 /// MachineOperand class - Representation of each machine instruction operand.
45 /// not having to call the MachineOperand destructor.
47 class MachineOperand {
174 MachineOperand *Prev; // Access list for register. See MRI.
175 MachineOperand *Next;
192 explicit MachineOperand(MachineOperandType K)
221 /// The MachineOperand copy constructor also copies ParentMI, expecting th
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineOperand.h 1 //===-- llvm/CodeGen/MachineOperand.h - MachineOperand class ----*- C++ -*-===//
10 // This file contains the declaration of the MachineOperand class.
40 /// MachineOperand class - Representation of each machine instruction operand.
45 /// not having to call the MachineOperand destructor.
47 class MachineOperand {
174 MachineOperand *Prev; // Access list for register. See MRI.
175 MachineOperand *Next;
192 explicit MachineOperand(MachineOperandType K)
221 /// The MachineOperand copy constructor also copies ParentMI, expecting th
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineOperand.h 1 //===-- llvm/CodeGen/MachineOperand.h - MachineOperand class ----*- C++ -*-===//
10 // This file contains the declaration of the MachineOperand class.
40 /// MachineOperand class - Representation of each machine instruction operand.
45 /// not having to call the MachineOperand destructor.
47 class MachineOperand {
174 MachineOperand *Prev; // Access list for register. See MRI.
175 MachineOperand *Next;
192 explicit MachineOperand(MachineOperandType K)
221 /// The MachineOperand copy constructor also copies ParentMI, expecting th
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineOperand.h 1 //===-- llvm/CodeGen/MachineOperand.h - MachineOperand class ----*- C++ -*-===//
10 // This file contains the declaration of the MachineOperand class.
40 /// MachineOperand class - Representation of each machine instruction operand.
45 /// not having to call the MachineOperand destructor.
47 class MachineOperand {
174 MachineOperand *Prev; // Access list for register. See MRI.
175 MachineOperand *Next;
192 explicit MachineOperand(MachineOperandType K)
221 /// The MachineOperand copy constructor also copies ParentMI, expecting th
    [all...]

Completed in 279 milliseconds