Home
last modified time | relevance | path

Searched refs:rhs_type (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dtyped-optimization.cc202 Type* const rhs_type = NodeProperties::GetType(rhs); in ReduceNumberFloor() local
203 if (lhs_type->Is(Type::Unsigned32()) && rhs_type->Is(Type::Unsigned32())) { in ReduceNumberFloor()
268 Type* const rhs_type = NodeProperties::GetType(rhs); in ReduceReferenceEqual() local
269 if (!lhs_type->Maybe(rhs_type)) { in ReduceReferenceEqual()
Dsimplified-lowering.cc1507 Type* const rhs_type = TypeOf(node->InputAt(1)); in VisitNode() local
1510 rhs_type->Is(Type::Unsigned32())) || in VisitNode()
1512 rhs_type->Is(Type::Unsigned32OrMinusZeroOrNaN()) && in VisitNode()
1521 rhs_type->Is(Type::Signed32())) || in VisitNode()
1523 rhs_type->Is(Type::Signed32OrMinusZeroOrNaN()) && in VisitNode()
1901 Type* rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
1905 lowering->DoShift(node, lowering->machine()->Word32Shl(), rhs_type); in VisitNode()
1918 Type* rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
1923 lowering->DoShift(node, lowering->machine()->Word32Shl(), rhs_type); in VisitNode()
1928 Type* rhs_type = GetUpperBound(node->InputAt(1)); in VisitNode() local
[all …]
Dsimplified-lowering.h42 void DoShift(Node* node, Operator const* op, Type* rhs_type);
/external/bison/src/
Dreader.c300 const char *rhs_type = in grammar_rule_check() local
302 if (!UNIQSTR_EQ (lhs_type, rhs_type)) in grammar_rule_check()
305 lhs_type, rhs_type); in grammar_rule_check()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc507 Register rhs_type = x11; in GenerateGeneric() local
512 __ Ldrb(rhs_type, FieldMemOperand(rhs_map, Map::kInstanceTypeOffset)); in GenerateGeneric()
518 EmitStrictTwoHeapObjectCompare(masm, lhs, rhs, lhs_type, rhs_type, x14); in GenerateGeneric()
525 __ Cmp(rhs_type, HEAP_NUMBER_TYPE); in GenerateGeneric()
546 lhs_type, rhs_type, in GenerateGeneric()
553 __ JumpIfBothInstanceTypesAreNotSequentialOneByte(lhs_type, rhs_type, x14, in GenerateGeneric()
2129 Register rhs_type = x10; in GenerateInternalizedStrings() local
2134 __ Ldrb(rhs_type, FieldMemOperand(rhs_map, Map::kInstanceTypeOffset)); in GenerateInternalizedStrings()
2137 __ Orr(x12, lhs_type, rhs_type); in GenerateInternalizedStrings()
2209 Register rhs_type = x10; in GenerateStrings() local
[all …]
/external/mesa3d/src/compiler/glsl/
Dast_function.cpp1284 const glsl_type *rhs_type = in emit_inline_vector_constructor() local
1288 ir_rvalue *rhs = new(ctx) ir_constant(rhs_type, &data); in emit_inline_vector_constructor()