Home
last modified time | relevance | path

Searched refs:first_instr (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_trivial_continues.c39 nir_instr *first_instr = nir_block_first_instr(block); in lower_trivial_continues_block() local
40 if (!first_instr || instr_is_continue(first_instr)) { in lower_trivial_continues_block()
56 first_instr = nir_block_first_instr(block); in lower_trivial_continues_block()
57 assert(!first_instr || instr_is_continue(first_instr)); in lower_trivial_continues_block()
Dnir_from_ssa.c843 nir_instr *first_instr = nir_block_first_instr(block); in resolve_parallel_copies_block() local
844 if (first_instr == NULL) in resolve_parallel_copies_block()
847 if (first_instr->type == nir_instr_type_parallel_copy) { in resolve_parallel_copies_block()
848 nir_parallel_copy_instr *pcopy = nir_instr_as_parallel_copy(first_instr); in resolve_parallel_copies_block()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c488 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in create_builder_at_entry() local
491 if (first_instr) { in create_builder_at_entry()
492 LLVMPositionBuilderBefore(first_builder, first_instr); in create_builder_at_entry()
/third_party/mesa3d/docs/relnotes/
D21.3.1.rst35 …rv-fuzz] lower_trivial_continues_block: Assertion \`!first_instr || instr_is_continue(first_instr
/third_party/python/Python/
Dceval.c1332 #define INSTR_OFFSET() ((int)(next_instr - first_instr))
1339 #define JUMPTO(x) (next_instr = first_instr + (x))
1483 co->co_opcache_map[next_instr - first_instr]; \
1497 co->co_opcache_map[next_instr - first_instr]; \
1598 const _Py_CODEUNIT *first_instr; in _PyEval_EvalFrameDefault() local
1675 first_instr = (_Py_CODEUNIT *) PyBytes_AS_STRING(co->co_code); in _PyEval_EvalFrameDefault()
1692 next_instr = first_instr + f->f_lasti + 1; in _PyEval_EvalFrameDefault()
2547 if ((next_instr - first_instr) > 2) { in _PyEval_EvalFrameDefault()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c3246 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in ac_build_alloca_undef() local
3250 if (first_instr) { in ac_build_alloca_undef()
3251 LLVMPositionBuilderBefore(first_builder, first_instr); in ac_build_alloca_undef()