Home
last modified time | relevance | path

Searched refs:emit_bcsel (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c234 static LLVMValueRef emit_bcsel(struct ac_llvm_context *ctx, LLVMValueRef src0, LLVMValueRef src1, in emit_bcsel() function
985 result = emit_bcsel(&ctx->ac, src[0], src[1], src[2]); in visit_alu()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp959 void emit_bcsel(isel_context *ctx, nir_alu_instr *instr, Temp dst) in emit_bcsel() function
1876 emit_bcsel(ctx, instr, dst); in visit_alu_instr()
/external/mesa3d/docs/relnotes/
D19.1.0.rst4526 - ac/nir_to_llvm: add assert to emit_bcsel()