Home
last modified time | relevance | path

Searched refs:SingleValue (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/torque/
Dtype-visitor.cc212 offset.SingleValue(), in ComputeType()
428 class_offset.SingleValue(), in VisitClassFieldsAndMethods()
453 if (class_offset.SingleValue() && !class_type->IsShape()) { in VisitClassFieldsAndMethods()
454 header_size = *class_offset.SingleValue(); in VisitClassFieldsAndMethods()
456 if (!field.index && !class_offset.SingleValue()) { in VisitClassFieldsAndMethods()
Dutils.cc378 if (a.SingleValue().has_value()) return os << *a.SingleValue(); in operator <<()
Dutils.h442 base::Optional<size_t> SingleValue() const { in SingleValue() function
Dimplementation-visitor.cc1518 if (class_type->size().SingleValue()) { in GenerateLayoutForInitialization()
1520 ToString(*class_type->size().SingleValue())); in GenerateLayoutForInitialization()
3796 << *type_->size().SingleValue() << ");\n"; in GenerateClass()
4424 ", ", *type->size().SingleValue(), ">"); in MatchSimpleBodyDescriptor()
4543 if (type->size().SingleValue()) { in GenerateBodyDescriptors()
4544 h_contents << " return " << *type->size().SingleValue() << ";\n"; in GenerateBodyDescriptors()
Dtypes.cc910 return size().SingleValue().has_value(); in HasStaticSize()
/external/tensorflow/tensorflow/core/lib/histogram/
Dhistogram_test.cc54 TEST(Histogram, SingleValue) { in TEST() argument
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4481 Constant *SingleValue; member in __anon6adc31380811::SwitchLookupTable
4500 : SingleValue(nullptr), BitMap(nullptr), BitMapElementTy(nullptr), in SwitchLookupTable()
4506 SingleValue = Values.begin()->second; in SwitchLookupTable()
4520 if (CaseRes != SingleValue) in SwitchLookupTable()
4521 SingleValue = nullptr; in SwitchLookupTable()
4534 if (DefaultValue != SingleValue) in SwitchLookupTable()
4535 SingleValue = nullptr; in SwitchLookupTable()
4540 if (SingleValue) { in SwitchLookupTable()
4615 return SingleValue; in BuildLookup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4907 Constant *SingleValue = nullptr; member in __anonac47a0d01111::SwitchLookupTable
4931 SingleValue = Values.begin()->second; in SwitchLookupTable()
4945 if (CaseRes != SingleValue) in SwitchLookupTable()
4946 SingleValue = nullptr; in SwitchLookupTable()
4959 if (DefaultValue != SingleValue) in SwitchLookupTable()
4960 SingleValue = nullptr; in SwitchLookupTable()
4965 if (SingleValue) { in SwitchLookupTable()
5040 return SingleValue; in BuildLookup()