Lines Matching refs:fp
24 if (is_fp && !reg_location_[index].fp) { in SetFp()
25 reg_location_[index].fp = true; in SetFp()
34 if (!reg_location_[index].fp) { in SetFp()
35 reg_location_[index].fp = true; in SetFp()
346 bool defined_fp = rl_temp.defined && rl_temp.fp; in InferTypeAndSize()
353 defined_fp |= rl_temp.defined && rl_temp.fp; in InferTypeAndSize()
414 table[i].fp ? 'F' : table[i].ref ? 'R' :'C', in DumpRegLocTable()
426 table[i].fp ? 'F' : table[i].ref ? 'R' :'C', in DumpRegLocTable()
481 reg_location_[s_reg+1].fp = true; in InitRegLocations()
483 reg_location_[s_reg].fp = true; in InitRegLocations()
496 reg_location_[s_reg].fp = true; in InitRegLocations()