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.cpp266 ir_dereference *const new_lhs = (ir_dereference *) expr->operands[0]; in fix_lhs() local
318 ir_dereference_array *new_lhs = new(ctx) ir_dereference_array( in visit_leave() local
Dlower_distance.cpp413 ir_dereference *const new_lhs = (ir_dereference *) expr->operands[0]; in fix_lhs() local
459 ir_dereference_array *new_lhs = new(ctx) ir_dereference_array( in visit_leave() local
Dlower_vector_derefs.cpp76 ir_rvalue *const new_lhs = deref->array; in visit_enter() local
Dopt_structure_splitting.cpp269 ir_dereference *new_lhs, *new_rhs; in visit_leave() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dtranspose_folding.cc113 HloInstruction* new_lhs = dot->mutable_operand(0); in FoldTransposeIntoDot() local
160 HloInstruction* new_lhs; in FoldTransposeIntoConvolution() local
Dalgebraic_simplifier.cc1790 HloInstruction* new_lhs = in RemoveDegenerateDimensionFromDot() local
5503 auto new_lhs = add_bitcast(new_input_shape, lhs); in SimplifyConvToDot() local
/external/rust/crates/regex-syntax/src/ast/
Dparse.rs927 let new_lhs = self.pop_class_op(item); in push_class_op() localVariable