Searched refs:label_id (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.c3135 int label_id)
3138 snprintf(buf, sizeof(buf), "%s%d", base, label_id);
3172 void ac_build_bgnloop(struct ac_llvm_context *ctx, int label_id) argument
3177 set_basicblock_name(flow->loop_entry_block, "loop", label_id);
3194 void ac_build_else(struct ac_llvm_context *ctx, int label_id) argument
3205 set_basicblock_name(current_branch->next_block, "else", label_id);
3210 void ac_build_endif(struct ac_llvm_context *ctx, int label_id) argument
3218 set_basicblock_name(current_branch->next_block, "endif", label_id);
3223 void ac_build_endloop(struct ac_llvm_context *ctx, int label_id) argument
3232 set_basicblock_name(current_loop->next_block, "endloop", label_id);
3134 set_basicblock_name(LLVMBasicBlockRef bb,const char * base,int label_id) argument
3236 ac_build_ifcc(struct ac_llvm_context * ctx,LLVMValueRef cond,int label_id) argument
3248 ac_build_if(struct ac_llvm_context * ctx,LLVMValueRef value,int label_id) argument
3256 ac_build_uif(struct ac_llvm_context * ctx,LLVMValueRef value,int label_id) argument
[all...]
H A Dac_llvm_build.h596 void ac_build_ifcc(struct ac_llvm_context *ctx, LLVMValueRef cond, int label_id);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c3113 static void set_basicblock_name(LLVMBasicBlockRef bb, const char *base, int label_id) argument
3116 snprintf(buf, sizeof(buf), "%s%d", base, label_id);
3146 void ac_build_bgnloop(struct ac_llvm_context *ctx, int label_id) argument
3151 set_basicblock_name(flow->loop_entry_block, "loop", label_id);
3168 void ac_build_else(struct ac_llvm_context *ctx, int label_id) argument
3179 set_basicblock_name(current_branch->next_block, "else", label_id);
3200 void ac_build_endif(struct ac_llvm_context *ctx, int label_id) argument
3208 set_basicblock_name(current_branch->next_block, "endif", label_id);
3214 void ac_build_endloop(struct ac_llvm_context *ctx, int label_id) argument
3223 set_basicblock_name(current_loop->next_block, "endloop", label_id);
3228 ac_build_ifcc(struct ac_llvm_context * ctx,LLVMValueRef cond,int label_id) argument
[all...]
H A Dac_llvm_build.h483 void ac_build_ifcc(struct ac_llvm_context *ctx, LLVMValueRef cond, int label_id);

Completed in 106 milliseconds