Searched refs:RegisterOperandAssignment (Results 1 – 3 of 3) sorted by relevance
191 struct RegisterOperandAssignment { struct192 RegisterOperandAssignment(const Operand *Operand, MCPhysReg Reg) in RegisterOperandAssignment() argument198 bool operator==(const RegisterOperandAssignment &other) const; argument208 SmallVector<RegisterOperandAssignment, 1> Defs; // Unlikely size() > 1.209 SmallVector<RegisterOperandAssignment, 2> Uses;
315 bool RegisterOperandAssignment::316 operator==(const RegisterOperandAssignment &Other) const { in operator ==()328 SmallVectorImpl<RegisterOperandAssignment> &OperandValues) { in addOperandIfAlias()339 const auto HasImplicit = [](const RegisterOperandAssignment &ROV) { in hasImplicitAliasing()
192 static void setRegisterOperandValue(const RegisterOperandAssignment &ROV, in setRegisterOperandValue()