Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h500 PhysRegOperandsTy PhysRegOperands; variable
700 return make_range(PhysRegOperands.begin(), PhysRegOperands.end()); in physoperands()
H A DGlobalISelMatchTable.cpp899 PhysRegOperands.try_emplace(Reg, &OM); in definePhysRegOperand()
913 const auto &I = PhysRegOperands.find(Reg); in getPhysRegOperandMatcher()
915 if (I == PhysRegOperands.end()) { in getPhysRegOperandMatcher()