Home
last modified time | relevance | path

Searched refs:gpir_branch_node (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h386 } gpir_branch_node; typedef
470 #define gpir_node_to_branch(node) ((gpir_branch_node *)(node))
H A Doptimize.c94 gpir_branch_node *prev_branch = gpir_node_to_branch(prev_block_last); in optimize_branches()
H A Dnode.c311 [gpir_node_type_branch] = sizeof(gpir_branch_node), in gpir_node_create()
389 gpir_branch_node *branch = gpir_node_to_branch(parent); in gpir_node_replace_child()
H A Dnir.c380 gpir_branch_node *branch = gpir_node_create(block, gpir_op_branch_cond); in gpir_emit_function()
391 gpir_branch_node *branch = gpir_node_create(block, gpir_op_branch_uncond); in gpir_emit_function()
H A Dlower.c419 gpir_branch_node *branch = gpir_node_to_branch(node); in gpir_lower_branch_uncond()
H A Dcodegen.c424 gpir_branch_node *branch = gpir_node_to_branch(node); in gpir_codegen_pass_slot()
H A Dregalloc.c555 gpir_branch_node *branch = gpir_node_to_branch(node); in regalloc_value_regs()

Completed in 7 milliseconds