Searched refs:icond (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 454 LLVMValueRef i1cond, i2cond, icond, limiter; in lp_exec_endloop() local 503 icond = LLVMBuildAnd(builder, i1cond, i2cond, ""); in lp_exec_endloop() 508 icond, ctx->loop_block, endloop); in lp_exec_endloop()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 957 …LLVMValueRef icond = LLVMBuildICmp(ctx->builder, LLVMIntEQ, srcs[2], LLVMConstInt(ctx->i32, 32, fa… in emit_bitfield_extract() local 960 result = LLVMBuildSelect(ctx->builder, icond, srcs[0], result, ""); in emit_bitfield_extract() 980 …LLVMValueRef icond = LLVMBuildICmp(ctx->builder, LLVMIntEQ, src3, LLVMConstInt(ctx->i32, 32, false… in emit_bitfield_insert() local 990 result = LLVMBuildSelect(ctx->builder, icond, src1, result, ""); in emit_bitfield_insert()
|