Home
last modified time | relevance | path

Searched defs:new_lhs (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlower_tess_level.cpp265 ir_dereference *const new_lhs = (ir_dereference *) expr->operands[0]; in fix_lhs() local
317 ir_dereference_array *new_lhs = new(ctx) ir_dereference_array( in visit_leave() local
Dlower_vector_derefs.cpp61 ir_dereference *const new_lhs = (ir_dereference *) deref->array; in visit_enter() local
Dlower_distance.cpp412 ir_dereference *const new_lhs = (ir_dereference *) expr->operands[0]; in fix_lhs() local
458 ir_dereference_array *new_lhs = new(ctx) ir_dereference_array( in visit_leave() local
Dopt_structure_splitting.cpp269 ir_dereference *new_lhs, *new_rhs; in visit_leave() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dtranspose_folding.cc84 HloInstruction* new_lhs = dot->mutable_operand(0); in FoldTransposeIntoDot() local
131 HloInstruction* new_lhs; in FoldTransposeIntoConvolution() local
Dalgebraic_simplifier.cc1327 auto new_lhs = StripDim(lhs, lhs_kept_dim); in HandleDotStrengthReduction() local
1341 auto new_lhs = broadcast(StripDim(lhs, lhs_kept_dim), rhs->shape(), in HandleDotStrengthReduction() local
3627 auto new_lhs = add_bitcast(new_input_shape, lhs); in SimplifyConvToDot() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_conv_pad_for_tensor_cores.cc83 auto* new_lhs = PadInstruction(lhs, new_lhs_shape); in PadConv() local