Searched refs:loop_header_block (Results 1 – 9 of 9) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_add_loop_preheader.cpp | 27 uint32_t loop_header_block, uint32_t fresh_id, in TransformationAddLoopPreheader() argument 29 message_.set_loop_header_block(loop_header_block); in TransformationAddLoopPreheader() 40 opt::BasicBlock* loop_header_block = in IsApplicable() local 41 fuzzerutil::MaybeFindBlock(ir_context, message_.loop_header_block()); in IsApplicable() 42 if (!loop_header_block || !loop_header_block->IsLoopHeader()) { in IsApplicable() 54 ir_context->cfg()->preds(message_.loop_header_block()).size(); in IsApplicable() 70 loop_header_block->ForEachPhiInst( in IsApplicable() 94 fuzzerutil::MaybeFindBlock(ir_context, message_.loop_header_block()); in Apply()
|
D | transformation_add_loop_preheader.h | 28 TransformationAddLoopPreheader(uint32_t loop_header_block, uint32_t fresh_id,
|
D | transformation_add_function.cpp | 371 const auto* loop_header_block = in GetBackEdgeBlockId() local 373 assert(loop_header_block && "|loop_header_block_id| is invalid"); in GetBackEdgeBlockId() 376 if (ir_context->GetDominatorAnalysis(loop_header_block->GetParent()) in GetBackEdgeBlockId()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_loop_preheader.cpp | 27 uint32_t loop_header_block, uint32_t fresh_id, in TransformationAddLoopPreheader() argument 29 message_.set_loop_header_block(loop_header_block); in TransformationAddLoopPreheader() 40 opt::BasicBlock* loop_header_block = in IsApplicable() local 41 fuzzerutil::MaybeFindBlock(ir_context, message_.loop_header_block()); in IsApplicable() 42 if (!loop_header_block || !loop_header_block->IsLoopHeader()) { in IsApplicable() 54 ir_context->cfg()->preds(message_.loop_header_block()).size(); in IsApplicable() 70 loop_header_block->ForEachPhiInst( in IsApplicable() 94 fuzzerutil::MaybeFindBlock(ir_context, message_.loop_header_block()); in Apply()
|
D | transformation_add_loop_preheader.h | 28 TransformationAddLoopPreheader(uint32_t loop_header_block, uint32_t fresh_id,
|
D | transformation_add_function.cpp | 371 const auto* loop_header_block = in GetBackEdgeBlockId() local 373 assert(loop_header_block && "|loop_header_block_id| is invalid"); in GetBackEdgeBlockId() 376 if (ir_context->GetDominatorAnalysis(loop_header_block->GetParent()) in GetBackEdgeBlockId()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_control_flow.c | 152 nir_block *loop_header_block = nir_loop_first_block(loop); in link_block_to_non_block() local 155 link_blocks(block, loop_header_block, NULL); in link_block_to_non_block()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 910 uint32 loop_header_block = 1; field 920 // %loop_header_block = OpLabel 927 // %loop_header_block = OpLabel
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 910 uint32 loop_header_block = 1; field 920 // %loop_header_block = OpLabel 927 // %loop_header_block = OpLabel
|