Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp904 if (!PhysRegOperands.contains(Reg)) { in definePhysRegOperand()
905 PhysRegOperands[Reg] = &OM; in definePhysRegOperand()
920 const auto &I = PhysRegOperands.find(Reg); in getPhysRegOperandMatcher()
922 if (I == PhysRegOperands.end()) { in getPhysRegOperandMatcher()
H A DGlobalISelMatchTable.h497 DenseMap<Record *, OperandMatcher *> PhysRegOperands; variable