Home
last modified time | relevance | path

Searched refs:ac_llvm_flow (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h57 struct ac_llvm_flow;
61 struct ac_llvm_flow *stack;
Dac_llvm_build.c48 struct ac_llvm_flow { struct
2841 static struct ac_llvm_flow *get_current_flow(struct ac_llvm_context *ctx) in get_current_flow()
2848 static struct ac_llvm_flow *get_innermost_loop(struct ac_llvm_context *ctx) in get_innermost_loop()
2857 static struct ac_llvm_flow *push_flow(struct ac_llvm_context *ctx) in push_flow()
2859 struct ac_llvm_flow *flow; in push_flow()
2890 struct ac_llvm_flow *flow = &ctx->flow->stack[ctx->flow->depth - 2]; in append_basic_block()
2911 struct ac_llvm_flow *flow = push_flow(ctx); in ac_build_bgnloop()
2921 struct ac_llvm_flow *flow = get_innermost_loop(ctx); in ac_build_break()
2927 struct ac_llvm_flow *flow = get_innermost_loop(ctx); in ac_build_continue()
2933 struct ac_llvm_flow *current_branch = get_current_flow(ctx); in ac_build_else()
[all …]