Searched defs:label_id (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.c3172 void ac_build_bgnloop(struct ac_llvm_context *ctx, int label_id) argument
3194 void ac_build_else(struct ac_llvm_context *ctx, int label_id) argument
3210 void ac_build_endif(struct ac_llvm_context *ctx, int label_id) argument
3223 void ac_build_endloop(struct ac_llvm_context *ctx, int label_id) argument
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...]
/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
3146 void ac_build_bgnloop(struct ac_llvm_context *ctx, int label_id) argument
3168 void ac_build_else(struct ac_llvm_context *ctx, int label_id) argument
3200 void ac_build_endif(struct ac_llvm_context *ctx, int label_id) argument
3214 void ac_build_endloop(struct ac_llvm_context *ctx, int label_id) argument
3228 ac_build_ifcc(struct ac_llvm_context * ctx,LLVMValueRef cond,int label_id) argument
[all...]

Completed in 18 milliseconds