HomeSort by: relevance | last modified time | path
    Searched refs:RegisterOperandAssignment (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
MCInstrDescView.h 191 struct RegisterOperandAssignment {
192 RegisterOperandAssignment(const Operand *Operand, MCPhysReg Reg)
198 bool operator==(const RegisterOperandAssignment &other) const;
208 SmallVector<RegisterOperandAssignment, 1> Defs; // Unlikely size() > 1.
209 SmallVector<RegisterOperandAssignment, 2> Uses;
MCInstrDescView.cpp 315 bool RegisterOperandAssignment::
316 operator==(const RegisterOperandAssignment &Other) const {
328 SmallVectorImpl<RegisterOperandAssignment> &OperandValues) {
339 const auto HasImplicit = [](const RegisterOperandAssignment &ROV) {
SnippetGenerator.cpp 192 static void setRegisterOperandValue(const RegisterOperandAssignment &ROV,

Completed in 57 milliseconds