/external/llvm-project/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 36 void SetImpliedBits(FeatureBitset &Bits, const FeatureBitset &Implies, in SetImpliedBits() argument 40 Bits |= Implies; in SetImpliedBits() 42 if (Implies.test(FE.Value)) in SetImpliedBits() 43 SetImpliedBits(Bits, FE.Implies.getAsBitset(), FeatureTable); in SetImpliedBits() 51 if (FE.Implies.getAsBitset().test(Value)) { in ClearImpliedBits() 73 SetImpliedBits(Bits, FeatureEntry->Implies.getAsBitset(), FeatureTable); in ApplyFeatureFlag() 174 SetImpliedBits(Bits, CPUEntry->Implies.getAsBitset(), ProcFeatures); in getFeatures() 278 SetImpliedBits(FeatureBits, FeatureEntry->Implies.getAsBitset(), in ToggleFeature()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 36 void SetImpliedBits(FeatureBitset &Bits, const FeatureBitset &Implies, in SetImpliedBits() argument 40 Bits |= Implies; in SetImpliedBits() 42 if (Implies.test(FE.Value)) in SetImpliedBits() 43 SetImpliedBits(Bits, FE.Implies.getAsBitset(), FeatureTable); in SetImpliedBits() 51 if (FE.Implies.getAsBitset().test(Value)) { in ClearImpliedBits() 73 SetImpliedBits(Bits, FeatureEntry->Implies.getAsBitset(), FeatureTable); in ApplyFeatureFlag() 176 SetImpliedBits(Bits, CPUEntry->Implies.getAsBitset(), ProcFeatures); in getFeatures() 262 SetImpliedBits(FeatureBits, FeatureEntry->Implies.getAsBitset(), in ToggleFeature()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUFeatures.td | 45 list<SubtargetFeature> Implies> : 47 Value#" GPU generation", Implies>;
|
D | R600Processors.td | 44 list<SubtargetFeature> Implies> : 45 SubtargetFeatureGeneration <Value, FeatureName, "R600Subtarget", Implies>;
|
D | AMDGPU.td | 670 list<SubtargetFeature> Implies> : 671 SubtargetFeatureGeneration <Value, FeatureName, "GCNSubtarget", Implies>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUFeatures.td | 54 list<SubtargetFeature> Implies> : 56 Value#" GPU generation", Implies>;
|
D | R600Processors.td | 44 list<SubtargetFeature> Implies> : 45 SubtargetFeatureGeneration <Value, FeatureName, "R600Subtarget", Implies>;
|
D | AMDGPU.td | 625 list<SubtargetFeature> Implies> : 626 SubtargetFeatureGeneration <Value, FeatureName, "GCNSubtarget", Implies>;
|
/external/grpc-grpc/src/csharp/ |
D | .editorconfig | 3 charset = utf-8 ; Implies no BOM.
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSubtargetInfo.h | 38 FeatureBitArray Implies; ///< K-V bit mask member 56 FeatureBitArray Implies; ///< K-V bit mask member
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCSubtargetInfo.h | 38 FeatureBitArray Implies; ///< K-V bit mask member 56 FeatureBitArray Implies; ///< K-V bit mask member
|
/external/llvm/lib/MC/ |
D | SubtargetFeature.cpp | 140 if ((FeatureEntry->Implies & FE.Value).any()) { in SetImpliedBits() 157 if ((FE.Implies & FeatureEntry->Value).any()) { in ClearImpliedBits()
|
/external/llvm/include/llvm/MC/ |
D | SubtargetFeature.h | 57 FeatureBitset Implies; // K-V bit mask member
|
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client/ |
D | README.md | 18 -s|Use a specific server instead of libwebsockets.org, eg `--server localhost`. Implies LCCSCF_ALL…
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.frag_output.txt | 28 - Implies multiple render targets
|
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam/ |
D | README.md | 18 --server|Use a specific server instead of libwebsockets.org, eg `--server localhost`. Implies LCCS…
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-objdump.rst | 40 Implies :option:`--disassemble`. 144 When disassembling, display source line numbers. Implies 181 When disassembling, display source interleaved with the disassembly. Implies
|
D | llvm-pdbutil.rst | 141 Implies all other options in this category. 400 Implies most other options.
|
/external/iptables/iptables/tests/shell/ |
D | run-tests.sh | 18 testscript Run only specific test(s). Implies --verbose.
|
/external/llvm-project/llvm/lib/Support/ |
D | X86TargetParser.cpp | 606 const FeatureBitset &Implies) { in getImpliedEnabledFeatures() argument 608 if (!Implies.any()) in getImpliedEnabledFeatures() 611 Bits |= Implies; in getImpliedEnabledFeatures()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPU.td | 269 list<SubtargetFeature> Implies> : 271 Value#" GPU generation", Implies>;
|
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-ping/ |
D | README.md | 19 --server|Use a specific server instead of libwebsockets.org, eg `--server localhost`. Implies LCCS…
|
/external/eigen/ |
D | CMakeLists.txt | 323 option(EIGEN_TEST_X87 "Force using X87 instructions. Implies no vectorization." OFF)
|
/external/clang/docs/ |
D | ClangFormatStyleOptions.rst | 256 Only merge functions defined inside a class. Implies "empty".
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 1193 // Implies - Features that this feature implies are present. If one of those 1196 list<SubtargetFeature> Implies = i;
|