Searched refs:idTable (Results 1 – 4 of 4) sorted by relevance
41 return idTable; in getIDTable()56 llvm::codeview::MergingTypeTableBuilder idTable; variable
326 m->idTable, m->typeTable, indexMapStorage, types, file->pchSignature)) in mergeDebugT()384 if (auto err = mergeIdRecords(m->idTable, tpiMap, ipiSrc->indexMapStorage, in mergeDebugT()1017 : typeTable(alloc), idTable(alloc) {} in TypeMerger()
109 std::string idTable[OPTYPE_LAST]; in TestSource() local110 idTable[OPTYPE_SHUFFLE] = "id_in"; in TestSource()111 idTable[OPTYPE_SHUFFLE_XOR] = "gl_SubgroupInvocationID ^ id_in"; in TestSource()112 idTable[OPTYPE_SHUFFLE_UP] = "gl_SubgroupInvocationID - id_in"; in TestSource()113 idTable[OPTYPE_SHUFFLE_DOWN] = "gl_SubgroupInvocationID + id_in"; in TestSource()121 " uint id = " + idTable[caseDef.opType] + ";\n" in TestSource()
111 std::string idTable[OPTYPE_LAST]; in TestSource() local112 idTable[OPTYPE_SHUFFLE] = "id_in"; in TestSource()113 idTable[OPTYPE_SHUFFLE_XOR] = "gl_SubgroupInvocationID ^ id_in"; in TestSource()114 idTable[OPTYPE_SHUFFLE_UP] = "gl_SubgroupInvocationID - id_in"; in TestSource()115 idTable[OPTYPE_SHUFFLE_DOWN] = "gl_SubgroupInvocationID + id_in"; in TestSource()123 " uint id = " + idTable[caseDef.opType] + ";\n" in TestSource()