Home
last modified time | relevance | path

Searched refs:ac_build_endloop (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h421 void ac_build_endloop(struct ac_llvm_context *ctx, int lable_id);
Dac_nir_to_llvm.c526 ac_build_endloop(&ctx->ac, 6000); in exit_waterfall()
3912 ac_build_endloop(&ctx->ac, first_loop_block->index); in visit_loop()
Dac_llvm_build.c2461 void ac_build_endloop(struct ac_llvm_context *ctx, int label_id) in ac_build_endloop() function