Home
last modified time | relevance | path

Searched refs:cloned_instr (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_duplicate_region_with_selection.cpp447 auto cloned_instr = instr.Clone(ir_context); in Apply() local
449 std::unique_ptr<opt::Instruction>(cloned_instr)); in Apply()
460 cloned_instr->ForEachId( in Apply()
559 auto cloned_instr = exit_block_terminator->Clone(ir_context); in Apply() local
560 merge_block->AddInstruction(std::unique_ptr<opt::Instruction>(cloned_instr)); in Apply()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_duplicate_region_with_selection.cpp447 auto cloned_instr = instr.Clone(ir_context); in Apply() local
449 std::unique_ptr<opt::Instruction>(cloned_instr)); in Apply()
460 cloned_instr->ForEachId( in Apply()
559 auto cloned_instr = exit_block_terminator->Clone(ir_context); in Apply() local
560 merge_block->AddInstruction(std::unique_ptr<opt::Instruction>(cloned_instr)); in Apply()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_duplicate_region_with_selection.cpp446 auto cloned_instr = instr.Clone(ir_context); in Apply() local
448 std::unique_ptr<opt::Instruction>(cloned_instr)); in Apply()
459 cloned_instr->ForEachId( in Apply()
558 auto cloned_instr = exit_block_terminator->Clone(ir_context); in Apply() local
559 merge_block->AddInstruction(std::unique_ptr<opt::Instruction>(cloned_instr)); in Apply()
/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_code_motion.cc1427 auto cloned_instr = in Run() local
1429 CHECK(cloned_instr != nullptr); in Run()
1432 boundary.mutable_operands()[i] = cloned_instr; in Run()