Searched refs:PhysRegOperands (Results 1 – 1 of 1) sorted by relevance
840 DenseMap<Record *, OperandMatcher *> PhysRegOperands; member in __anon332dbd1e0111::RuleMatcher3285 if (PhysRegOperands.find(Reg) == PhysRegOperands.end()) { in definePhysRegOperand()3286 PhysRegOperands[Reg] = &OM; in definePhysRegOperand()3302 const auto &I = PhysRegOperands.find(Reg); in getPhysRegOperandMatcher()3304 if (I == PhysRegOperands.end()) { in getPhysRegOperandMatcher()