Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp382 std::vector<Record*> ColInstrs = MapTable[CurInstr]; in emitBinSearchTable() local
385 if (!ColInstrs.empty()) { in emitBinSearchTable()
387 if (ColInstrs[j] != nullptr) { in emitBinSearchTable()
392 OutStr += ColInstrs[j]->getName(); in emitBinSearchTable()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenMapTable.cpp387 std::vector<Record*> ColInstrs = MapTable[CurInstr]; in emitBinSearchTable() local
390 if (!ColInstrs.empty()) { in emitBinSearchTable()
392 if (ColInstrs[j] != nullptr) { in emitBinSearchTable()
397 OutStr += ColInstrs[j]->getName(); in emitBinSearchTable()