HomeSort by relevance Sort by last modified time
    Searched refs:left_type (Results 1 - 11 of 11) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.c 29 const int left_type = left_mbmi != NULL && is_inter_block(left_mbmi) ? local
35 if (left_type == above_type)
36 return left_type;
37 else if (left_type == SWITCHABLE_FILTERS && above_type != SWITCHABLE_FILTERS)
39 else if (left_type != SWITCHABLE_FILTERS && above_type == SWITCHABLE_FILTERS)
40 return left_type;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_pred_common.c 29 const int left_type = left_mbmi != NULL && is_inter_block(left_mbmi) ? local
35 if (left_type == above_type)
36 return left_type;
37 else if (left_type == SWITCHABLE_FILTERS && above_type != SWITCHABLE_FILTERS)
39 else if (left_type != SWITCHABLE_FILTERS && above_type == SWITCHABLE_FILTERS)
40 return left_type;
  /external/v8/src/
type-info.cc 177 Type** left_type,
183 *left_type = *right_type = *combined_type = Type::None(zone());
199 *left_type = CompareICState::StateToType(zone(), stub.left());
205 *left_type = *right_type = stub.GetInputType(zone(), map);
typing.cc 609 Type* left_type; local
614 &left_type, &right_type, &type, &fixed_right_arg,
617 NarrowLowerType(expr->left(), left_type);
709 Type* left_type; local
713 &left_type, &right_type, &combined_type);
714 NarrowLowerType(expr->left(), left_type);
code-stubs-hydrogen.cc 1032 Type* left_type = state.GetLeftType(zone()); local
1133 Type* left_type = state.GetLeftType(zone()); local
    [all...]
hydrogen.cc 10232 Type* left_type = expr->left()->bounds().lower; local
10699 Type* left_type = expr->left()->bounds().lower; local
    [all...]
hydrogen.h     [all...]
  /external/v8/src/compiler/
js-typed-lowering.cc 131 Type* left_type() { return left_type_; } function in class:v8::internal::compiler::JSBinopReduction
381 if (!r.left_type()->Maybe(Type::NaN())) {
386 if (!r.left_type()->Maybe(r.right_type())) {
  /external/v8/src/arm64/
code-stubs-arm64.cc 297 Register left_type,
300 DCHECK(!AreAliased(left, right, left_type, right_type, scratch));
329 __ Ccmp(left_type, ODDBALL_TYPE, ZFlag, ne);
333 __ Ccmp(left_type, FIRST_SPEC_OBJECT_TYPE, NVFlag, ne);
341 __ Orr(scratch, left_type, right_type);
423 Register left_type,
427 DCHECK(!AreAliased(left, right, left_map, right_map, left_type, right_type));
436 __ Tbnz(left_type, MaskToBit(kIsNotStringMask), not_both_strings);
437 __ Tbnz(left_type, MaskToBit(kIsNotInternalizedMask), possible_strings);
450 __ Ccmp(left_type, FIRST_SPEC_OBJECT_TYPE, NFlag, ge)
    [all...]
  /external/v8/test/cctest/compiler/
test-js-typed-lowering.cc 107 Node* ReduceBinop(const Operator* op, Type* left_type, Type* right_type) {
108 return reduce(Binop(op, Parameter(left_type, 0), Parameter(right_type, 1)));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 698 unsigned left_type = getTypeOfMaskedICmp(A, B, C, LHSCC); local
700 return left_type & right_type;
    [all...]

Completed in 289 milliseconds