Home
last modified time | relevance | path

Searched refs:first_instruction (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
Dvalidation_during_reduction_test.cpp69 Instruction* first_instruction = &*function_->begin()[0].begin(); in PreconditionHolds() local
70 return first_instruction->opcode() == SpvOpVariable; in PreconditionHolds()
77 Instruction* first_instruction = &*function_->begin()[0].begin(); in Apply() local
78 assert(first_instruction->opcode() == SpvOpVariable && in Apply()
80 IRContext* context = first_instruction->context(); in Apply()
81 Instruction* cloned_instruction = first_instruction->Clone(context); in Apply()
83 cloned_instruction->InsertBefore(first_instruction); in Apply()
107 Instruction* first_instruction = &*function.begin()[0].begin(); in GetAvailableOpportunities() local
108 if (first_instruction->opcode() == SpvOpVariable) { in GetAvailableOpportunities()
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
Dvalidation_during_reduction_test.cpp69 Instruction* first_instruction = &*function_->begin()[0].begin(); in PreconditionHolds() local
70 return first_instruction->opcode() == SpvOpVariable; in PreconditionHolds()
77 Instruction* first_instruction = &*function_->begin()[0].begin(); in Apply() local
78 assert(first_instruction->opcode() == SpvOpVariable && in Apply()
80 IRContext* context = first_instruction->context(); in Apply()
81 Instruction* cloned_instruction = first_instruction->Clone(context); in Apply()
83 cloned_instruction->InsertBefore(first_instruction); in Apply()
107 Instruction* first_instruction = &*function.begin()[0].begin(); in GetAvailableOpportunities() local
108 if (first_instruction->opcode() == SpvOpVariable) { in GetAvailableOpportunities()
/third_party/spirv-tools/test/reduce/
Dvalidation_during_reduction_test.cpp69 Instruction* first_instruction = &*function_->begin()[0].begin(); in PreconditionHolds() local
70 return first_instruction->opcode() == SpvOpVariable; in PreconditionHolds()
77 Instruction* first_instruction = &*function_->begin()[0].begin(); in Apply() local
78 assert(first_instruction->opcode() == SpvOpVariable && in Apply()
80 IRContext* context = first_instruction->context(); in Apply()
81 Instruction* cloned_instruction = first_instruction->Clone(context); in Apply()
83 cloned_instruction->InsertBefore(first_instruction); in Apply()
107 Instruction* first_instruction = &*function.begin()[0].begin(); in GetAvailableOpportunities() local
108 if (first_instruction->opcode() == SpvOpVariable) { in GetAvailableOpportunities()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_swap_function_variables_test.cpp189 auto first_instruction = context->get_def_use_mgr()->GetDef(24); in TEST() local
203 ASSERT_EQ(first_instruction, context->get_def_use_mgr()->GetDef(24)); in TEST()
207 auto first_instruction = context->get_def_use_mgr()->GetDef(38); in TEST() local
221 ASSERT_EQ(first_instruction, context->get_def_use_mgr()->GetDef(38)); in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_swap_function_variables_test.cpp189 auto first_instruction = context->get_def_use_mgr()->GetDef(24); in TEST() local
203 ASSERT_EQ(first_instruction, context->get_def_use_mgr()->GetDef(24)); in TEST()
207 auto first_instruction = context->get_def_use_mgr()->GetDef(38); in TEST() local
221 ASSERT_EQ(first_instruction, context->get_def_use_mgr()->GetDef(38)); in TEST()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.c112 boolean first_instruction = TRUE; in tgsi_transform_shader() local
170 if (first_instruction && ctx->prolog) { in tgsi_transform_shader()
234 first_instruction = FALSE; in tgsi_transform_shader()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c71 boolean first_instruction; member
229 if (!vsctx->first_instruction) { in transform_inst()
230 vsctx->first_instruction = TRUE; in transform_inst()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_pack.c160 return r.first_instruction ? BIFROST_IDLE_1 : BIFROST_IDLE; in bi_pack_register_mode()
185 if (regs.first_instruction) { in bi_pack_registers()
248 } else if (!regs.first_instruction) { in bi_pack_registers()
313 tuple->regs.first_instruction = first_tuple; in bi_pack_tuple()
Dcompiler.h506 bool first_instruction; member
/third_party/ltp/tools/sparse/sparse-src/
Dlib.h193 static inline struct instruction *first_instruction(struct instruction_list *head) in first_instruction() function
Dlinearize.c1997 struct instruction *phi_node = first_instruction(bb->insns); in add_return()
2026 phi_node = first_instruction(bb->insns); in linearize_fn_statement()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h55 bool first_instruction; member
Di915_fpc_translate.c811 if (p->first_instruction) { in i915_translate_token()
833 p->first_instruction = false; in i915_translate_token()
884 p->first_instruction = true; in i915_init_compile()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst504 - pan/bi: Route through first_instruction field