Searched refs:ac_build_mbcnt_add (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.h | 509 LLVMValueRef ac_build_mbcnt_add(struct ac_llvm_context *ctx, LLVMValueRef mask, LLVMValueRef add_src);
|
| H A D | ac_llvm_build.c | 3458 LLVMValueRef ac_build_mbcnt_add(struct ac_llvm_context *ctx, LLVMValueRef mask, LLVMValueRef add_src) function in typeref:typename:LLVMValueRef 3480 return ac_build_mbcnt_add(ctx, mask, ctx->i32_0);
|
| H A D | ac_nir_to_llvm.c | 4099 result = ac_build_mbcnt_add(&ctx->ac, get_src(ctx, instr->src[0]), get_src(ctx, instr->src[1]));
|
Completed in 18 milliseconds