Home
last modified time | relevance | path

Searched defs:lhs_type (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dtyped-optimization.cc240 Type const lhs_type = NodeProperties::GetType(lhs); in ReduceNumberFloor() local
308 Type const lhs_type = NodeProperties::GetType(lhs); in ReduceReferenceEqual() local
420 Type lhs_type = NodeProperties::GetType(lhs); in ReduceStringComparison() local
461 Type const lhs_type = NodeProperties::GetType(lhs); in ReduceSameValue() local
Dsimplified-lowering.cc1610 Type const lhs_type = TypeOf(node->InputAt(0)); in VisitNode() local
2141 Type const lhs_type = TypeOf(node->InputAt(0)); in VisitNode() local
2174 Type const lhs_type = TypeOf(node->InputAt(0)); in VisitNode() local
/external/tensorflow/tensorflow/compiler/xla/service/
Ddot_decomposer.cc66 PrimitiveType lhs_type = lhs_shape.element_type(); in DecomposeBatchDot() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dtiled_dot_emitter.cc970 llvm::Type* lhs_type = lhs->getType(); in GetGemvBuffersWithCanonicalType() local
/external/v8/src/builtins/
Dbuiltins-string-gen.cc246 Node* lhs, Node* lhs_instance_type, MachineType lhs_type, Node* rhs, in StringEqual_Loop()
/external/v8/src/interpreter/
Dbytecode-generator.cc4192 TypeHint lhs_type = VisitForAccumulatorValue(expr->left()); in VisitArithmeticExpression() local