Searched refs:RegisterOperandAssignment (Results 1 – 2 of 2) sorted by relevance
132 struct RegisterOperandAssignment { struct133 RegisterOperandAssignment(const Operand *Operand, llvm::MCPhysReg Reg) in RegisterOperandAssignment() function139 bool operator==(const RegisterOperandAssignment &other) const; argument149 llvm::SmallVector<RegisterOperandAssignment, 1> Defs; // Unlikely size() > 1.150 llvm::SmallVector<RegisterOperandAssignment, 2> Uses;
153 bool RegisterOperandAssignment::154 operator==(const RegisterOperandAssignment &Other) const { in operator ==()165 llvm::SmallVectorImpl<RegisterOperandAssignment> &OperandValues) { in addOperandIfAlias()176 const auto HasImplicit = [](const RegisterOperandAssignment &ROV) { in hasImplicitAliasing()246 static void setRegisterOperandValue(const RegisterOperandAssignment &ROV, in setRegisterOperandValue()