Home
last modified time | relevance | path

Searched refs:Preferred (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm-project/clang/test/SemaCXX/
Dalign-x86-abi7.cpp6 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");
Dalign-x86.cpp11 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/
DWebAssemblyCFGSort.cpp216 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/
DCombinerHelper.cpp378 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/
DWebAssemblyCFGSort.cpp268 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/
Dlanguage-subtag-registry429 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/
DInterpolatingCompilationDatabase.cpp423 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/
Dvulkano_gralloc.rs248 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/
DWebAssemblyCFGStackify.cpp159 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/unittests/
DHeadersTests.cpp82 std::string calculate(PathRef Original, PathRef Preferred = "", in calculate() argument
89 if (Preferred.empty())
90 Preferred = Original;
101 auto Inserted = ToHeaderFile(Preferred);
/external/llvm-project/clang-tools-extra/clangd/
DFileDistance.cpp193 llvm::StringRef Preferred = in createScopeFileDistance() local
200 if (S == Preferred) in createScopeFileDistance()
202 else if (Preferred.startswith(S) && !S.empty()) in createScopeFileDistance()
/external/llvm/test/Assembler/
Dinvalid-datalayout14.ll3 ; CHECK: Preferred alignment cannot be less than the ABI alignment
Dinvalid-datalayout18.ll3 ; CHECK: Preferred alignment cannot be less than the ABI alignment
/external/llvm-project/llvm/test/Assembler/
Dinvalid-datalayout18.ll3 ; CHECK: Preferred alignment cannot be less than the ABI alignment
Dinvalid-datalayout14.ll3 ; CHECK: Preferred alignment cannot be less than the ABI alignment
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp363 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/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp415 template <D3DVertexType Preferred, D3DVertexType Fallback = Preferred>
420 preferred = Preferred
/external/python/cpython2/Doc/library/
Dstatvfs.rst24 Preferred file system block size.
/external/llvm-project/lld/test/COFF/
Dmap.test16 # MAP-NEXT: Preferred load address is 0000000140000000
/external/cros/system_api/dbus/login_manager/
Darc.proto74 // Preferred languages to set in Android container during the boot.
/external/pdfium/testing/resources/javascript/
Dconsts_expected.txt60 Alert: zoomtype.pref is Preferred
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dprelegalizercombiner-extending-loads-cornercases.mir116 # 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/
DRTCAudioSessionConfiguration.m27 // Preferred hardware sample rate (unit is in Hertz). The client sample rate
/external/skia/site/docs/user/
Dbuild.md15 - [Supported and Preferred Compilers](#compilers)
49 ## <span id="compilers">Supported and Preferred Compilers</span>
/external/skia/site/docs/dev/gardening/
D_index.md217 - (Preferred but slower) Make a separate Blink patch by editing

123