/third_party/node/deps/v8/src/compiler/ |
H A D | schedule.h | 243 void AddSwitch(BasicBlock* block, Node* sw, BasicBlock** succ_blocks,
|
H A D | schedule.cc | 264 void Schedule::AddSwitch(BasicBlock* block, Node* sw, BasicBlock** succ_blocks, in AddSwitch() function in v8::internal::compiler::Schedule
|
H A D | raw-machine-assembler.cc | 589 schedule()->AddSwitch(CurrentBlock(), switch_node, succ_blocks, succ_count); in Switch()
|
H A D | scheduler.cc | 549 schedule_->AddSwitch(switch_block, sw, successor_blocks, successor_count); in ConnectSwitch()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | replace_desc_array_access_using_var_index.cpp | 389 builder.AddSwitch(access_chain_index_var_id, default_id, cases, merge_id); in AddSwitchForAccessChain()
|
H A D | ir_builder.h | 254 Instruction* AddSwitch( in AddSwitch() function in spvtools::opt::InstructionBuilder
|
H A D | loop_unswitch_pass.cpp | 416 builder.AddSwitch(condition->result_id(), original_loop_target->id(), in PerformUnswitch()
|
H A D | merge_return_pass.cpp | 842 builder.AddSwitch(const_zero_id, old_block->id(), {}, merge_target->id()); in CreateSingleCaseSwitch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | replace_desc_array_access_using_var_index.cpp | 389 builder.AddSwitch(access_chain_index_var_id, default_id, cases, merge_id); in AddSwitchForAccessChain()
|
H A D | ir_builder.h | 254 Instruction* AddSwitch( in AddSwitch() function in spvtools::opt::InstructionBuilder
|
H A D | loop_unswitch_pass.cpp | 416 builder.AddSwitch(condition->result_id(), original_loop_target->id(), in PerformUnswitch()
|
H A D | merge_return_pass.cpp | 842 builder.AddSwitch(const_zero_id, old_block->id(), {}, merge_target->id()); in CreateSingleCaseSwitch()
|
/third_party/spirv-tools/source/opt/ |
H A D | replace_desc_array_access_using_var_index.cpp | 394 builder.AddSwitch(access_chain_index_var_id, default_id, cases, merge_id); in AddSwitchForAccessChain()
|
H A D | loop_unswitch_pass.cpp | 409 builder.AddSwitch(condition->result_id(), original_loop_target->id(), in PerformUnswitch()
|
H A D | ir_builder.h | 257 Instruction* AddSwitch( in AddSwitch() function in spvtools::opt::InstructionBuilder
|
H A D | merge_return_pass.cpp | 850 builder.AddSwitch(const_zero_id, old_block->id(), {}, merge_target->id()); in CreateSingleCaseSwitch()
|