Home
last modified time | relevance | path

Searched refs:UserEntry (Results 1 – 9 of 9) sorted by relevance

/third_party/spirv-tools/source/opt/
Ddef_use_manager.h62 using UserEntry = std::pair<Instruction*, Instruction*>; variable
74 bool operator()(const UserEntry& lhs, const UserEntry& rhs) const { in operator()
100 using IdToUsersMap = std::set<UserEntry, UserEntryLess>;
Ddef_use_manager.cpp62 id_to_users_.insert(UserEntry(def, inst)); in AnalyzeInstUse()
102 UserEntry(const_cast<Instruction*>(def), nullptr)); in UsersBegin()
256 UserEntry(GetDef(use_id), const_cast<Instruction*>(inst))); in EraseUseRecordsOfOperandIds()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddef_use_manager.h62 using UserEntry = std::pair<Instruction*, Instruction*>; variable
74 bool operator()(const UserEntry& lhs, const UserEntry& rhs) const { in operator()
100 using IdToUsersMap = std::set<UserEntry, UserEntryLess>;
Ddef_use_manager.cpp62 id_to_users_.insert(UserEntry(def, inst)); in AnalyzeInstUse()
105 UserEntry(const_cast<Instruction*>(def), nullptr)); in UsersBegin()
261 UserEntry(GetDef(use_id), const_cast<Instruction*>(inst))); in EraseUseRecordsOfOperandIds()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddef_use_manager.h62 using UserEntry = std::pair<Instruction*, Instruction*>; variable
74 bool operator()(const UserEntry& lhs, const UserEntry& rhs) const { in operator()
100 using IdToUsersMap = std::set<UserEntry, UserEntryLess>;
Ddef_use_manager.cpp62 id_to_users_.insert(UserEntry(def, inst)); in AnalyzeInstUse()
105 UserEntry(const_cast<Instruction*>(def), nullptr)); in UsersBegin()
261 UserEntry(GetDef(use_id), const_cast<Instruction*>(inst))); in EraseUseRecordsOfOperandIds()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Ddef_use_test.cpp1711 UserEntry entry = {def, use}; in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Ddef_use_test.cpp1711 UserEntry entry = {def, use}; in TEST_F()
/third_party/spirv-tools/test/opt/
Ddef_use_test.cpp1711 UserEntry entry = {def, use}; in TEST_F()