Home | History | Annotate | Download | only in TableGen

Lines Matching full:column

50 // to determine the column they belong to, if any.
73 // it can specify multi-column relationships). For each column, find the
74 // instruction from the group that matches all the values for the column.
115 // in a column of the relation table. Ex: ColFields = 'predSense'
123 // each column in the relation table.
126 // table. First column requires all the instructions to have predSense
127 // set to 'true' and second column requires it to be 'false'.
130 // Each instruction map must specify at least one column for it to be valid.
214 // Find column instruction corresponding to a key instruction based on the
215 // constraints for that column.
218 // Find column instructions for each key instruction based
251 // processed to assign column position to the instructions sharing
281 // Build a map to link key instructions with the column instructions arranged
282 // according to their column positions.
286 // Find column instructions for a given key based on the ColField
293 // Find the column instruction based on the constraints for the column.
304 // Find column instruction based on the constraints for that column.
320 // for the current column, i.e., the instruction which has the same values
341 // Error if multiple matches are found for a column.
368 // emitted as first column.
435 // relation table. If found, return opcode value from the appropriate column
469 // since first column is used for the key instructions), then we also need
470 // to pass another input to indicate the column to be selected.
491 // Emit enums for the column fields across all the instruction maps.
500 // Iterate over all InstrMapping records and create a map between column
542 // Emit enumerated values for the column fields.
588 // Build MapTable to map key instructions with the corresponding column