Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A 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");
H A 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");
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp217 Preferred; in sortBlocks() local
276 Preferred.push(Succ); in sortBlocks()
282 while (!Preferred.empty()) { in sortBlocks()
283 Next = Preferred.top(); in sortBlocks()
284 Preferred.pop(); in sortBlocks()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp420 bool Preferred; in pickWinner() member
429 S.Preferred = PreferredLanguage == types::TY_INVALID || in pickWinner()
432 if (!S.Preferred && Best.Preferred) in pickWinner()
434 if (S.Preferred == Best.Preferred) { in pickWinner()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFileDistance.cpp194 llvm::StringRef Preferred = in createScopeFileDistance() local
201 if (S == Preferred) in createScopeFileDistance()
203 else if (Preferred.startswith(S) && !S.empty()) in createScopeFileDistance()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp234 enum class DLEntryPos { Size = 0, Abi = 1, Preferred = 2, Address = 3 }; enumerator
309 getPointerDataLayoutEntry(params, *this, DLEntryPos::Preferred)) in getPreferredAlignment()
373 extractPointerSpecValue(values, DLEntryPos::Preferred)) { in verifyEntries()
510 enum class StructDLEntryPos { Abi = 0, Preferred = 1 }; enumerator
524 if (pos == StructDLEntryPos::Preferred && in getStructDataLayoutEntry()
525 attr.size() <= static_cast<unsigned>(StructDLEntryPos::Preferred)) in getStructDataLayoutEntry()
567 StructDLEntryPos::Preferred); in getPreferredAlignment()
620 extractStructSpecValue(values, StructDLEntryPos::Preferred)) { in verifyEntries()
/llvm-project-15.0.7/llvm/test/Assembler/
H A Dinvalid-datalayout18.ll3 ; CHECK: Preferred alignment cannot be less than the ABI alignment
H A Dinvalid-datalayout14.ll3 ; CHECK: Preferred alignment cannot be less than the ABI alignment
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DHeadersTests.cpp93 std::string calculate(PathRef Original, PathRef Preferred = "", in calculate() argument
100 if (Preferred.empty())
101 Preferred = Original;
112 auto Inserted = ToHeaderFile(Preferred);
/llvm-project-15.0.7/lld/test/COFF/
H A Dmap.test16 # MAP-NEXT: Preferred load address is 0000000140000000
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp480 PreferredTuple Preferred; in tryCombineExtendingLoads() local
481 if (matchCombineExtendingLoads(MI, Preferred)) { in tryCombineExtendingLoads()
482 applyCombineExtendingLoads(MI, Preferred); in tryCombineExtendingLoads()
528 Preferred = {LLT(), PreferredOpcode, nullptr}; in matchCombineExtendingLoads()
546 Preferred = ChoosePreferredUse(Preferred, in matchCombineExtendingLoads()
553 if (!Preferred.MI) in matchCombineExtendingLoads()
557 assert(Preferred.Ty != LoadValueTy && "Extending to same type?"); in matchCombineExtendingLoads()
559 LLVM_DEBUG(dbgs() << "Preferred use is: " << *Preferred.MI); in matchCombineExtendingLoads()
566 Register ChosenDstReg = Preferred.MI->getOperand(0).getReg(); in applyCombineExtendingLoads()
608 if (UseMI->getOpcode() == Preferred.ExtendOpcode || in applyCombineExtendingLoads()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A 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)
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-exegesis.rst228 .. option:: -loop-body-size=<Preferred loop body size>
/llvm-project-15.0.7/lld/MachO/
H A DOptions.td296 HelpText<"Preferred hex load address for a dylib or bundle.">,
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dcfg-stackify-eh.ll708 ; 'Preferred' queue and should NOT be entered into 'Ready' queue unless we are
/llvm-project-15.0.7/llvm/docs/
H A DCodingStandards.rst319 Preferred:
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td2505 // Preferred addressing modes for various combinations of stored value