Home
last modified time | relevance | path

Searched refs:RegisterOperandAssignment (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.h191 struct RegisterOperandAssignment { struct
192 RegisterOperandAssignment(const Operand *Operand, MCPhysReg Reg) in RegisterOperandAssignment() argument
198 bool operator==(const RegisterOperandAssignment &other) const; argument
208 SmallVector<RegisterOperandAssignment, 1> Defs; // Unlikely size() > 1.
209 SmallVector<RegisterOperandAssignment, 2> Uses;
H A DMCInstrDescView.cpp315 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()
H A DSnippetGenerator.cpp192 static void setRegisterOperandValue(const RegisterOperandAssignment &ROV, in setRegisterOperandValue()