Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp881 if (!PhysRegOperands.contains(Reg)) { in definePhysRegOperand()
882 PhysRegOperands[Reg] = &OM; in definePhysRegOperand()
897 const auto &I = PhysRegOperands.find(Reg); in getPhysRegOperandMatcher()
899 if (I == PhysRegOperands.end()) { in getPhysRegOperandMatcher()
H A DGlobalISelMatchTable.h493 DenseMap<Record *, OperandMatcher *> PhysRegOperands; variable