Lines Matching refs:IS_LOAD
40 (flags & (IS_QUAD_OP|IS_LOAD)) == (IS_QUAD_OP|IS_LOAD) || \
170 ((target_flags & (IS_LOAD | IS_STORE)) == (IS_LOAD | IS_STORE)) || in ApplyLoadStoreElimination()
171 !(target_flags & (IS_LOAD | IS_STORE))) { in ApplyLoadStoreElimination()
176 bool is_this_lir_load = target_flags & IS_LOAD; in ApplyLoadStoreElimination()
247 DCHECK((check_flags & IS_LOAD) || (check_flags & IS_STORE)); in ApplyLoadStoreElimination()
248 bool is_check_lir_load = check_flags & IS_LOAD; in ApplyLoadStoreElimination()
252 DCHECK(check_flags & IS_LOAD); in ApplyLoadStoreElimination()
339 if (!(target_flags & IS_LOAD) || in ApplyLoadHoisting()
342 ((target_flags & (IS_STORE | IS_LOAD)) == (IS_STORE | IS_LOAD))) { in ApplyLoadHoisting()
444 (GetTargetInstFlags(dep_lir->opcode) & IS_LOAD)) { in ApplyLoadHoisting()
461 if (GetTargetInstFlags(cur_lir->opcode) & IS_LOAD) { in ApplyLoadHoisting()
485 (GetTargetInstFlags(prev_lir->opcode) & IS_LOAD); in ApplyLoadHoisting()