Searched refs:PhysRegOperands (Results 1 – 1 of 1) sorted by relevance
853 DenseMap<Record *, OperandMatcher *> PhysRegOperands; member in __anona2f7906b0111::RuleMatcher3298 if (PhysRegOperands.find(Reg) == PhysRegOperands.end()) { in definePhysRegOperand()3299 PhysRegOperands[Reg] = &OM; in definePhysRegOperand()3315 const auto &I = PhysRegOperands.find(Reg); in getPhysRegOperandMatcher()3317 if (I == PhysRegOperands.end()) { in getPhysRegOperandMatcher()