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

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A Delftosb_parser.y152 %type <m_ast> basic_stmt load_stmt call_stmt from_stmt load_data load_target call_target
408 basic_stmt : load_stmt { $$ = $1; }
414 load_stmt : "load" dcd_opt load_data load_target_opt label
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.h6309 gimple_omp_atomic_load_set_lhs (gomp_atomic_load *load_stmt, tree lhs)
6311 load_stmt->lhs = lhs;
6318 gimple_omp_atomic_load_lhs (const gomp_atomic_load *load_stmt)
6320 return load_stmt->lhs;
6327 gimple_omp_atomic_load_lhs_ptr (gomp_atomic_load *load_stmt)
6329 return &load_stmt->lhs;
6336 gimple_omp_atomic_load_set_rhs (gomp_atomic_load *load_stmt, tree rhs)
6338 load_stmt->rhs = rhs;
6345 gimple_omp_atomic_load_rhs (const gomp_atomic_load *load_stmt)
6347 return load_stmt
[all...]
H A Dvalue-prof.c1283 gassign *load_stmt; local
1299 load_stmt = gimple_build_assign (tmp0, tmp);
1300 gsi_insert_before (&gsi, load_stmt, GSI_SAME_STMT);
1303 load_stmt = gimple_build_assign (tmp1, tmp);
1304 gsi_insert_before (&gsi, load_stmt, GSI_SAME_STMT);
H A Dgimple-ssa-store-merging.c954 gimple *load_stmt; local
1029 load_stmt = gimple_build_assign (val_tmp, val_expr);
1030 gimple_set_vuse (load_stmt, n->vuse);
1031 gsi_insert_before (&gsi, load_stmt, GSI_SAME_STMT);
1061 load_stmt = gimple_build_assign (val_tmp, val_expr);
1062 gimple_set_vuse (load_stmt, n->vuse);
1063 gsi_insert_before (&gsi, load_stmt, GSI_SAME_STMT);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple.h6398 gimple_omp_atomic_load_set_lhs (gomp_atomic_load *load_stmt, tree lhs)
6400 load_stmt->lhs = lhs;
6407 gimple_omp_atomic_load_lhs (const gomp_atomic_load *load_stmt)
6409 return load_stmt->lhs;
6416 gimple_omp_atomic_load_lhs_ptr (gomp_atomic_load *load_stmt)
6418 return &load_stmt->lhs;
6425 gimple_omp_atomic_load_set_rhs (gomp_atomic_load *load_stmt, tree rhs)
6427 load_stmt->rhs = rhs;
6434 gimple_omp_atomic_load_rhs (const gomp_atomic_load *load_stmt)
6436 return load_stmt
[all...]
H A Dvalue-prof.cc1320 gassign *load_stmt; local
1336 load_stmt = gimple_build_assign (tmp0, tmp);
1337 gsi_insert_before (&gsi, load_stmt, GSI_SAME_STMT);
1340 load_stmt = gimple_build_assign (tmp1, tmp);
1341 gsi_insert_before (&gsi, load_stmt, GSI_SAME_STMT);
H A Dgimple-ssa-store-merging.cc1127 gimple *load_stmt; local
1202 load_stmt = gimple_build_assign (val_tmp, val_expr);
1203 gimple_set_vuse (load_stmt, n->vuse);
1204 gsi_insert_before (&gsi, load_stmt, GSI_SAME_STMT);
1237 load_stmt = gimple_build_assign (val_tmp, val_expr);
1238 gimple_set_vuse (load_stmt, n->vuse);
1239 gsi_insert_before (&gsi, load_stmt, GSI_SAME_STMT);
H A Domp-expand.cc9040 gimple *load_stmt = last_stmt (load_bb);
9042 bool need_old = gimple_omp_atomic_need_value_p (load_stmt);
9043 bool weak = gimple_omp_atomic_weak_p (load_stmt);
9044 enum omp_memory_order omo = gimple_omp_atomic_memory_order (load_stmt);
9158 gsi = gsi_for_stmt (load_stmt);

Completed in 144 milliseconds