Searched refs:AddSwitch (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_cond.cc | 327 Status AddSwitch(Node* s); 386 Status Conditional::AddSwitch(Node* s) { in AddSwitch() function in tensorflow::functionalize_cond::Conditional 510 return AddSwitch(switch_node); in AddSwitchNodeAlongEdge() 543 TF_RETURN_IF_ERROR(AddSwitch(src)); in ExtractBodies() 609 TF_RETURN_IF_ERROR(AddSwitch(src)); in ExtractBodies()
|
/external/v8/src/compiler/ |
D | schedule.h | 233 void AddSwitch(BasicBlock* block, Node* sw, BasicBlock** succ_blocks, in NON_EXPORTED_BASE()
|
D | schedule.cc | 264 void Schedule::AddSwitch(BasicBlock* block, Node* sw, BasicBlock** succ_blocks, in AddSwitch() function in v8::internal::compiler::Schedule
|
D | raw-machine-assembler.cc | 138 schedule()->AddSwitch(CurrentBlock(), switch_node, succ_blocks, succ_count); in Switch()
|
D | scheduler.cc | 518 schedule_->AddSwitch(switch_block, sw, successor_blocks, successor_count); in ConnectSwitch()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | ir_builder.h | 220 Instruction* AddSwitch(
|
D | loop_unswitch_pass.cpp | 432 builder.AddSwitch(condition->result_id(), original_loop_target->id(), in PerformUnswitch()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_unswitch_pass.cpp | 416 builder.AddSwitch(condition->result_id(), original_loop_target->id(), in PerformUnswitch()
|
D | ir_builder.h | 220 Instruction* AddSwitch(
|