Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyped-optimization.cc242 Type const rhs_type = NodeProperties::GetType(rhs); in ReduceNumberFloor() local
309 Type const rhs_type = NodeProperties::GetType(rhs); in ReduceReferenceEqual() local
421 Type rhs_type = NodeProperties::GetType(rhs); in ReduceStringComparison() local
462 Type const rhs_type = NodeProperties::GetType(rhs); in ReduceSameValue() local
Dsimplified-lowering.cc1611 Type const rhs_type = TypeOf(node->InputAt(1)); in VisitNode() local
1996 Type rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
2006 Type rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
2016 Type rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
2025 Type rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
2035 Type rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
2045 Type rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
2054 Type rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
2064 Type rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
2142 Type const rhs_type = TypeOf(node->InputAt(1)); in VisitNode() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Ddot_decomposer.cc77 PrimitiveType rhs_type = rhs_shape.element_type(); in DecomposeBatchDot() local
/external/mesa3d/src/compiler/glsl/
Dast_function.cpp1412 const glsl_type *rhs_type = in emit_inline_vector_constructor() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dtiled_dot_emitter.cc971 llvm::Type* rhs_type = rhs->getType(); in GetGemvBuffersWithCanonicalType() local
/external/v8/src/builtins/
Dbuiltins-string-gen.cc247 Node* rhs_instance_type, MachineType rhs_type, TNode<IntPtrT> length, in StringEqual_Loop()
/external/v8/src/interpreter/
Dbytecode-generator.cc4195 TypeHint rhs_type = VisitForAccumulatorValue(expr->right()); in VisitArithmeticExpression() local