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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagInstr.h55 DenseMap<unsigned, StringRef> UserAssignedNamesForOperands; member in class:llvm::GIMatchDagInstr
79 assert(UserAssignedNamesForOperands[Idx].empty() && "Cannot assign twice");
80 UserAssignedNamesForOperands[Idx] = Name;
85 return UserAssignedNamesForOperands.begin();
89 return UserAssignedNamesForOperands.end();
H A DGIMatchDagInstr.cpp25 if (!UserAssignedNamesForOperands.empty()) {
28 for (const auto &Assignment : UserAssignedNamesForOperands)

Completed in 113 milliseconds