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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_trivial_continues.c39 nir_instr *first_instr = nir_block_first_instr(block); local in function:lower_trivial_continues_block
40 if (!first_instr || instr_is_continue(first_instr)) {
56 first_instr = nir_block_first_instr(block);
57 assert(!first_instr || instr_is_continue(first_instr));
H A Dnir_from_ssa.c843 nir_instr *first_instr = nir_block_first_instr(block); local in function:resolve_parallel_copies_block
844 if (first_instr == NULL)
847 if (first_instr->type == nir_instr_type_parallel_copy) {
848 nir_parallel_copy_instr *pcopy = nir_instr_as_parallel_copy(first_instr);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_trivial_continues.c39 nir_instr *first_instr = nir_block_first_instr(block); local in function:lower_trivial_continues_block
40 if (!first_instr || instr_is_continue(first_instr)) {
56 first_instr = nir_block_first_instr(block);
57 assert(!first_instr || instr_is_continue(first_instr));
H A Dnir_from_ssa.c740 nir_instr *first_instr = nir_block_first_instr(block); local in function:resolve_parallel_copies_block
741 if (first_instr == NULL)
744 if (first_instr->type == nir_instr_type_parallel_copy) {
745 nir_parallel_copy_instr *pcopy = nir_instr_as_parallel_copy(first_instr);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c464 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); local in function:create_builder_at_entry
467 if (first_instr) {
468 LLVMPositionBuilderBefore(first_builder, first_instr);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c488 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); local in function:create_builder_at_entry
491 if (first_instr) {
492 LLVMPositionBuilderBefore(first_builder, first_instr);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.1.rst35 - [spirv-fuzz] lower_trivial_continues_block: Assertion \`!first_instr || instr_is_continue(first_instr)' failed.
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.c3272 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); local in function:ac_build_alloca_undef
3276 if (first_instr) {
3277 LLVMPositionBuilderBefore(first_builder, first_instr);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c3246 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); local in function:ac_build_alloca_undef
3250 if (first_instr) {
3251 LLVMPositionBuilderBefore(first_builder, first_instr);

Completed in 20 milliseconds