Searched refs:PhysRegOperands (Results 1 – 1 of 1) sorted by relevance
841 DenseMap<Record *, OperandMatcher *> PhysRegOperands; member in __anon0a286f430111::RuleMatcher3251 if (PhysRegOperands.find(Reg) == PhysRegOperands.end()) { in definePhysRegOperand()3252 PhysRegOperands[Reg] = &OM; in definePhysRegOperand()3268 const auto &I = PhysRegOperands.find(Reg); in getPhysRegOperandMatcher()3270 if (I == PhysRegOperands.end()) { in getPhysRegOperandMatcher()