Home
last modified time | relevance | path

Searched refs:UserAssignedNamesForOperands (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagInstr.h58 DenseMap<unsigned, StringRef> UserAssignedNamesForOperands; variable
82 assert(UserAssignedNamesForOperands[Idx].empty() && "Cannot assign twice"); in assignNameToOperand()
83 UserAssignedNamesForOperands[Idx] = Name; in assignNameToOperand()
88 return UserAssignedNamesForOperands.begin(); in user_assigned_operand_names_begin()
92 return UserAssignedNamesForOperands.end(); in user_assigned_operand_names_end()
H A DGIMatchDagInstr.cpp25 if (!UserAssignedNamesForOperands.empty()) { in print()
28 for (const auto &Assignment : UserAssignedNamesForOperands) in print()