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

/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp39 // RowInstrMap map based on their RowFields values. RowInstrMap is keyed by the
47 // Ex: RowInstrMap(RowVal1, RowVal2, ...) -> [Instr1, Instr2, Instr3, ... ]
52 // While building the RowInstrMap map, collect all the key instructions in
71 // same key-value as the key instruction from RowInstrMap. Iterate over the list
193 // RowInstrMap - maps RowFields values to the instructions. It's keyed by the
195 RowInstrMapTy RowInstrMap; member in class:__anon3858::MapTableEmitter
235 // InstrDefs) and insert them into RowInstrMap which is keyed by the values of
254 // their KeyValue in RowInstrMap.
258 RowInstrMap[KeyValu
[all...]

Completed in 41 milliseconds