Searched refs:PhysRegOperands (Results 1 – 1 of 1) sorted by relevance
855 DenseMap<Record *, OperandMatcher *> PhysRegOperands; member in __anoncee47b830111::RuleMatcher3326 if (PhysRegOperands.find(Reg) == PhysRegOperands.end()) { in definePhysRegOperand()3327 PhysRegOperands[Reg] = &OM; in definePhysRegOperand()3343 const auto &I = PhysRegOperands.find(Reg); in getPhysRegOperandMatcher()3345 if (I == PhysRegOperands.end()) { in getPhysRegOperandMatcher()