Searched refs:PhysRegOperands (Results 1 – 2 of 2) sorted by relevance
904 if (!PhysRegOperands.contains(Reg)) { in definePhysRegOperand()905 PhysRegOperands[Reg] = &OM; in definePhysRegOperand()920 const auto &I = PhysRegOperands.find(Reg); in getPhysRegOperandMatcher()922 if (I == PhysRegOperands.end()) { in getPhysRegOperandMatcher()
497 DenseMap<Record *, OperandMatcher *> PhysRegOperands; variable