Home
last modified time | relevance | path

Searched refs:local_temps (Results 1 – 2 of 2) sorted by relevance

/third_party/vixl/test/
Dtest-use-scratch-register-scope.cc212 UseScratchRegisterScope local_temps(&masm); in TEST_AARCH32() local
213 local_temps.Exclude(r1, r2); in TEST_AARCH32()
214 local_temps.Exclude(s1, q1); in TEST_AARCH32()
241 UseScratchRegisterScope local_temps(&masm); in TEST_AARCH32() local
242 local_temps.Exclude(s2, d3); in TEST_AARCH32()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c190 struct util_bitmask *local_temps; member
645 if (util_bitmask_get(ureg->local_temps, i) == local) in alloc_temporary()
655 util_bitmask_set(ureg->local_temps, i); in alloc_temporary()
658 if (!i || util_bitmask_get(ureg->local_temps, i - 1) != local) in alloc_temporary()
685 util_bitmask_set(ureg->local_temps, i); in ureg_DECL_array_temporary()
2047 boolean local = util_bitmask_get(ureg->local_temps, i); in emit_decls()
2258 ureg->local_temps = util_bitmask_create(); in ureg_create_with_screen()
2259 if (ureg->local_temps == NULL) in ureg_create_with_screen()
2269 util_bitmask_destroy(ureg->local_temps); in ureg_create_with_screen()
2451 util_bitmask_destroy(ureg->local_temps); in ureg_destroy()