Lines Matching refs:wide

84   if (is_wide && !reg_location_[index].wide) {  in SetWide()
85 reg_location_[index].wide = true; in SetWide()
93 if (!reg_location_[index].wide) { in SetWide()
94 reg_location_[index].wide = true; in SetWide()
150 reg_location_[defs[0]].wide = true; in InferTypeAndSize()
151 reg_location_[defs[1]].wide = true; in InferTypeAndSize()
169 reg_location_[uses[next]].wide = true; in InferTypeAndSize()
170 reg_location_[uses[next + 1]].wide = true; in InferTypeAndSize()
176 type_mismatch |= reg_location_[uses[next]].wide; in InferTypeAndSize()
188 reg_location_[uses[next]].wide = true; in InferTypeAndSize()
189 reg_location_[uses[next + 1]].wide = true; in InferTypeAndSize()
195 type_mismatch |= reg_location_[uses[next]].wide; in InferTypeAndSize()
207 reg_location_[uses[next]].wide = true; in InferTypeAndSize()
208 reg_location_[uses[next + 1]].wide = true; in InferTypeAndSize()
213 type_mismatch |= reg_location_[uses[next]].wide; in InferTypeAndSize()
223 type_mismatch |= reg_location_[uses[0]].wide; in InferTypeAndSize()
229 reg_location_[uses[0]].wide = true; in InferTypeAndSize()
230 reg_location_[uses[1]].wide = true; in InferTypeAndSize()
234 type_mismatch |= reg_location_[uses[0]].wide; in InferTypeAndSize()
240 reg_location_[uses[0]].wide = true; in InferTypeAndSize()
241 reg_location_[uses[1]].wide = true; in InferTypeAndSize()
245 type_mismatch |= reg_location_[uses[0]].wide; in InferTypeAndSize()
283 type_mismatch |= reg_location_[uses[next]].wide; in InferTypeAndSize()
294 reg_location_[uses[i]].wide = true; in InferTypeAndSize()
295 reg_location_[uses[i+1]].wide = true; in InferTypeAndSize()
301 reg_location_[uses[i]].wide = true; in InferTypeAndSize()
302 reg_location_[uses[i+1]].wide = true; in InferTypeAndSize()
309 type_mismatch |= reg_location_[uses[i]].wide; in InferTypeAndSize()
313 type_mismatch |= reg_location_[uses[i]].wide; in InferTypeAndSize()
317 type_mismatch |= reg_location_[uses[i]].wide; in InferTypeAndSize()
349 bool is_wide = rl_temp.wide || ((attrs & DF_A_WIDE) != 0); in InferTypeAndSize()
350 bool is_high = is_phi && rl_temp.wide && rl_temp.high_word; in InferTypeAndSize()
356 is_wide |= rl_temp.wide; in InferTypeAndSize()
357 is_high |= is_phi && rl_temp.wide && rl_temp.high_word; in InferTypeAndSize()
413 table[i].wide ? 'W' : 'N', table[i].defined ? 'D' : 'U', in DumpRegLocTable()
425 table[i].wide ? 'W' : 'N', table[i].defined ? 'D' : 'U', in DumpRegLocTable()
447 loc[i].wide = false; in InitRegLocations()
479 reg_location_[s_reg].wide = true; in InitRegLocations()
488 reg_location_[s_reg].wide = true; in InitRegLocations()