Searched refs:label_index (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_pressure_schedule.c | 51 label_index(bi_context *ctx, bi_index idx) in label_index() function 104 add_dep(node, last_write[label_index(ctx, src)]); in create_dag() 110 add_dep(node, last_read[label_index(ctx, src)]); in create_dag() 119 add_dep(node, last_read[label_index(ctx, dest)]); in create_dag() 120 add_dep(node, last_write[label_index(ctx, dest)]); in create_dag() 122 last_write[label_index(ctx, dest)] = node; in create_dag() 130 last_read[label_index(ctx, src)] = node; in create_dag()
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
H A D | structured_loop_to_selection_reduction_opportunity.cpp | 138 for (uint32_t label_index = 1; label_index < terminator->NumOperands(); in RedirectEdge() 139 label_index += 2) { in RedirectEdge() 140 operand_indices.push_back(label_index); in RedirectEdge()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
H A D | structured_loop_to_selection_reduction_opportunity.cpp | 138 for (uint32_t label_index = 1; label_index < terminator->NumOperands(); in RedirectEdge() 139 label_index += 2) { in RedirectEdge() 140 operand_indices.push_back(label_index); in RedirectEdge()
|
/third_party/spirv-tools/source/reduce/ |
H A D | structured_loop_to_selection_reduction_opportunity.cpp | 138 for (uint32_t label_index = 1; label_index < terminator->NumOperands(); in RedirectEdge() 139 label_index += 2) { in RedirectEdge() 140 operand_indices.push_back(label_index); in RedirectEdge()
|
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
H A D | renderer.rs | 257 Some((label_index, label_style, label)) if *label_index == label_column => { in render_snippet_source() 367 for (label_index, label) in single_labels.iter().enumerate() { in render_snippet_source() 379 trailing_label = Some((label_index, label)); in render_snippet_source() 389 .filter(|(label_index, _)| *label_index != trailing_label_index) in render_snippet_source() 556 Some((i, (label_index, ls, label))) if *label_index == label_column => { in render_snippet_source() 943 Some((label_index, ls, label)) if *label_index in inner_gutter() [all...] |
H A D | views.rs | 188 let label_index = labeled_file.num_multi_labels; 201 label_index, 225 .push((label_index, label.style, MultiLabel::Left)); 251 label_index,
|
/third_party/node/deps/v8/src/torque/ |
H A D | instructions.cc | 333 for (std::size_t label_index = 0; label_index < label_blocks.size(); in RecomputeDefinitionLocations() 334 ++label_index) { in RecomputeDefinitionLocations() 335 const std::size_t count = GetLabelValueDefinitionCount(label_index); in RecomputeDefinitionLocations() 337 locations->Push(GetLabelValueDefinition(label_index, i)); in RecomputeDefinitionLocations() 339 label_blocks[label_index]->MergeInputDefinitions(*locations, worklist); in RecomputeDefinitionLocations() 375 for (std::size_t label_index = 0; label_index < label; ++label_index) { in GetLabelValueDefinition() 376 offset += GetLabelValueDefinitionCount(label_index); in GetLabelValueDefinition() [all...] |
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-aarch32.cc | 3564 uint32_t label_index = static_cast<uint32_t>(mrand48()) % label_count; in TEST_T32() local 3568 if (!l[label_index].IsBound()) { in TEST_T32() 3569 __ Bind(&l[label_index]); in TEST_T32() 3578 __ Cbz(r0, &l[label_index]); in TEST_T32() 3583 __ Cbnz(r0, &l[label_index]); in TEST_T32() 3590 __ B(&l[label_index], kNear); in TEST_T32() 3595 __ B(ne, &l[label_index], kNear); in TEST_T32() 3693 uint32_t label_index = static_cast<uint32_t>(mrand48()) % label_count; in NearBranchAndLiteralFuzzHelper() local 3698 if (!labels[label_index].IsBound()) { in NearBranchAndLiteralFuzzHelper() 3699 __ Bind(&labels[label_index]); in NearBranchAndLiteralFuzzHelper() [all...] |
Completed in 10 milliseconds