Searched refs:ParentMI (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAntiDepBreaker.h66 /// breaker's update of ParentMI to use NewReg.
67 void UpdateDbgValues(const DbgValueVector &DbgValues, MachineInstr *ParentMI, argument
74 if ((PrevMI == ParentMI) || (PrevMI == PrevDbgMI)) {
H A DMachineInstr.cpp264 NewMO->ParentMI = this;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h161 /// ParentMI - This is the instruction that this operand is embedded into.
163 MachineInstr *ParentMI; variable
201 : OpKind(K), SubReg_TargetFlags(0), ParentMI(nullptr) {
211 "ParentMI, and Contents");
236 MachineInstr *getParent() { return ParentMI; }
237 const MachineInstr *getParent() const { return ParentMI; }
241 /// The MachineOperand copy constructor also copies ParentMI, expecting the
247 void clearParent() { ParentMI = nullptr; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp443 MachineInstr *ParentMI = getParentInst(); local
449 // Check that ParentMI is the only instruction that uses replaced register
451 if (&UseInst != ParentMI)

Completed in 90 milliseconds