Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenRegisters.h227 unsigned NumNamedIndices; variable
260 unsigned getNumNamedIndices() { return NumNamedIndices; } in getNumNamedIndices()
DCodeGenRegisters.cpp520 NumNamedIndices = SubRegIndices.size(); in CodeGenRegBank()