Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp171 auto &SubRegIndices = Bank.getSubRegIndices(); in runEnums()
656 const auto &SubRegIndices = RegBank.getSubRegIndices(); in emitComposeSubRegIndices()
727 const auto &SubRegIndices = RegBank.getSubRegIndices(); in emitComposeSubRegIndexLaneMask()
833 auto &SubRegIndices = RegBank.getSubRegIndices(); in runMCDesc()
1115 if (!RegBank.getSubRegIndices().empty()) { in runTargetHeader()
1180 const auto &SubRegIndices = RegBank.getSubRegIndices(); in runTargetDesc()
1622 for (const CodeGenSubRegIndex &SRI : RegBank.getSubRegIndices()) { in debugDump()
DRegisterBankEmitter.cpp200 for (const auto &SubIdx : RegisterClassHierarchy.getSubRegIndices()) { in visitRegisterBankClasses()
DCodeGenRegisters.h618 const std::deque<CodeGenSubRegIndex> &getSubRegIndices() const { in getSubRegIndices() function
/external/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp157 auto &SubRegIndices = Bank.getSubRegIndices(); in runEnums()
650 const auto &SubRegIndices = RegBank.getSubRegIndices(); in emitComposeSubRegIndices()
721 const auto &SubRegIndices = RegBank.getSubRegIndices(); in emitComposeSubRegIndexLaneMask()
824 auto &SubRegIndices = RegBank.getSubRegIndices(); in runMCDesc()
1110 if (!RegBank.getSubRegIndices().empty()) { in runTargetHeader()
1175 const auto &SubRegIndices = RegBank.getSubRegIndices(); in runTargetDesc()
DCodeGenRegisters.h570 const std::deque<CodeGenSubRegIndex> &getSubRegIndices() const { in getSubRegIndices() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DRegisterInfoEmitter.cpp433 const std::vector<Record*> &SubRegIndices = RegBank.getSubRegIndices(); in runTargetHeader()
543 unsigned NumSubRegIndices = RegBank.getSubRegIndices().size(); in runTargetDesc()
692 const std::vector<Record*> &SubRegIndices = RegBank.getSubRegIndices(); in runTargetDesc()
DCodeGenRegisters.h259 const std::vector<Record*> &getSubRegIndices() { return SubRegIndices; } in getSubRegIndices() function