OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:switch_case
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
vtn_cfg.c
402
if (case_block->
switch_case
== NULL) {
414
case_block->
switch_case
= c;
418
case_block->
switch_case
->is_default = true;
420
util_dynarray_append(&case_block->
switch_case
->values, uint64_t, val);
459
if (block->
switch_case
) {
462
swcase->fallthrough == block->
switch_case
);
463
swcase->fallthrough = block->
switch_case
;
478
struct vtn_block *start, struct vtn_case *
switch_case
,
516
vtn_cfg_walk_blocks(b, &loop->body, block,
switch_case
, NULL,
522
vtn_get_branch_type(b, new_loop_break,
switch_case
, switch_break
[
all
...]
vtn_private.h
221
struct vtn_case *
switch_case
;
member in struct:vtn_block
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_cfg.c
370
if (target_block->
switch_case
) {
379
struct vtn_case *
switch_case
= vtn_cf_node_find_case(cf_parent);
local
382
vtn_fail_if(
switch_case
== NULL,
386
/* Because block->
switch_case
is only set on the entry block for a given
393
vtn_fail_if(target_block->
switch_case
==
switch_case
,
397
vtn_fail_if(target_block->
switch_case
->node.parent !=
398
switch_case
->node.parent,
402
vtn_fail_if(
switch_case
->fallthrough != NULL &&
403
switch_case
->fallthrough != target_block->switch_case
[
all
...]
vtn_private.h
253
struct vtn_case *
switch_case
;
member in struct:vtn_block
Completed in 32 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026