Searched refs:icond (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_ir_common.c282 LLVMValueRef i1cond, i2cond, icond, limiter; local in function:lp_exec_endloop
331 icond = LLVMBuildAnd(builder, i1cond, i2cond, "");
336 icond, ctx->loop_block, endloop);
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_compiler.h286 enum agx_icond icond; member in union:__anon010094cb0208::__anon010094cb030a
297 /* Invert icond/fcond */
H A Dagx_pack.c290 raw |= (I->icond << 13);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c432 LLVMValueRef i1cond, i2cond, icond, limiter; local in function:lp_exec_endloop
481 icond = LLVMBuildAnd(builder, i1cond, i2cond, "");
486 icond, ctx->loop_block, endloop);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_nir_to_llvm.c439 LLVMValueRef icond = LLVMBuildICmp(ctx->builder, LLVMIntEQ, srcs[2], LLVMConstInt(ctx->i32, 32, false), ""); local in function:emit_bitfield_extract
441 result = LLVMBuildSelect(ctx->builder, icond, srcs[0], result, "");
474 LLVMValueRef icond = LLVMBuildICmp(ctx->builder, LLVMIntEQ, src3, LLVMConstInt(ctx->i32, 32, false), ""); local in function:emit_bitfield_insert
484 result = LLVMBuildSelect(ctx->builder, icond, src1, result, "");

Completed in 15 milliseconds