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

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
types.py 55 for left_type, right_type in matched_types:
61 (SymbolWrapper(a) for a in left_type.attributes()),
64 added_aliases, removed_aliases, matched_aliases = self._set_diff(left_type.aliases(),
67 left_permissive = left_type.ispermissive
72 self.modified_types[left_type] = modified_types_record(added_attr,
  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.h 75 const int left_type = left_mi ? left_mi->interp_filter : SWITCHABLE_FILTERS; local
80 if (left_type == above_type)
81 return left_type;
82 else if (left_type == SWITCHABLE_FILTERS)
85 return left_type;
  /external/v8/src/asmjs/
asm-typer.cc 1662 AsmType* left_type; local
1674 AsmType* left_type; local
1704 AsmType* left_type; local
1714 AsmType* left_type; local
1982 AsmType* left_type; local
2008 AsmType* left_type; local
2050 AsmType* left_type; local
2109 AsmType* left_type; local
2143 AsmType* left_type; local
2192 AsmType* left_type; local
2229 AsmType* left_type; local
2256 AsmType* left_type; local
2287 AsmType* left_type; local
2296 AsmType* left_type; local
2474 AsmType* left_type; local
    [all...]
  /external/v8/src/
code-stubs-hydrogen.cc 393 AstType* left_type = state.GetLeftType(); local
397 DCHECK(!left_type->Is(AstType::None()) && !right_type->Is(AstType::None()) &&
402 if (state.op() == Token::ADD && (left_type->Maybe(AstType::String()) ||
404 !left_type->Is(AstType::String()) && !right_type->Is(AstType::String())) {
407 if (left_type->Maybe(AstType::String())) {
418 Push(BuildBinaryOperation(state.op(), left, right, left_type,
429 Push(BuildBinaryOperation(state.op(), left, right, left_type,
435 Push(BuildBinaryOperation(state.op(), left, right, left_type,
443 result = BuildBinaryOperation(state.op(), left, right, left_type,
471 AstType* left_type = state.GetLeftType() local
    [all...]
type-info.cc 225 AstType** left_type, AstType** right_type,
233 *left_type = *right_type = *combined_type = AstType::None();
242 *left_type = *right_type = *combined_type =
269 if (combined_type_from_fcg == *left_type) {
272 *left_type = left_type_from_ic;
277 *left_type = AstType::Union(*left_type, left_type_from_ic, zone());
  /external/v8/src/crankshaft/
typing.cc 628 AstType* left_type; local
633 expr->BinaryOperationFeedbackSlot(), &left_type,
638 NarrowLowerType(expr->left(), left_type);
734 AstType* left_type; local
738 expr->CompareOperationFeedbackSlot(), &left_type,
740 NarrowLowerType(expr->left(), left_type);
hydrogen.cc 10710 AstType* left_type = bounds_.get(expr->left()).lower; local
11238 AstType* left_type = bounds_.get(expr->left()).lower; local
    [all...]
hydrogen.h     [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 239 Register left_type,
242 DCHECK(!AreAliased(left, right, left_type, right_type, scratch));
271 __ Ccmp(left_type, ODDBALL_TYPE, ZFlag, ne);
275 __ Ccmp(left_type, FIRST_JS_RECEIVER_TYPE, NVFlag, ne);
283 __ Orr(scratch, left_type, right_type);
364 Register right_map, Register left_type, Register right_type,
366 DCHECK(!AreAliased(left, right, left_map, right_map, left_type, right_type));
376 __ Tbnz(left_type, MaskToBit(kIsNotStringMask), runtime_call);
377 __ Tbnz(left_type, MaskToBit(kIsNotInternalizedMask), possible_strings);
386 Register left_bitfield = left_type;
    [all...]
  /external/v8/src/compiler/
js-typed-lowering.cc 129 if (!left_type()->Is(Type::Receiver())) {
144 if (!left_type()->Is(Type::String())) {
162 if (!left_type()->Is(Type::UniqueName())) {
188 bool left_is_primitive = left_type()->Is(Type::PlainPrimitive());
370 bool LeftInputIs(Type* t) { return left_type()->Is(t); }
379 return left_type()->Maybe(t) && right_type()->Maybe(t);
383 return !left_type()->Maybe(t) || !right_type()->Maybe(t);
387 return !left_type()->Maybe(t) && !right_type()->Maybe(t);
395 Type* left_type() { return NodeProperties::GetType(node_->InputAt(0)); } function in class:v8::internal::compiler::final
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 1255 MachineType left_type = MachineTypeForNarrow(left, right); local
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 1328 MachineType left_type = MachineTypeForNarrow(left, right); local
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 1669 MachineType left_type = MachineTypeForNarrow(left, right); local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 636 unsigned left_type = getTypeOfMaskedICmp(A, B, C, LHSCC); local
638 return left_type & right_type;
    [all...]

Completed in 692 milliseconds