Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp140 ArrayRef<CodeGenSubRegIndex*> SubRegIndices = Bank.getSubRegIndices(); in runEnums()
633 ArrayRef<CodeGenSubRegIndex*> SubRegIndices = RegBank.getSubRegIndices(); in emitComposeSubRegIndices()
710 ArrayRef<CodeGenSubRegIndex*> SubRegIndices = RegBank.getSubRegIndices(); in runMCDesc()
970 if (!RegBank.getSubRegIndices().empty()) { in runTargetHeader()
1025 ArrayRef<CodeGenSubRegIndex*> SubRegIndices = RegBank.getSubRegIndices(); in runTargetDesc()
DCodeGenRegisters.h532 ArrayRef<CodeGenSubRegIndex*> getSubRegIndices() { return SubRegIndices; } in getSubRegIndices() function