Home
last modified time | relevance | path

Searched refs:ParentMI (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h125 MachineInstr *ParentMI; variable
156 explicit MachineOperand(MachineOperandType K) : OpKind(K), ParentMI(0) { in MachineOperand()
171 MachineInstr *getParent() { return ParentMI; } in getParent()
172 const MachineInstr *getParent() const { return ParentMI; } in getParent()
182 void clearParent() { ParentMI = 0; } in clearParent()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h151 MachineInstr *ParentMI; variable
185 : OpKind(K), SubReg_TargetFlags(0), ParentMI(nullptr) {} in MachineOperand()
208 MachineInstr *getParent() { return ParentMI; } in getParent()
209 const MachineInstr *getParent() const { return ParentMI; } in getParent()
219 void clearParent() { ParentMI = nullptr; } in clearParent()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp571 assert(Operands[i].ParentMI == this && "ParentMI mismatch!"); in ~MachineInstr()
654 Operands[OpNo].ParentMI = this; in addOperand()
/external/llvm/test/CodeGen/PowerPC/
Dpr15031.ll325 …%ParentMI.i.i = getelementptr inbounds %"class.llvm::MachineOperand", %"class.llvm::MachineOperand…
326 %2 = load %"class.llvm::MachineInstr"*, %"class.llvm::MachineInstr"** %ParentMI.i.i, align 8
/external/llvm/lib/CodeGen/
DMachineInstr.cpp832 NewMO->ParentMI = this; in addOperand()