Searched refs:col1 (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | float-amode.ll | 20 define void @test1(%struct.matrix_params* nocapture readonly %params, i32 %col1) { 26 %arrayidx1 = getelementptr inbounds float, float* %1, i32 %col1 32 %arrayidx4 = getelementptr inbounds float, float* %3, i32 %col1 43 define void @test2(%struct.matrix_params* nocapture readonly %params, i32 %col1) { 48 %arrayidx1 = getelementptr inbounds float, float* %1, i32 %col1 62 define void @test3(%struct.matrix_params* nocapture readonly %params, i32 %col1) { 67 %arrayidx1 = getelementptr inbounds float, float* %1, i32 %col1 80 define void @test4(i32 %col1) { 82 …tptr inbounds %struct.matrix_paramsGlob, %struct.matrix_paramsGlob* @globB, i32 0, i32 2, i32 %col1 85 %add1 = add nsw i32 %col1, 2
|
| H A D | sffms.ll | 10 define void @loop2_1(%struct.matrix_params* nocapture readonly %params, i32 %col1) #0 { 15 %arrayidx1 = getelementptr inbounds float, float* %1, i32 %col1 17 %arrayidx3 = getelementptr inbounds float*, float** %0, i32 %col1 22 %arrayidx10 = getelementptr inbounds float, float* %3, i32 %col1
|
| H A D | swp-epilog-reuse.ll | 26 …%col1.31508.reg2mem.0.ur = phi float [ %col3.31506.reg2mem.0.ur, %while.body661.ur ], [ undef, %wh… 30 %mul662.ur = fmul float %col1.31508.reg2mem.0.ur, 4.000000e+00
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | prescan.cpp | 922 char col1{*nextLine_}; in FixedFormContinuationLine() local 925 if (!IsFixedFormCommentChar(col1)) { in FixedFormContinuationLine() 953 if (col1 == '&' && in FixedFormContinuationLine() 963 if (col1 == '\t' && nextLine_[1] >= '1' && nextLine_[1] <= '9') { in FixedFormContinuationLine() 967 if (col1 == ' ' && nextLine_[1] == ' ' && nextLine_[2] == ' ' && in FixedFormContinuationLine() 1089 char col1{*p++}; in IsFixedFormCompilerDirectiveLine() local 1090 if (!IsFixedFormCommentChar(col1)) { in IsFixedFormCompilerDirectiveLine()
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_tab.c | 325 unsigned col1, unsigned col2, in tab_mat_product() argument 333 off + col1 + col2); in tab_mat_product() 342 mat1->row[i] + off + d1, col1 - d1); in tab_mat_product() 353 isl_seq_cpy(prod->row[n + i] + off + col1 + d1, in tab_mat_product() 362 mat1->row[r1 + i] + off + d1, col1 - d1); in tab_mat_product() 373 isl_seq_cpy(prod->row[n + i] + off + col1 + d1, in tab_mat_product() 398 unsigned row1, unsigned col1, in update_index2() argument 412 var->index += col1; in update_index2() 1539 t = tab->col_var[col1]; in swap_cols() 1540 tab->col_var[col1] = tab->col_var[col2]; in swap_cols() [all …]
|
| H A D | isl_tab_pip.c | 1188 int row, int col1, int col2, isl_int tmp) in lexmin_col_pair() argument 1200 if (tab->var[i].index == col1) in lexmin_col_pair() 1203 return col1; in lexmin_col_pair() 1211 s1 = isl_int_sgn(r[col1]); in lexmin_col_pair() 1216 return col1; in lexmin_col_pair() 1220 isl_int_mul(tmp, r[col2], tr[col1]); in lexmin_col_pair() 1221 isl_int_submul(tmp, r[col1], tr[col2]); in lexmin_col_pair() 1223 return col1; in lexmin_col_pair()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/AMX/ |
| H A D | amx-configO0toO0.ll | 904 %col1.i = getelementptr inbounds %struct.__tile1024i_str, ptr %a42, i32 0, i32 1 905 %85 = load i16, ptr %col1.i, align 2
|