HomeSort by relevance Sort by last modified time
    Searched defs:right_type (Results 1 - 7 of 7) sorted by null

  /external/v8/src/crankshaft/
typing.cc 640 Type* right_type; local
644 &left_type, &right_type, &type, &fixed_right_arg,
648 NarrowLowerType(expr->right(), right_type);
740 Type* right_type; local
743 &left_type, &right_type, &combined_type);
745 NarrowLowerType(expr->right(), right_type);
hydrogen.cc 10899 Type* right_type = expr->right()->bounds().lower; local
11453 Type* right_type = expr->right()->bounds().lower; local
    [all...]
  /external/v8/src/
typing-asm.cc 1056 Type* right_type = computed_type_; local
1144 Type* right_type = computed_type_; local
1224 Type* right_type = computed_type_; local
    [all...]
code-stubs-hydrogen.cc 1449 Type* right_type = state.GetRightType(); local
1530 Type* right_type = state.GetRightType(); local
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 697 unsigned right_type = getTypeOfMaskedICmp(A, D, E, RHSCC); local
698 return left_type & right_type;
    [all...]
  /external/v8/src/compiler/
js-typed-lowering.cc 123 bool right_is_primitive = right_type()->Is(Type::PlainPrimitive());
234 bool RightInputIs(Type* t) { return right_type()->Is(t); }
241 return !left_type()->Maybe(t) || !right_type()->Maybe(t);
245 return !left_type()->Maybe(t) && !right_type()->Maybe(t);
254 Type* right_type() { return NodeProperties::GetType(node_->InputAt(1)); } function in class:v8::internal::compiler::final
683 if (!r.left_type()->Maybe(r.right_type())) {
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 223 Register right_type = scratch; local
226 __ JumpIfObjectType(right, right_type, right_type, FIRST_JS_RECEIVER_TYPE,
229 __ Cmp(right_type, SYMBOL_TYPE);
232 __ Cmp(right_type, SIMD128_VALUE_TYPE);
237 __ Cmp(right_type, Operand(HEAP_NUMBER_TYPE));
239 __ Tst(right_type, Operand(kIsNotStringMask));
245 __ JumpIfObjectType(right, right_type, right_type, HEAP_NUMBER_TYPE,
248 __ Cmp(right_type, FIRST_JS_RECEIVER_TYPE)
    [all...]

Completed in 815 milliseconds