Home
last modified time | relevance | path

Searched refs:PhysRegOperands (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp855 DenseMap<Record *, OperandMatcher *> PhysRegOperands; member in __anoncee47b830111::RuleMatcher
3326 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()