Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp692 SmallVector<unsigned, 4> RowMap; in emitComposeSubRegIndices() local
711 RowMap.push_back(Found); in emitComposeSubRegIndices()
722 OS << RowMap[i] << ", "; in emitComposeSubRegIndices()
765 Rows[RowMap[IdxA.EnumValue - 1]]; in emitComposeSubRegIndices()