Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp853 DenseMap<Record *, OperandMatcher *> PhysRegOperands; member in __anona2f7906b0111::RuleMatcher
3298 if (PhysRegOperands.find(Reg) == PhysRegOperands.end()) { in definePhysRegOperand()
3299 PhysRegOperands[Reg] = &OM; in definePhysRegOperand()
3315 const auto &I = PhysRegOperands.find(Reg); in getPhysRegOperandMatcher()
3317 if (I == PhysRegOperands.end()) { in getPhysRegOperandMatcher()