Home
last modified time | relevance | path

Searched refs:t_node (Results 1 – 2 of 2) sorted by relevance

/llvm-project/polly/lib/External/isl/
H A Disl_scheduler_clustering.c985 struct isl_sched_node *t_node, struct isl_sched_node *node, in node_transformation() argument
995 n_row = isl_mat_rows(t_node->sched); in node_transformation()
1003 isl_seq_cpy(t->row[i], t_node->sched->row[i], 1 + n_param); in node_transformation()
1007 t_node->sched->row[i][1 + n_param + j], in node_transformation()
1025 struct isl_sched_node *t_node) in transform() argument
1034 n_new = isl_mat_rows(t_node->sched); in transform()
1041 t = node_transformation(ctx, t_node, node, start, n); in transform()
1048 node->coincident[start + j] = t_node->coincident[j]; in transform()
/llvm-project/llvm/lib/Target/X86/
H A DX86InstrShiftRotate.td409 …d<bits<8> o1, bits<8> o2, bits<8> o3, string m, SDPatternOperator node, SDPatternOperator t_node> {
411 def 16rri8 : ShlrdOpRRI8U_R<o1, m, Xi16, t_node>, TB, DefEFLAGS, OpSize16;
415 def 16rrCL : ShlrdOpRRC_R<o2, m, Xi16, t_node>, TB, DefEFLAGS, OpSize16;
420 def 16rri8_ND : ShlrdOpRRI8U_R<o3, m, Xi16, t_node, 1>, DefEFLAGS, PD;
424 def 16rrCL_ND : ShlrdOpRRC_R<o2, m, Xi16, t_node, 1>, DefEFLAGS, PD;
455 def 16mri8 : ShlrdOpMRI8U_M<o1, m, Xi16, t_node>, DefEFLAGS, OpSize16;
459 def 16mrCL : ShlrdOpMRC_M<o2, m, Xi16, t_node>, DefEFLAGS, OpSize16;
464 def 16mri8_ND : ShlrdOpMRI8U_R<o3, m, Xi16, t_node>, DefEFLAGS, PD;
468 def 16mrCL_ND : ShlrdOpMRC_R<o2, m, Xi16, t_node>, DefEFLAGS, PD;