Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/test/reduce/
H A Dvalidation_during_reduction_test.cpp69 Instruction* first_instruction = &*function_->begin()[0].begin(); variable
70 return first_instruction->opcode() == SpvOpVariable;
77 Instruction* first_instruction = &*function_->begin()[0].begin(); variable
78 assert(first_instruction->opcode() == SpvOpVariable &&
80 IRContext* context = first_instruction->context();
81 Instruction* cloned_instruction = first_instruction->Clone(context);
83 cloned_instruction->InsertBefore(first_instruction);
107 Instruction* first_instruction = &*function.begin()[0].begin(); variable
108 if (first_instruction->opcode() == SpvOpVariable) {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
H A Dvalidation_during_reduction_test.cpp69 Instruction* first_instruction = &*function_->begin()[0].begin(); variable
70 return first_instruction->opcode() == SpvOpVariable;
77 Instruction* first_instruction = &*function_->begin()[0].begin(); variable
78 assert(first_instruction->opcode() == SpvOpVariable &&
80 IRContext* context = first_instruction->context();
81 Instruction* cloned_instruction = first_instruction->Clone(context);
83 cloned_instruction->InsertBefore(first_instruction);
107 Instruction* first_instruction = &*function.begin()[0].begin(); variable
108 if (first_instruction->opcode() == SpvOpVariable) {
/third_party/spirv-tools/test/reduce/
H A Dvalidation_during_reduction_test.cpp69 Instruction* first_instruction = &*function_->begin()[0].begin(); variable
70 return first_instruction->opcode() == spv::Op::OpVariable;
77 Instruction* first_instruction = &*function_->begin()[0].begin(); variable
78 assert(first_instruction->opcode() == spv::Op::OpVariable &&
80 IRContext* context = first_instruction->context();
81 Instruction* cloned_instruction = first_instruction->Clone(context);
83 cloned_instruction->InsertBefore(first_instruction);
107 Instruction* first_instruction = &*function.begin()[0].begin(); variable
108 if (first_instruction->opcode() == spv::Op::OpVariable) {
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A 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/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A 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/spirv-tools/test/fuzz/
H A 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/
H A Dtgsi_transform.c155 boolean first_instruction = TRUE; in tgsi_transform_shader() local
220 if (first_instruction && ctx->prolog) { in tgsi_transform_shader()
284 first_instruction = FALSE; in tgsi_transform_shader()
/third_party/mesa3d/src/gallium/drivers/r300/
H A 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/
H A Dbi_pack.c174 return r.first_instruction ? BIFROST_IDLE_1 : BIFROST_IDLE; in bi_pack_register_mode()
199 if (regs.first_instruction) { in bi_pack_registers()
262 } else if (!regs.first_instruction) { in bi_pack_registers()
325 tuple->regs.first_instruction = first_tuple; in bi_pack_tuple()
H A Dcompiler.h566 bool first_instruction;
/third_party/ltp/tools/sparse/sparse-src/
H A Dlib.h193 static inline struct instruction *first_instruction(struct instruction_list *head) in first_instruction() function
H A 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/
H A Di915_fpc.h55 bool first_instruction; member
H A Di915_fpc_translate.c898 if (p->first_instruction) { in i915_translate_token()
920 p->first_instruction = false; in i915_translate_token()
971 p->first_instruction = true; in i915_init_compile()

Completed in 20 milliseconds