Home
last modified time | relevance | path

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

12345678

/dports/devel/py-llvmcpy/llvmcpy-0.1.5/llvmcpy/
H A Dtest.py55 first_basic_block.get_next().first_instruction()
73 first_instruction = first_basic_block.first_instruction
75 assert first_instruction.is_a_binary_operator() is None
81 first_instruction = first_basic_block.get_first_instruction()
82 second_instruction = first_instruction.get_next_instruction()
83 operand1 = first_instruction.get_operand(0)
/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/reduce/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/test/reduce/
H A 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()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/reduce/
H A Dvalidation_during_reduction_test.cpp70 Instruction* first_instruction = &*function_->begin()[0].begin(); in PreconditionHolds() local
71 return first_instruction->opcode() == SpvOpVariable; in PreconditionHolds()
78 Instruction* first_instruction = &*function_->begin()[0].begin(); in Apply() local
79 assert(first_instruction->opcode() == SpvOpVariable && in Apply()
81 IRContext* context = first_instruction->context(); in Apply()
82 Instruction* cloned_instruction = first_instruction->Clone(context); in Apply()
84 cloned_instruction->InsertBefore(first_instruction); in Apply()
108 Instruction* first_instruction = &*function.begin()[0].begin(); in GetAvailableOpportunities() local
109 if (first_instruction->opcode() == SpvOpVariable) { in GetAvailableOpportunities()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/reduce/
H A Dvalidation_during_reduction_test.cpp70 Instruction* first_instruction = &*function_->begin()[0].begin(); in PreconditionHolds() local
71 return first_instruction->opcode() == SpvOpVariable; in PreconditionHolds()
78 Instruction* first_instruction = &*function_->begin()[0].begin(); in Apply() local
79 assert(first_instruction->opcode() == SpvOpVariable && in Apply()
81 IRContext* context = first_instruction->context(); in Apply()
82 Instruction* cloned_instruction = first_instruction->Clone(context); in Apply()
84 cloned_instruction->InsertBefore(first_instruction); in Apply()
108 Instruction* first_instruction = &*function.begin()[0].begin(); in GetAvailableOpportunities() local
109 if (first_instruction->opcode() == SpvOpVariable) { in GetAvailableOpportunities()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/reduce/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/test/reduce/
H A 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()
/dports/devel/intel-graphics-compiler/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()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/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()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/tgsi/
H A 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()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/tgsi/
H A 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()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/tgsi/
H A 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()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/tgsi/
H A 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()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/tgsi/
H A 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()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/tgsi/
H A 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()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/tgsi/
H A 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()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/tgsi/
H A 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()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/tgsi/
H A 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()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.c111 boolean first_instruction = TRUE; in tgsi_transform_shader() local
169 if (first_instruction && ctx->prolog) { in tgsi_transform_shader()
233 first_instruction = FALSE; in tgsi_transform_shader()
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/tgsi/
H A 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()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-paraLLEl/
H A Drsp_jit.hpp160 bool first_instruction, bool next_instruction_is_target);
161 …e_t *_jit, uint32_t pc, const InstructionInfo &last_info, ReturnMode mode, bool first_instruction);
162 …_dynamic(jit_state_t *_jit, uint32_t pc, const InstructionInfo &last_info, bool first_instruction);
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_collect_bytecode_info.py602 first_instruction = args[0]
604 first_instruction = next_instruction
605 prev = first_instruction
619 first_instruction.opname,
620 first_instruction.opcode,
621 first_instruction.starts_line,
622 first_instruction.argval,
624 first_instruction.offset,
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_bundle/
H A Dpydevd_collect_bytecode_info.py802 first_instruction = args[0]
804 first_instruction = next_instruction
805 prev = first_instruction
819 first_instruction.opname,
820 first_instruction.opcode,
821 first_instruction.starts_line,
822 first_instruction.argval,
824 first_instruction.offset,
/dports/lang/clover/mesa-21.3.6/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()
/dports/graphics/libosmesa/mesa-21.3.6/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()

12345678