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

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 149 /// ParentMI - This is the instruction that this operand is embedded into.
151 MachineInstr *ParentMI;
185 : OpKind(K), SubReg_TargetFlags(0), ParentMI(nullptr) {}
208 MachineInstr *getParent() { return ParentMI; }
209 const MachineInstr *getParent() const { return ParentMI; }
213 /// The MachineOperand copy constructor also copies ParentMI, expecting the
219 void clearParent() { ParentMI = nullptr; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineOperand.h 123 /// ParentMI - This is the instruction that this operand is embedded into.
125 MachineInstr *ParentMI;
156 explicit MachineOperand(MachineOperandType K) : OpKind(K), ParentMI(0) {
171 MachineInstr *getParent() { return ParentMI; }
172 const MachineInstr *getParent() const { return ParentMI; }
176 /// The MachineOperand copy constructor also copies ParentMI, expecting the
182 void clearParent() { ParentMI = 0; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 154 /// ParentMI - This is the instruction that this operand is embedded into.
156 MachineInstr *ParentMI;
192 : OpKind(K), SubReg_TargetFlags(0), ParentMI(nullptr) {}
215 MachineInstr *getParent() { return ParentMI; }
216 const MachineInstr *getParent() const { return ParentMI; }
220 /// The MachineOperand copy constructor also copies ParentMI, expecting the
226 void clearParent() { ParentMI = nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 154 /// ParentMI - This is the instruction that this operand is embedded into.
156 MachineInstr *ParentMI;
192 : OpKind(K), SubReg_TargetFlags(0), ParentMI(nullptr) {}
215 MachineInstr *getParent() { return ParentMI; }
216 const MachineInstr *getParent() const { return ParentMI; }
220 /// The MachineOperand copy constructor also copies ParentMI, expecting the
226 void clearParent() { ParentMI = nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 154 /// ParentMI - This is the instruction that this operand is embedded into.
156 MachineInstr *ParentMI;
192 : OpKind(K), SubReg_TargetFlags(0), ParentMI(nullptr) {}
215 MachineInstr *getParent() { return ParentMI; }
216 const MachineInstr *getParent() const { return ParentMI; }
220 /// The MachineOperand copy constructor also copies ParentMI, expecting the
226 void clearParent() { ParentMI = nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 154 /// ParentMI - This is the instruction that this operand is embedded into.
156 MachineInstr *ParentMI;
192 : OpKind(K), SubReg_TargetFlags(0), ParentMI(nullptr) {}
215 MachineInstr *getParent() { return ParentMI; }
216 const MachineInstr *getParent() const { return ParentMI; }
220 /// The MachineOperand copy constructor also copies ParentMI, expecting the
226 void clearParent() { ParentMI = nullptr; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 154 /// ParentMI - This is the instruction that this operand is embedded into.
156 MachineInstr *ParentMI;
192 : OpKind(K), SubReg_TargetFlags(0), ParentMI(nullptr) {}
215 MachineInstr *getParent() { return ParentMI; }
216 const MachineInstr *getParent() const { return ParentMI; }
220 /// The MachineOperand copy constructor also copies ParentMI, expecting the
226 void clearParent() { ParentMI = nullptr; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 154 /// ParentMI - This is the instruction that this operand is embedded into.
156 MachineInstr *ParentMI;
192 : OpKind(K), SubReg_TargetFlags(0), ParentMI(nullptr) {}
215 MachineInstr *getParent() { return ParentMI; }
216 const MachineInstr *getParent() const { return ParentMI; }
220 /// The MachineOperand copy constructor also copies ParentMI, expecting the
226 void clearParent() { ParentMI = nullptr; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 154 /// ParentMI - This is the instruction that this operand is embedded into.
156 MachineInstr *ParentMI;
192 : OpKind(K), SubReg_TargetFlags(0), ParentMI(nullptr) {}
215 MachineInstr *getParent() { return ParentMI; }
216 const MachineInstr *getParent() const { return ParentMI; }
220 /// The MachineOperand copy constructor also copies ParentMI, expecting the
226 void clearParent() { ParentMI = nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 154 /// ParentMI - This is the instruction that this operand is embedded into.
156 MachineInstr *ParentMI;
192 : OpKind(K), SubReg_TargetFlags(0), ParentMI(nullptr) {}
215 MachineInstr *getParent() { return ParentMI; }
216 const MachineInstr *getParent() const { return ParentMI; }
220 /// The MachineOperand copy constructor also copies ParentMI, expecting the
226 void clearParent() { ParentMI = nullptr; }

Completed in 7836 milliseconds