Lines Matching refs:AllocTemp
47 int t0 = AllocTemp(); in GenCmpLong()
48 int t1 = AllocTemp(); in GenCmpLong()
118 int t_reg = AllocTemp(); in OpCmpBranch()
136 int t_reg = AllocTemp(); in OpCmpImmBranch()
153 int t_reg = AllocTemp(); in OpCmpImmBranch()
240 int t_reg = AllocTemp(); in GenDivRemLit()
289 int t_reg = AllocTemp(); in GenMultiplyByTwoBitMultiplier()
299 int t_reg = AllocTemp(); in GenDivZeroCheck()
347 int t_reg = AllocTemp(); in GenAddLong()
368 int t_reg = AllocTemp(); in GenSubLong()
390 int t_reg = AllocTemp(); in GenNegLong()
433 int reg_ptr = AllocTemp(); in GenArrayGet()
437 reg_len = AllocTemp(); in GenArrayGet()
446 int r_new_index = AllocTemp(); in GenArrayGet()
505 reg_ptr = AllocTemp(); in GenArrayPut()
515 reg_len = AllocTemp(); in GenArrayPut()
526 int r_new_index = AllocTemp(); in GenArrayPut()
601 int r_ptr = AllocTemp(); in GenArrayObjPut()