Home
last modified time | relevance | path

Searched refs:IsNone (Results 1 – 25 of 62) sorted by relevance

123

/external/v8/src/compiler/
Dinstruction-selector-impl.h228 bool IsNone() const { return mode_ == kFlags_none; } in IsNone() function
232 DCHECK(!IsNone()); in condition()
249 DCHECK(!IsNone()); in Negate()
254 DCHECK(!IsNone()); in Commute()
/external/v8/src/
Dproperty-details.h112 if (IsHeapObject()) return other.IsNone(); in is_more_general_than()
129 DCHECK(!IsNone()); in size()
143 bool IsNone() const { return kind_ == kNone; } in IsNone() function
Dhydrogen-removable-simulates.cc30 !current_simulate->ast_id().IsNone()) { in Process()
66 } else if (current_simulate->ast_id().IsNone()) { in Process()
Dhydrogen-infer-representation.cc143 if (phi->representation().IsNone()) { in Run()
149 if (current->representation().IsNone() && in Run()
Dhydrogen-representation-changes.cc66 if (r.IsNone()) return; in InsertRepresentationChangesForValue()
76 if (req.IsNone() || req.Equals(r)) continue; in InsertRepresentationChangesForValue()
Dtypes.cc620 if (type1->IsNone() || type2->IsAny()) return type1; // Shortcut. in Intersect()
621 if (type2->IsNone() || type1->IsAny()) return type2; // Shortcut. in Intersect()
661 DCHECK(old_range->IsRange() || old_range->IsNone()); in UpdateRange()
748 if (type1->IsAny() || type2->IsNone()) return type1; in Union()
749 if (type2->IsAny() || type1->IsNone()) return type2; in Union()
818 if (size >= 2 && unioned->Get(0)->IsNone()) { in NormalizeUnion()
Dhydrogen-range-analysis.cc174 if (!value->representation().IsNone()) { in InferRange()
Dhydrogen-instructions.cc82 if (rep.IsNone()) continue; in RepresentationFromUses()
2721 DCHECK(!type.IsTaggedNumber() || type.IsNone()); in HConstant()
2797 if (r.IsNone()) { in Initialize()
2976 if (observed_output_representation_.IsNone()) { in InferRepresentation()
3358 if (rep.IsNone() || rep.IsSmiOrInteger32()) { in InferRepresentation()
4507 if (rep.IsNone()) { in RepresentationFromUseRequirements()
4511 if (use_rep.IsNone() || rep.Equals(use_rep)) continue; in RepresentationFromUseRequirements()
4527 if (!use_rep.IsNone() && in HasNonSmiUse()
Dutils.h946 bool IsNone() const { return id_ == kNoneId; }
966 bool IsNone() const { return id_ == kNoneId; }
Dcompiler.h98 bool is_osr() const { return !osr_ast_id_.IsNone(); } in is_osr()
/external/v8/src/arm64/
Dassembler-arm64-inl.h84 DCHECK(!IsNone()); in IsValid()
87 DCHECK(IsNone()); in IsValid()
107 inline bool CPURegister::IsNone() const { in IsNone() function
144 return IsValid() || IsNone(); in IsValidOrNone()
187 if (!other1.IsNone() && (other1.type() == type_)) Remove(other1.code()); in Remove()
188 if (!other2.IsNone() && (other2.type() == type_)) Remove(other2.code()); in Remove()
189 if (!other3.IsNone() && (other3.type() == type_)) Remove(other3.code()); in Remove()
190 if (!other4.IsNone() && (other4.type() == type_)) Remove(other4.code()); in Remove()
1260 DCHECK(!recorded_ast_id_.IsNone());
Dassembler-arm64.h67 bool IsNone() const;
120 DCHECK(IsRegister() || IsNone()); in IsValid()
249 DCHECK(IsFPRegister() || IsNone()); in IsValid()
542 if (!other1.IsNone() && (other1.type() == type_)) list |= other1.Bit();
543 if (!other2.IsNone() && (other2.type() == type_)) list |= other2.Bit();
544 if (!other3.IsNone() && (other3.type() == type_)) list |= other3.Bit();
545 if (!other4.IsNone() && (other4.type() == type_)) list |= other4.Bit();
2172 DCHECK(recorded_ast_id_.IsNone()); in SetRecordedAstId()
Dmacro-assembler-arm64.cc1111 DCHECK(src1.IsNone() && src2.IsNone() && src3.IsNone()); in PushHelper()
1115 DCHECK(src2.IsNone() && src3.IsNone()); in PushHelper()
1119 DCHECK(src3.IsNone()); in PushHelper()
1151 DCHECK(dst1.IsNone() && dst2.IsNone() && dst3.IsNone()); in PopHelper()
1155 DCHECK(dst2.IsNone() && dst3.IsNone()); in PopHelper()
1159 DCHECK(dst3.IsNone()); in PopHelper()
1342 if (fpcr.IsNone()) { in AssertFPCRState()
2192 if ((rmode == RelocInfo::CODE_TARGET) && (!ast_id.IsNone())) { in Call()
5030 DCHECK(args[i].IsNone()); in PrintfNoPreserve()
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.cc1748 VIXL_ASSERT(src1.IsNone() && src2.IsNone() && src3.IsNone()); in PushHelper()
1752 VIXL_ASSERT(src2.IsNone() && src3.IsNone()); in PushHelper()
1756 VIXL_ASSERT(src3.IsNone()); in PushHelper()
1790 VIXL_ASSERT(dst1.IsNone() && dst2.IsNone() && dst3.IsNone()); in PopHelper()
1794 VIXL_ASSERT(dst2.IsNone() && dst3.IsNone()); in PopHelper()
1798 VIXL_ASSERT(dst3.IsNone()); in PopHelper()
2090 VIXL_ASSERT(args[i].IsNone()); in PrintfNoPreserve()
2419 VIXL_ASSERT(reg.IsNone()); in Release()
2501 VIXL_ASSERT(regs[i].IsNone()); in Exclude()
Dassembler-a64.h64 VIXL_ASSERT(IsNone()); in CPURegister()
130 VIXL_ASSERT(!IsNone()); in IsValid()
133 VIXL_ASSERT(IsNone()); in IsValid()
156 bool IsNone() const { in IsNone() function
232 return IsValid() || IsNone(); in IsValidOrNone()
248 VIXL_ASSERT(IsRegister() || IsNone()); in IsValid()
280 VIXL_ASSERT(IsVRegister() || IsNone()); in IsValid()
/external/lldb/include/lldb/Utility/
DPythonPointer.h70 bool IsNone() { return ptr_ == Py_None; } in IsNone() function
/external/v8/src/ia32/
Dassembler-ia32-inl.h414 if (rmode == RelocInfo::CODE_TARGET && !id.IsNone()) { in emit()
416 } else if (!RelocInfo::IsNone(rmode) in emit()
438 if (!RelocInfo::IsNone(x.rmode_)) RecordRelocInfo(x.rmode_); in emit()
455 DCHECK(RelocInfo::IsNone(x.rmode_)); in emit_w()
Dassembler-ia32.cc157 if (disp == 0 && RelocInfo::IsNone(rmode) && !base.is(ebp)) { in Operand()
161 } else if (is_int8(disp) && RelocInfo::IsNone(rmode)) { in Operand()
182 if (disp == 0 && RelocInfo::IsNone(rmode) && !base.is(ebp)) { in Operand()
186 } else if (is_int8(disp) && RelocInfo::IsNone(rmode)) { in Operand()
1113 if (RelocInfo::IsNone(imm.rmode_) && is_uint8(imm.x_)) { in test()
1151 if (RelocInfo::IsNone(imm.rmode_) && is_uint8(imm.x_)) { in test()
2600 if (length >= sizeof(int32_t) && !RelocInfo::IsNone(adr.rmode_)) { in emit_operand()
2629 DCHECK(!RelocInfo::IsNone(rmode)); in RecordRelocInfo()
Dassembler-ia32.h289 bool is_zero() const { return x_ == 0 && RelocInfo::IsNone(rmode_); } in is_zero()
291 return -128 <= x_ && x_ < 128 && RelocInfo::IsNone(rmode_); in is_int8()
294 return -32768 <= x_ && x_ < 32768 && RelocInfo::IsNone(rmode_); in is_int16()
/external/v8/src/x87/
Dassembler-x87-inl.h415 if (rmode == RelocInfo::CODE_TARGET && !id.IsNone()) { in emit()
417 } else if (!RelocInfo::IsNone(rmode) in emit()
439 if (!RelocInfo::IsNone(x.rmode_)) RecordRelocInfo(x.rmode_); in emit()
456 DCHECK(RelocInfo::IsNone(x.rmode_)); in emit_w()
Dassembler-x87.cc152 if (disp == 0 && RelocInfo::IsNone(rmode) && !base.is(ebp)) { in Operand()
156 } else if (is_int8(disp) && RelocInfo::IsNone(rmode)) { in Operand()
177 if (disp == 0 && RelocInfo::IsNone(rmode) && !base.is(ebp)) { in Operand()
181 } else if (is_int8(disp) && RelocInfo::IsNone(rmode)) { in Operand()
1046 if (RelocInfo::IsNone(imm.rmode_) && is_uint8(imm.x_)) { in test()
1084 if (RelocInfo::IsNone(imm.rmode_) && is_uint8(imm.x_)) { in test()
2022 if (length >= sizeof(int32_t) && !RelocInfo::IsNone(adr.rmode_)) { in emit_operand()
2051 DCHECK(!RelocInfo::IsNone(rmode)); in RecordRelocInfo()
Dassembler-x87.h281 bool is_zero() const { return x_ == 0 && RelocInfo::IsNone(rmode_); } in is_zero()
283 return -128 <= x_ && x_ < 128 && RelocInfo::IsNone(rmode_); in is_int8()
286 return -32768 <= x_ && x_ < 32768 && RelocInfo::IsNone(rmode_); in is_int16()
/external/clang/unittests/AST/
DASTTypeTraitsTest.cpp29 TEST(ASTNodeKind, IsNone) { in TEST() argument
/external/v8/src/x64/
Dassembler-x64-inl.h38 if (!RelocInfo::IsNone(rmode)) { in emitp()
62 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) { in emit_code_target()
/external/v8/src/mips/
Dassembler-mips.h1000 DCHECK(recorded_ast_id_.IsNone()); in SetRecordedAstId()
1005 DCHECK(!recorded_ast_id_.IsNone()); in RecordedAstId()

123