| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A 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");
|
| H A 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");
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyCFGSort.cpp | 217 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 D | InterpolatingCompilationDatabase.cpp | 420 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 D | FileDistance.cpp | 194 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 D | LLVMTypes.cpp | 234 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 D | invalid-datalayout18.ll | 3 ; CHECK: Preferred alignment cannot be less than the ABI alignment
|
| H A D | invalid-datalayout14.ll | 3 ; CHECK: Preferred alignment cannot be less than the ABI alignment
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | HeadersTests.cpp | 93 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 D | map.test | 16 # MAP-NEXT: Preferred load address is 0000000140000000
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 480 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 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)
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-exegesis.rst | 228 .. option:: -loop-body-size=<Preferred loop body size>
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Options.td | 296 HelpText<"Preferred hex load address for a dylib or bundle.">,
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | cfg-stackify-eh.ll | 708 ; 'Preferred' queue and should NOT be entered into 'Ready' queue unless we are
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | CodingStandards.rst | 319 Preferred:
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPatterns.td | 2505 // Preferred addressing modes for various combinations of stored value
|