/external/llvm/lib/MC/ |
D | SubtargetFeature.cpp | 135 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/llvm-project/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 64 const SubtargetFeatureKV *FeatureEntry = in ApplyFeatureFlag() local 67 if (FeatureEntry) { in ApplyFeatureFlag() 70 Bits.set(FeatureEntry->Value); in ApplyFeatureFlag() 73 SetImpliedBits(Bits, FeatureEntry->Implies.getAsBitset(), FeatureTable); in ApplyFeatureFlag() 75 Bits.reset(FeatureEntry->Value); in ApplyFeatureFlag() 78 ClearImpliedBits(Bits, FeatureEntry->Value, FeatureTable); in ApplyFeatureFlag() 266 const SubtargetFeatureKV *FeatureEntry = in ToggleFeature() local 269 if (FeatureEntry) { in ToggleFeature() 270 if (FeatureBits.test(FeatureEntry->Value)) { in ToggleFeature() 271 FeatureBits.reset(FeatureEntry->Value); in ToggleFeature() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 64 const SubtargetFeatureKV *FeatureEntry = in ApplyFeatureFlag() local 67 if (FeatureEntry) { in ApplyFeatureFlag() 70 Bits.set(FeatureEntry->Value); in ApplyFeatureFlag() 73 SetImpliedBits(Bits, FeatureEntry->Implies.getAsBitset(), FeatureTable); in ApplyFeatureFlag() 75 Bits.reset(FeatureEntry->Value); in ApplyFeatureFlag() 78 ClearImpliedBits(Bits, FeatureEntry->Value, FeatureTable); in ApplyFeatureFlag() 250 const SubtargetFeatureKV *FeatureEntry = in ToggleFeature() local 253 if (FeatureEntry) { in ToggleFeature() 254 if (FeatureBits.test(FeatureEntry->Value)) { in ToggleFeature() 255 FeatureBits.reset(FeatureEntry->Value); in ToggleFeature() [all …]
|
/external/libchrome/base/ |
D | feature_list.cc | 33 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/v2/ |
D | tensorflow.train.-features.-feature-entry.pbtxt | 1 path: "tensorflow.train.Features.FeatureEntry" 4 name: "FeatureEntry"
|
D | tensorflow.train.-features.pbtxt | 10 type_name: ".tensorflow.Features.FeatureEntry" 13 name: "FeatureEntry"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.train.-features.-feature-entry.pbtxt | 1 path: "tensorflow.train.Features.FeatureEntry" 4 name: "FeatureEntry"
|
D | tensorflow.train.-features.pbtxt | 10 type_name: ".tensorflow.Features.FeatureEntry" 13 name: "FeatureEntry"
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 135 struct FeatureEntry { struct 263 std::vector<FeatureEntry> Features; 419 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::FeatureEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR() 506 template <> struct MappingTraits<WasmYAML::FeatureEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 507 static void mapping(IO &IO, WasmYAML::FeatureEntry &FeatureEntry); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 132 struct FeatureEntry { struct 259 std::vector<FeatureEntry> Features; 415 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::FeatureEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR() 502 template <> struct MappingTraits<WasmYAML::FeatureEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 503 static void mapping(IO &IO, WasmYAML::FeatureEntry &FeatureEntry); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.cpp | 231 struct FeatureEntry { in EmitTargetFeatures() struct 237 SmallVector<FeatureEntry, 4> EmittedFeatures; in EmitTargetFeatures() 244 FeatureEntry Entry; in EmitTargetFeatures()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 345 void MappingTraits<WasmYAML::FeatureEntry>::mapping( in mapping() 346 IO &IO, WasmYAML::FeatureEntry &FeatureEntry) { in mapping() argument 347 IO.mapRequired("Prefix", FeatureEntry.Prefix); in mapping() 348 IO.mapRequired("Name", FeatureEntry.Name); in mapping()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 343 void MappingTraits<WasmYAML::FeatureEntry>::mapping( in mapping() 344 IO &IO, WasmYAML::FeatureEntry &FeatureEntry) { in mapping() argument 345 IO.mapRequired("Prefix", FeatureEntry.Prefix); in mapping() 346 IO.mapRequired("Name", FeatureEntry.Name); in mapping()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.cpp | 333 struct FeatureEntry { in EmitTargetFeatures() struct 339 SmallVector<FeatureEntry, 4> EmittedFeatures; in EmitTargetFeatures() 346 FeatureEntry Entry; in EmitTargetFeatures()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | wasm2yaml.cpp | 176 WasmYAML::FeatureEntry Feature; in dumpCustomSection()
|