Home
last modified time | relevance | path

Searched refs:first_instr (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A 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()
H A Dnir_from_ssa.c849 nir_instr *first_instr = nir_block_first_instr(block); in resolve_parallel_copies_block() local
850 if (first_instr == NULL) in resolve_parallel_copies_block()
853 if (first_instr->type == nir_instr_type_parallel_copy) { in resolve_parallel_copies_block()
854 nir_parallel_copy_instr *pcopy = nir_instr_as_parallel_copy(first_instr); in resolve_parallel_copies_block()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_lds.cpp100 AluInstr* first_instr = nullptr; in split() local
120 if (!first_instr) { in split()
121 first_instr = instr; in split()
122 first_instr->set_alu_flag(alu_lds_group_start); in split()
130 first_instr->add_extra_dependency(addr); in split()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c491 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in create_builder_at_entry() local
494 if (first_instr) { in create_builder_at_entry()
495 LLVMPositionBuilderBefore(first_builder, first_instr); in create_builder_at_entry()
/third_party/python/Tools/gdb/
H A Dlibpython.py1068 first_instr = self._f_code().field("co_code_adaptive").cast(codeunit_p)
1069 return int(prev_instr - first_instr)
/third_party/python/Python/
H A Dceval.c1367 #define INSTR_OFFSET() ((int)(next_instr - first_instr))
1373 #define JUMPTO(x) (next_instr = first_instr + (x))
1691 _Py_CODEUNIT *first_instr; local
1701 first_instr = _PyCode_CODE(co); \
2672 frame->prev_instr = first_instr + PyLong_AsLong(lasti);
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c3009 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in ac_build_alloca_undef() local
3013 if (first_instr) { in ac_build_alloca_undef()
3014 LLVMPositionBuilderBefore(first_builder, first_instr); in ac_build_alloca_undef()

Completed in 28 milliseconds