Searched defs:FeatureEntry (Results 1 – 4 of 4) sorted by relevance
| /external/libchrome/base/ |
| D | feature_list.cc | 33 struct FeatureEntry { struct 35 static constexpr uint32_t kPersistentTypeId = 0x06567CA6 + 1; 38 static constexpr size_t kExpectedInstanceSize = 8; 42 uint32_t override_state; 45 uint32_t pickle_size; 49 bool GetFeatureAndTrialName(StringPiece* feature_name, in GetFeatureAndTrialName()
|
| /external/llvm/lib/MC/ |
| D | SubtargetFeature.cpp | 135 void SetImpliedBits(FeatureBitset &Bits, const SubtargetFeatureKV *FeatureEntry, in SetImpliedBits() 152 const SubtargetFeatureKV *FeatureEntry, in ClearImpliedBits() 170 const SubtargetFeatureKV *FeatureEntry = in ToggleFeature() local 197 const SubtargetFeatureKV *FeatureEntry = in ApplyFeatureFlag() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
| D | SubtargetFeature.cpp | 126 void SetImpliedBits(FeatureBitset &Bits, const SubtargetFeatureKV &FeatureEntry, in SetImpliedBits() 141 const SubtargetFeatureKV &FeatureEntry, in ClearImpliedBits() 157 const SubtargetFeatureKV *FeatureEntry = in ToggleFeature() local 182 const SubtargetFeatureKV *FeatureEntry = in ApplyFeatureFlag() local
|
| /external/swiftshader/third_party/LLVM/lib/MC/ |
| D | SubtargetFeature.cpp | 193 void SetImpliedBits(uint64_t &Bits, const SubtargetFeatureKV *FeatureEntry, in SetImpliedBits() 212 void ClearImpliedBits(uint64_t &Bits, const SubtargetFeatureKV *FeatureEntry, in ClearImpliedBits() 234 const SubtargetFeatureKV *FeatureEntry = in ToggleFeature() local 315 const SubtargetFeatureKV *FeatureEntry = in getFeatureBits() local
|