Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp840 DenseMap<Record *, OperandMatcher *> PhysRegOperands; member in __anon332dbd1e0111::RuleMatcher
3285 if (PhysRegOperands.find(Reg) == PhysRegOperands.end()) { in definePhysRegOperand()
3286 PhysRegOperands[Reg] = &OM; in definePhysRegOperand()
3302 const auto &I = PhysRegOperands.find(Reg); in getPhysRegOperandMatcher()
3304 if (I == PhysRegOperands.end()) { in getPhysRegOperandMatcher()