Searched refs:IndexMap (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_algebraic.py801 class IndexMap(object): class in class:TreeAutomaton
842 return 'IndexMap([' + ', '.join(repr(e) for e in self.objects) + '])'
873 self.opcodes = self.IndexMap()
936 self.states = self.IndexMap()
944 self.rep = defaultdict(self.IndexMap)
959 new_opcodes = self.IndexMap()
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_algebraic.py724 class IndexMap(object): class in class:TreeAutomaton
765 return 'IndexMap([' + ', '.join(repr(e) for e in self.objects) + '])'
796 self.opcodes = self.IndexMap()
859 self.states = self.IndexMap()
867 self.rep = defaultdict(self.IndexMap)
882 new_opcodes = self.IndexMap()

Completed in 7 milliseconds