Searched refs:get_reduction_identity (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_ir.cpp | 471 get_reduction_identity(ReduceOp op, unsigned idx) function in namespace:aco
|
| H A D | aco_lower_to_hw_instr.cpp | 483 identity[0] = Operand::c32(get_reduction_identity(reduce_op, 0)); 484 identity[1] = Operand::c32(get_reduction_identity(reduce_op, 1));
|
| H A D | aco_ir.h | 1778 uint32_t get_reduction_identity(ReduceOp op, unsigned idx);
|
| H A D | aco_instruction_selection.cpp | 7774 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 D | ac_llvm_build.c | 3647 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 D | ac_llvm_build.c | 3707 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 D | 20.0.0.rst | 3064 - ac: add 8-bit and 16-bit supports to get_reduction_identity()
|
Completed in 128 milliseconds