Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp182 ExplicitSubRegIndices.push_back(RegBank.getSubRegIdx(SRI)); in buildObjectGraph()
225 for (auto [SR, Idx] : zip_equal(ExplicitSubRegs, ExplicitSubRegIndices)) { in computeSubRegs()
256 SmallVector<CodeGenSubRegIndex *, 8> Indices = ExplicitSubRegIndices; in computeSubRegs()
344 CodeGenSubRegIndex &I = *SR->ExplicitSubRegIndices[j]; in computeSubRegs()
356 ExplicitSubRegIndices[Idx]->setConcatenationOf(Parts); in computeSubRegs()
H A DCodeGenRegisters.h292 SmallVector<CodeGenSubRegIndex *, 8> ExplicitSubRegIndices; variable