Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h496 using PhysRegOperandsTy = SmallMapVector<const Record *, OperandMatcher *, 1>; variable
500 PhysRegOperandsTy PhysRegOperands;
699 iterator_range<PhysRegOperandsTy::const_iterator> physoperands() const { in physoperands()