Home
last modified time | relevance | path

Searched defs:next_instr (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dliveness.c213 ppir_instr *next_instr; in ppir_liveness_compute_live_sets() local
236 ppir_instr *next_instr = list_entry(instr->list.next, ppir_instr, list); in ppir_liveness_compute_live_sets() local
/third_party/mesa3d/src/freedreno/afuc/
Dasm.c52 next_instr(int tok) in next_instr() function
/third_party/python/Python/
Dceval.c1590 const _Py_CODEUNIT *next_instr; in _PyEval_EvalFrameDefault() local
6315 PyFrameObject *f, const _Py_CODEUNIT *next_instr) in unicode_concatenate()