Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp841 DenseMap<Record *, OperandMatcher *> PhysRegOperands; member in __anon0a286f430111::RuleMatcher
3251 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()