Searched refs:get_reduction_identity (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.cpp471 get_reduction_identity(ReduceOp op, unsigned idx) function in namespace:aco
H A Daco_lower_to_hw_instr.cpp483 identity[0] = Operand::c32(get_reduction_identity(reduce_op, 0));
484 identity[1] = Operand::c32(get_reduction_identity(reduce_op, 1));
H A Daco_ir.h1778 uint32_t get_reduction_identity(ReduceOp op, unsigned idx);
H A Daco_instruction_selection.cpp7774 uint32_t identity_lo = get_reduction_identity(reduce_op, 0);
7775 uint32_t identity_hi = get_reduction_identity(reduce_op, 1);
7783 uint32_t identity = get_reduction_identity(reduce_op, 0);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.c3647 get_reduction_identity(struct ac_llvm_context *ctx, nir_op op, unsigned type_size) function in typeref:typename:LLVMValueRef
3785 get_reduction_identity(ctx, op, ac_get_type_size(LLVMTypeOf(src)));
3809 get_reduction_identity(ctx, op, ac_get_type_size(LLVMTypeOf(src)));
3824 LLVMValueRef identity = get_reduction_identity(ctx, op,
3906 get_reduction_identity(ctx, ws->op, ac_get_type_size(type));
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c3707 static LLVMValueRef get_reduction_identity(struct ac_llvm_context *ctx, nir_op op, function in typeref:typename:LLVMValueRef
4087 LLVMValueRef identity = get_reduction_identity(ctx, op, ac_get_type_size(LLVMTypeOf(src)));
4109 LLVMValueRef identity = get_reduction_identity(ctx, op, ac_get_type_size(LLVMTypeOf(src)));
4124 LLVMValueRef identity = get_reduction_identity(ctx, op, ac_get_type_size(LLVMTypeOf(src)));
4214 const LLVMValueRef identity = get_reduction_identity(ctx, ws->op, ac_get_type_size(type));
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst3064 - ac: add 8-bit and 16-bit supports to get_reduction_identity()

Completed in 128 milliseconds