Home
last modified time | relevance | path

Searched refs:HasValue (Results 1 – 25 of 41) sorted by relevance

12

/external/v8/src/compiler/
Dnode-matchers.h61 bool HasValue() const { return has_value_; } in HasValue() function
63 DCHECK(HasValue()); in Value()
118 return this->HasValue() && this->Value() == value; in Is()
121 return this->HasValue() && low <= this->Value() && this->Value() <= high; in IsInRange()
124 return this->HasValue() && (this->Value() % n) == 0; in IsMultipleOf()
127 return this->HasValue() && this->Value() > 0 && in IsPowerOf2()
131 return this->HasValue() && this->Value() < 0 && in IsNegativePowerOf2()
134 bool IsNegative() const { return this->HasValue() && this->Value() < 0; } in IsNegative()
156 return this->HasValue() && this->Value() == value; in Is()
159 return this->HasValue() && low <= this->Value() && this->Value() <= high; in IsInRange()
[all …]
Dmachine-operator-reducer.cc291 if (m.left().IsWord32Sar() && m.right().HasValue()) { in Reduce()
293 if (mleft.right().HasValue()) { in Reduce()
474 if (m.HasValue()) return ReplaceFloat64(base::ieee754::acos(m.Value())); in Reduce()
479 if (m.HasValue()) return ReplaceFloat64(base::ieee754::acosh(m.Value())); in Reduce()
484 if (m.HasValue()) return ReplaceFloat64(base::ieee754::asin(m.Value())); in Reduce()
489 if (m.HasValue()) return ReplaceFloat64(base::ieee754::asinh(m.Value())); in Reduce()
494 if (m.HasValue()) return ReplaceFloat64(base::ieee754::atan(m.Value())); in Reduce()
499 if (m.HasValue()) return ReplaceFloat64(base::ieee754::atanh(m.Value())); in Reduce()
518 if (m.HasValue()) return ReplaceFloat64(base::ieee754::cbrt(m.Value())); in Reduce()
523 if (m.HasValue()) return ReplaceFloat64(base::ieee754::cos(m.Value())); in Reduce()
[all …]
Dsimplified-operator-reducer.cc23 if (m.HasValue()) { in DecideObjectIsSmi()
60 if (m.HasValue()) return ReplaceInt32(m.Value()->BooleanValue()); in Reduce()
66 if (m.HasValue()) return ReplaceNumber(m.Value()); in Reduce()
73 if (m.HasValue()) return ReplaceNumber(m.Value()); in Reduce()
82 if (m.HasValue()) return ReplaceFloat64(m.Value()); in Reduce()
97 if (m.HasValue()) return ReplaceInt32(DoubleToInt32(m.Value())); in Reduce()
108 if (m.HasValue()) return ReplaceUint32(DoubleToUint32(m.Value())); in Reduce()
117 if (m.HasValue()) return ReplaceNumber(FastUI2D(m.Value())); in Reduce()
122 if (m.HasValue()) return ReplaceInt32(DoubleToInt32(m.Value())); in Reduce()
134 if (m.HasValue() && IsInt32Double(m.Value())) { in Reduce()
[all …]
Dcontrol-flow-optimizer.cc79 if (!m.right().HasValue()) return false; in TryBuildSwitch()
103 if (!m1.right().HasValue()) break; in TryBuildSwitch()
Dnode-properties.cc336 if (m.HasValue()) { in InferReceiverMaps()
360 if (mtarget.HasValue() && mnewtarget.HasValue()) { in InferReceiverMaps()
386 if (m.HasValue()) { in InferReceiverMaps()
Djs-native-context-specialization.cc121 if (m.left().HasValue() && m.left().Value()->IsString() && in ReduceJSAdd()
122 m.right().HasValue() && m.right().Value()->IsString()) { in ReduceJSAdd()
146 if (!m.HasValue()) return NoChange(); in ReduceJSGetSuperConstructor()
184 if (!m.HasValue() || !m.Value()->IsJSObject()) return NoChange(); in ReduceJSInstanceOf()
267 if (m.HasValue() && m.Value()->IsJSBoundFunction()) { in ReduceJSOrdinaryHasInstance()
796 if (m.HasValue() && m.Value().is_identical_to(global_proxy())) { in ReduceNamedAccessFromNexus()
840 if (m.HasValue()) { in ReduceJSLoadNamed()
1163 if (mreceiver.HasValue() && mreceiver.Value()->IsString()) { in ReduceKeyedAccess()
1224 if (mindex.HasValue() && mindex.Value()->IsPrimitive()) { in ReduceKeyedAccess()
1436 if (m.HasValue() && m.Value()->IsJSObject()) { in BuildPropertyAccess()
[all …]
Dcode-assembler.cc213 if (m.HasValue() && in ToInt32Constant()
225 if (m.HasValue()) out_value = m.Value(); in ToInt64Constant()
226 return m.HasValue(); in ToInt64Constant()
236 if (m.HasValue()) { in ToSmiConstant()
249 if (m.HasValue()) out_value = m.Value(); in ToIntPtrConstant()
250 return m.HasValue(); in ToIntPtrConstant()
Djs-inlining-heuristic.cc28 if (m.HasValue() && m.Value()->IsJSFunction()) { in CollectFunctions()
37 if (!m.HasValue() || !m.Value()->IsJSFunction()) return 0; in CollectFunctions()
Djs-call-reducer.cc283 if (!receiver.HasValue()) { in CanInlineApiCall()
360 DCHECK(m.HasValue() && m.Value()->IsJSFunction()); in ReduceCallApiFunction()
499 if (m.HasValue()) { in ReduceJSCall()
673 if (m.HasValue()) { in ReduceJSConstruct()
/external/webrtc/webrtc/base/
Dwin32regkey_unittest.cc207 EXPECT_TRUE(r_key.HasValue(kValNameInt)); in RegKeyNonStaticFunctionsTest()
224 EXPECT_FALSE(r_key.HasValue(kValNameInt)); in RegKeyNonStaticFunctionsTest()
230 EXPECT_TRUE(r_key.HasValue(kValNameInt64)); in RegKeyNonStaticFunctionsTest()
240 EXPECT_FALSE(r_key.HasValue(kValNameInt64)); in RegKeyNonStaticFunctionsTest()
246 EXPECT_TRUE(r_key.HasValue(kValNameStr)); in RegKeyNonStaticFunctionsTest()
265 EXPECT_FALSE(r_key.HasValue(kValNameInt)); in RegKeyNonStaticFunctionsTest()
273 EXPECT_TRUE(r_key.HasValue(kValNameBinary)); in RegKeyNonStaticFunctionsTest()
294 EXPECT_FALSE(r_key.HasValue(kValNameBinary)); in RegKeyNonStaticFunctionsTest()
388 EXPECT_TRUE(RegKey::HasValue(kFullRkey1, kValNameInt)); in RegKeyStaticFunctionsTest()
402 EXPECT_FALSE(RegKey::HasValue(kFullRkey1, kValNameInt)); in RegKeyStaticFunctionsTest()
[all …]
Dwin32regkey.h64 bool HasValue(const wchar_t* value_name) const;
153 static bool HasValue(const wchar_t* full_key_name, const wchar_t* value_name);
/external/autotest/frontend/client/src/autotest/afe/
DIRadioButton.java4 import com.google.gwt.user.client.ui.HasValue;
7 public interface IRadioButton extends HasValue<Boolean>, HasText {
DICheckBox.java6 import com.google.gwt.user.client.ui.HasValue;
8 public interface ICheckBox extends HasText, HasValue<Boolean>, HasClickHandlers {
DHostSelectorDisplay.java11 import com.google.gwt.user.client.ui.HasValue;
102 public HasValue<Boolean> getAllowOneTimeHostsField() { in getAllowOneTimeHostsField()
DHostSelector.java23 import com.google.gwt.user.client.ui.HasValue;
54 public HasValue<Boolean> getAllowOneTimeHostsField(); in getAllowOneTimeHostsField()
/external/clang/test/SemaTemplate/
Ddefault-arguments-cxx0x.cpp20 struct HasValue { struct
26 int &ir = f1(HasValue()); in g1() argument
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc494 m.right().HasValue()) { in VisitWord32And()
505 if (mleft.right().HasValue()) { in VisitWord32And()
523 if (m.right().HasValue()) { in VisitWord32And()
544 m.right().HasValue()) { in VisitWord64And()
555 if (mleft.right().HasValue()) { in VisitWord64And()
577 if (m.right().HasValue()) { in VisitWord64And()
610 if (!mleft.right().HasValue()) { in VisitWord32Xor()
634 if (!mleft.right().HasValue()) { in VisitWord64Xor()
661 if (mleft.right().HasValue()) { in VisitWord32Shl()
686 if (m.left().IsWord32And() && m.right().HasValue()) { in VisitWord32Shr()
[all …]
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc69 if (!m.HasValue()) return false; in CanBeImmediate()
387 m.right().HasValue()) { in VisitWord32And()
398 if (mleft.right().HasValue()) { in VisitWord32And()
420 if (m.right().HasValue()) { in VisitWord32And()
446 if (!mleft.right().HasValue()) { in VisitWord32Xor()
473 if (mleft.right().HasValue()) { in VisitWord32Shl()
498 if (m.left().IsWord32And() && m.right().HasValue()) { in VisitWord32Shr()
501 if (mleft.right().HasValue()) { in VisitWord32Shr()
525 if (m.right().HasValue() && mleft.right().HasValue()) { in VisitWord32Sar()
589 if (m.HasValue()) { in VisitWord32PairShift()
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.c47 int HasValue; member
104 value->HasValue = 1; in update_const_value()
218 counter_value.HasValue = 0; in try_unroll_loop()
224 if(!counter_value.HasValue){ in try_unroll_loop()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc501 if (m.right().HasValue() && (m.right().Value() < 0) && in VisitAddSub()
518 if (m->right().HasValue() && m->right().Value() >= 3) { in LeftShiftForReducedMultiply()
917 m.right().HasValue()) { in VisitWord32And()
928 if (mleft.right().HasValue()) { in VisitWord32And()
957 m.right().HasValue()) { in VisitWord64And()
969 if (mleft.right().HasValue()) { in VisitWord64And()
1032 if (mleft.right().HasValue()) { in VisitWord32Shl()
1088 if (mleft.right().HasValue() && m.right().HasValue() && in TryEmitBitfieldExtract32()
1111 if (m.left().IsWord32And() && m.right().HasValue()) { in VisitWord32Shr()
1114 if (mleft.right().HasValue()) { in VisitWord32Shr()
[all …]
/external/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffersExampleTests.cs217 Assert.IsFalse(monster.GetTestarrayofboolsBytes().HasValue); in TestBuffer()
221 Assert.IsTrue(monster.GetTestarrayofboolsBytes().HasValue); in TestBuffer()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc413 if (mlength.HasValue() && moffset.right().HasValue() && in VisitCheckedLoad()
422 if (mmlength.HasValue() && moffset.right().HasValue() && in VisitCheckedLoad()
495 if (mlength.HasValue() && moffset.right().HasValue() && in VisitCheckedStore()
504 if (mmlength.HasValue() && moffset.right().HasValue() && in VisitCheckedStore()
1649 if (mleft.HasValue() && (bit_cast<uint64_t>(mleft.Value()) >> 32) == 0u) { in VisitFloat64InsertLowWord32()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc156 if (m.index().HasValue() && m.object().HasValue()) { in GetEffectiveAddressMemoryOperand()
426 if (mlength.HasValue() && moffset.right().HasValue() && in VisitCheckedLoad()
486 if (mlength.HasValue() && moffset.right().HasValue() && in VisitCheckedStore()
910 if (m.right().HasValue() && g.CanBeImmediate(m.right().node())) { in VisitInt32Sub()
929 if (m.right().HasValue() && g.CanBeImmediate(m.right().node())) { in VisitInt64Sub()
1756 if (m.right().HasValue() && in VisitWord64Compare()
1765 } else if (m.left().HasValue() && in VisitWord64Compare()
2207 if (mleft.HasValue() && (bit_cast<uint64_t>(mleft.Value()) >> 32) == 0u) { in VisitFloat64InsertLowWord32()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc542 if (m.right().HasValue() && IsContiguousMask32(m.right().Value(), &mb, &me)) { in VisitWord32And()
581 if (m.right().HasValue() && IsContiguousMask64(m.right().Value(), &mb, &me)) { in VisitWord64And()
683 if (mleft.right().HasValue() && in VisitWord32Shl()
710 if (mleft.right().HasValue() && in VisitWord64Shl()
754 if (mleft.right().HasValue() && in VisitWord32Shr()
780 if (mleft.right().HasValue() && in VisitWord64Shr()
899 if (m.HasValue()) { in VisitPairShift()
955 DCHECK(mdisplacement.HasValue()); in VisitWord64Sar()
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewDisplay.java36 import com.google.gwt.user.client.ui.HasValue;
434 public HasValue<Boolean> getParseFailedRepair() { in getParseFailedRepair()

12