Searched refs:PhysRegOperands (Results 1 – 2 of 2) sorted by relevance
881 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()
493 DenseMap<Record *, OperandMatcher *> PhysRegOperands; variable