Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DSubtargetFeature.cpp135 void SetImpliedBits(FeatureBitset &Bits, const SubtargetFeatureKV *FeatureEntry, in SetImpliedBits() argument
138 if (FeatureEntry->Value == FE.Value) continue; in SetImpliedBits()
140 if ((FeatureEntry->Implies & FE.Value).any()) { in SetImpliedBits()
152 const SubtargetFeatureKV *FeatureEntry, in ClearImpliedBits() argument
155 if (FeatureEntry->Value == FE.Value) continue; in ClearImpliedBits()
157 if ((FE.Implies & FeatureEntry->Value).any()) { in ClearImpliedBits()
170 const SubtargetFeatureKV *FeatureEntry = in ToggleFeature() local
173 if (FeatureEntry) { in ToggleFeature()
174 if ((Bits & FeatureEntry->Value) == FeatureEntry->Value) { in ToggleFeature()
175 Bits &= ~FeatureEntry->Value; in ToggleFeature()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DSubtargetFeature.cpp126 void SetImpliedBits(FeatureBitset &Bits, const SubtargetFeatureKV &FeatureEntry, in SetImpliedBits() argument
129 if (FeatureEntry.Value == FE.Value) continue; in SetImpliedBits()
131 if ((FeatureEntry.Implies & FE.Value).any()) { in SetImpliedBits()
141 const SubtargetFeatureKV &FeatureEntry, in ClearImpliedBits() argument
144 if (FeatureEntry.Value == FE.Value) continue; in ClearImpliedBits()
146 if ((FE.Implies & FeatureEntry.Value).any()) { in ClearImpliedBits()
157 const SubtargetFeatureKV *FeatureEntry = in ToggleFeature() local
160 if (FeatureEntry) { in ToggleFeature()
161 if ((Bits & FeatureEntry->Value) == FeatureEntry->Value) { in ToggleFeature()
162 Bits &= ~FeatureEntry->Value; in ToggleFeature()
[all …]
/external/swiftshader/third_party/LLVM/lib/MC/
DSubtargetFeature.cpp193 void SetImpliedBits(uint64_t &Bits, const SubtargetFeatureKV *FeatureEntry, in SetImpliedBits() argument
199 if (FeatureEntry->Value == FE.Value) continue; in SetImpliedBits()
201 if (FeatureEntry->Implies & FE.Value) { in SetImpliedBits()
212 void ClearImpliedBits(uint64_t &Bits, const SubtargetFeatureKV *FeatureEntry, in ClearImpliedBits() argument
218 if (FeatureEntry->Value == FE.Value) continue; in ClearImpliedBits()
220 if (FE.Implies & FeatureEntry->Value) { in ClearImpliedBits()
234 const SubtargetFeatureKV *FeatureEntry = in ToggleFeature() local
237 if (FeatureEntry) { in ToggleFeature()
238 if ((Bits & FeatureEntry->Value) == FeatureEntry->Value) { in ToggleFeature()
239 Bits &= ~FeatureEntry->Value; in ToggleFeature()
[all …]
/external/libchrome/base/
Dfeature_list.cc33 struct FeatureEntry { struct
52 reinterpret_cast<const char*>(this) + sizeof(FeatureEntry); in GetFeatureAndTrialName()
106 const FeatureEntry* entry; in InitializeFromSharedMemory()
107 while ((entry = iter.GetNextOfObject<FeatureEntry>()) != nullptr) { in InitializeFromSharedMemory()
172 size_t total_size = sizeof(FeatureEntry) + pickle.size(); in AddFeaturesToAllocator()
173 FeatureEntry* entry = allocator->New<FeatureEntry>(total_size); in AddFeaturesToAllocator()
180 char* dst = reinterpret_cast<char*>(entry) + sizeof(FeatureEntry); in AddFeaturesToAllocator()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.train.-features.-feature-entry.pbtxt1 path: "tensorflow.train.Features.FeatureEntry"
4 name: "FeatureEntry"
Dtensorflow.train.-features.pbtxt10 type_name: ".tensorflow.Features.FeatureEntry"
13 name: "FeatureEntry"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.train.-features.-feature-entry.pbtxt1 path: "tensorflow.train.Features.FeatureEntry"
4 name: "FeatureEntry"
Dtensorflow.train.-features.pbtxt10 type_name: ".tensorflow.Features.FeatureEntry"
13 name: "FeatureEntry"