/external/llvm-project/clang/test/SemaCXX/ |
D | align-x86-abi7.cpp | 6 template <typename T, size_t Preferred> 11 static_assert(__alignof__(value) == Preferred, "__alignof__(value) != Preferred"); 12 static_assert(__alignof__(type) == Preferred, "__alignof__(type) != Preferred"); 13 static_assert(alignof(type) == Preferred, "alignof(type) != Preferred");
|
D | align-x86.cpp | 11 template <typename T, size_t ABI, size_t Preferred> 16 static_assert(__alignof__(value) == Preferred, "__alignof__(value) != Preferred"); 17 static_assert(__alignof__(type) == Preferred, "__alignof__(type) != Preferred");
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGSort.cpp | 216 Preferred; in sortBlocks() local 249 Preferred.push(Succ); in sortBlocks() 254 while (!Preferred.empty()) { in sortBlocks() 255 Next = Preferred.top(); in sortBlocks() 256 Preferred.pop(); in sortBlocks()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 378 PreferredTuple Preferred; in tryCombineExtendingLoads() local 379 if (matchCombineExtendingLoads(MI, Preferred)) { in tryCombineExtendingLoads() 380 applyCombineExtendingLoads(MI, Preferred); in tryCombineExtendingLoads() 387 PreferredTuple &Preferred) { in matchCombineExtendingLoads() argument 430 Preferred = {LLT(), PreferredOpcode, nullptr}; in matchCombineExtendingLoads() 435 Preferred = ChoosePreferredUse(Preferred, in matchCombineExtendingLoads() 442 if (!Preferred.MI) in matchCombineExtendingLoads() 446 assert(Preferred.Ty != LoadValueTy && "Extending to same type?"); in matchCombineExtendingLoads() 448 LLVM_DEBUG(dbgs() << "Preferred use is: " << *Preferred.MI); in matchCombineExtendingLoads() 453 PreferredTuple &Preferred) { in applyCombineExtendingLoads() argument [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGSort.cpp | 268 Preferred; in sortBlocks() local 301 Preferred.push(Succ); in sortBlocks() 306 while (!Preferred.empty()) { in sortBlocks() 307 Next = Preferred.top(); in sortBlocks() 308 Preferred.pop(); in sortBlocks()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | language-subtag-registry | 429 Preferred-Value: id 461 Preferred-Value: he 475 Preferred-Value: yi 487 Preferred-Value: jv 678 Preferred-Value: ro 1224 Preferred-Value: aas 1593 Preferred-Value: dz 3102 Preferred-Value: snz 3364 Preferred-Value: ktz 3768 Preferred-Value: nun [all …]
|
/external/llvm-project/clang/lib/Tooling/ |
D | InterpolatingCompilationDatabase.cpp | 423 bool Preferred; in pickWinner() member 432 S.Preferred = PreferredLanguage == types::TY_INVALID || in pickWinner() 435 if (!S.Preferred && Best.Preferred) in pickWinner() 437 if (S.Preferred == Best.Preferred) { in pickWinner()
|
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/ |
D | vulkano_gralloc.rs | 248 return AllocFromRequirementsFilter::Preferred; in get_image_memory_requirements() 252 return AllocFromRequirementsFilter::Preferred; in get_image_memory_requirements() 260 return AllocFromRequirementsFilter::Preferred; in get_image_memory_requirements() 269 .map(|t| (t, AllocFromRequirementsFilter::Preferred)); in get_image_memory_requirements()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGStackify.cpp | 159 Preferred; in SortBlocks() local 189 Preferred.push(Succ); in SortBlocks() 194 while (!Preferred.empty()) { in SortBlocks() 195 Next = Preferred.top(); in SortBlocks() 196 Preferred.pop(); in SortBlocks()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | FileDistance.cpp | 193 llvm::StringRef Preferred = in createScopeFileDistance() local 200 if (S == Preferred) in createScopeFileDistance() 202 else if (Preferred.startswith(S) && !S.empty()) in createScopeFileDistance()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | HeadersTests.cpp | 82 std::string calculate(PathRef Original, PathRef Preferred = "", in calculate() argument 89 if (Preferred.empty()) 90 Preferred = Original; 101 auto Inserted = ToHeaderFile(Preferred);
|
/external/llvm/test/Assembler/ |
D | invalid-datalayout18.ll | 3 ; CHECK: Preferred alignment cannot be less than the ABI alignment
|
D | invalid-datalayout14.ll | 3 ; CHECK: Preferred alignment cannot be less than the ABI alignment
|
/external/llvm-project/llvm/test/Assembler/ |
D | invalid-datalayout18.ll | 3 ; CHECK: Preferred alignment cannot be less than the ABI alignment
|
D | invalid-datalayout14.ll | 3 ; CHECK: Preferred alignment cannot be less than the ABI alignment
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 363 PreferredTuple Preferred; in tryCombineExtendingLoads() local 364 if (matchCombineExtendingLoads(MI, Preferred)) { in tryCombineExtendingLoads() 365 applyCombineExtendingLoads(MI, Preferred); in tryCombineExtendingLoads() 372 PreferredTuple &Preferred) { in matchCombineExtendingLoads() argument 415 Preferred = {LLT(), PreferredOpcode, nullptr}; in matchCombineExtendingLoads() 433 Preferred = ChoosePreferredUse(Preferred, in matchCombineExtendingLoads() 440 if (!Preferred.MI) in matchCombineExtendingLoads() 444 assert(Preferred.Ty != LoadValueTy && "Extending to same type?"); in matchCombineExtendingLoads() 446 LLVM_DEBUG(dbgs() << "Preferred use is: " << *Preferred.MI); in matchCombineExtendingLoads() 451 PreferredTuple &Preferred) { in applyCombineExtendingLoads() argument [all …]
|
/external/python/cpython2/Doc/library/ |
D | statvfs.rst | 24 Preferred file system block size.
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | formatutils9.cpp | 415 template <D3DVertexType Preferred, D3DVertexType Fallback = Preferred> 420 preferred = Preferred
|
/external/llvm-project/lld/test/COFF/ |
D | map.test | 16 # MAP-NEXT: Preferred load address is 0000000140000000
|
/external/cros/system_api/dbus/login_manager/ |
D | arc.proto | 74 // Preferred languages to set in Android container during the boot.
|
/external/pdfium/testing/resources/javascript/ |
D | consts_expected.txt | 60 Alert: zoomtype.pref is Preferred
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | prelegalizercombiner-extending-loads-cornercases.mir | 116 # CHECK-WORKLIST: Preferred use is: [[IN2:%[0-9]+]]:_(s32) = G_SEXT [[IN0]]:_(s8) 215 # CHECK-WORKLIST: Preferred use is: [[IN2:%[0-9]+]]:_(s32) = G_SEXT [[IN0]]:_(s8)
|
/external/webrtc/sdk/objc/components/audio/ |
D | RTCAudioSessionConfiguration.m | 27 // Preferred hardware sample rate (unit is in Hertz). The client sample rate
|
/external/skia/site/docs/user/ |
D | build.md | 15 - [Supported and Preferred Compilers](#compilers) 49 ## <span id="compilers">Supported and Preferred Compilers</span>
|
/external/skia/site/docs/dev/gardening/ |
D | _index.md | 217 - (Preferred but slower) Make a separate Blink patch by editing
|