| /openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchTree.cpp | 467 auto Partition = InstrToPartition.find(Expected); in repartition() local 468 if (Partition == InstrToPartition.end()) { in repartition() 470 Partition = InstrToPartition in repartition() 477 Partitions.find(Partition->second)->second.set(Leaf.index()); in repartition() 480 << " is in partition " << Partition->second << "\n"); in repartition() 498 for (auto &Partition : Partitions) in repartition() local 499 Partition.second.set(Leaf.index()); in repartition() 525 for (auto &Partition : Partitions) in repartition() local 526 Partition.second.set(Leaf.index()); in repartition() 600 for (const auto &Partition : InstrToPartition) { in emitPartitionResults() local [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | CompileOnDemandLayer.cpp | 122 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction() argument 123 this->Partition = std::move(Partition); in setPartitionFunction() 227 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition() argument 234 assert(!Partition.empty() && "Unexpected empty partition"); in expandPartition() 236 const Module &M = *(*Partition.begin())->getParent(); in expandPartition() 240 for (const auto *GV : Partition) in expandPartition() 248 if (Partition.count(cast<GlobalValue>(A.getAliasee()))) in expandPartition() 256 Partition.insert(GV); in expandPartition() 285 TSM.withModuleDo([&](Module &M) { return Partition(RequestedGVs); }); in emitPartition()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDistribute.cpp | 318 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) { in mergeNonIfConvertible() argument 319 if (Partition->hasDepCycle()) in mergeNonIfConvertible() 325 for (auto *Inst : *Partition) in mergeNonIfConvertible() 416 for (const auto &Partition : PartitionContainer) { in setupPartitionIdOnInstructions() local 417 for (Instruction *Inst : Partition) { in setupPartitionIdOnInstructions() 491 for (auto &Partition : PartitionContainer) in removeUnusedInsts() local 492 Partition.removeUnusedInsts(); in removeUnusedInsts() 512 int &Partition = PtrToPartitions[I]; in computePartitionSetForPointers() local 514 Partition = -2; in computePartitionSetForPointers() 519 if (Partition == -2) in computePartitionSetForPointers() [all …]
|
| H A D | SROA.cpp | 460 class llvm::sroa::Partition { class in llvm::sroa 479 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition() function in llvm::sroa::Partition 536 Partition> { 541 Partition P; 708 Partition &operator*() { return P; } in operator *() 2020 static bool isVectorPromotionViableForSlice(Partition &P, const Slice &S, in isVectorPromotionViableForSlice() 2094 static bool checkVectorTypeForPromotion(Partition &P, VectorType *VTy, in checkVectorTypeForPromotion() 2127 static VectorType *isVectorPromotionViable(Partition &P, const DataLayout &DL) { in isVectorPromotionViable() 2341 static bool isIntegerWideningViable(Partition &P, Type *AllocaTy, in isIntegerWideningViable() 4593 Partition &P) { in rewritePartition()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | CompileOnDemandLayer.h | 86 void setPartitionFunction(PartitionFunction Partition); 116 void expandPartition(GlobalValueSet &Partition); 128 PartitionFunction Partition = compileRequested; variable
|
| H A D | LLJIT.h | 227 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction() argument 228 CODLayer->setPartitionFunction(std::move(Partition)); in setPartitionFunction()
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | TokenLexer.cpp | 995 llvm::MutableArrayRef<Token> Partition; in updateConsecutiveMacroArgTokens() local 1013 Partition = All.take_while([&](const Token &T) { in updateConsecutiveMacroArgTokens() 1022 Partition = All.take_while([&](const Token &T) { in updateConsecutiveMacroArgTokens() 1035 assert(!Partition.empty()); in updateConsecutiveMacroArgTokens() 1040 Partition.back().getEndLoc().getRawEncoding() - in updateConsecutiveMacroArgTokens() 1041 Partition.front().getLocation().getRawEncoding(); in updateConsecutiveMacroArgTokens() 1047 assert(llvm::all_of(Partition.drop_front(), in updateConsecutiveMacroArgTokens() 1048 [&SM, ID = SM.getFileID(Partition.front().getLocation())]( in updateConsecutiveMacroArgTokens() 1056 for (Token& T : Partition) { in updateConsecutiveMacroArgTokens() 1061 begin_tokens = &Partition.back() + 1; in updateConsecutiveMacroArgTokens()
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | README.hfs_boot | 38 Driver Partition Map (for 2048 byte blocks) 512 bytes 39 Driver Partition Map (for 512 byte blocks) 512 bytes 41 Driver Partition N x 2048 bytes 42 HFS Partition Boot Block 1024 bytes
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Writer.cpp | 67 SmallVector<PhdrEntry *, 0> createPhdrs(Partition &part); 68 void addPhdrForSection(Partition &part, unsigned shType, unsigned pType, 72 void setPhdrs(Partition &part); 322 for (Partition &part : partitions) { in createSyntheticSections() 552 for (Partition &part : partitions) in run() 560 for (Partition &part : partitions) in run() 1060 for (Partition &part : partitions) { in setReservedSymbolSections() 1633 for (Partition &part : partitions) in finalizeAddressDependentContent() 1669 for (Partition &part : partitions) { in finalizeAddressDependentContent() 1905 for (Partition &part : partitions) in finalizeSections() [all …]
|
| H A D | InputSection.h | 29 struct Partition; 34 LLVM_LIBRARY_VISIBILITY extern std::vector<Partition> partitions; 70 elf::Partition &getPartition() const;
|
| H A D | SyntheticSections.h | 1228 template <typename ELFT> void writeEhdr(uint8_t *buf, Partition &part); 1229 template <typename ELFT> void writePhdrs(uint8_t *buf, Partition &part); 1237 struct Partition { struct 1265 LLVM_LIBRARY_VISIBILITY extern Partition *mainPart; argument 1267 inline Partition &SectionBase::getPartition() const { in getPartition()
|
| H A D | SyntheticSections.cpp | 1291 elf::Partition &part = getPartition(); in computeContents() 3341 Partition &part = s->getPartition(); in combineEhSections() 3714 template <typename ELFT> void elf::writeEhdr(uint8_t *buf, Partition &part) { in writeEhdr() 3736 template <typename ELFT> void elf::writePhdrs(uint8_t *buf, Partition &part) { in writePhdrs() 3886 std::vector<Partition> elf::partitions; 3887 Partition *elf::mainPart; 3953 template void elf::writeEhdr<ELF32LE>(uint8_t *Buf, Partition &Part); 3954 template void elf::writeEhdr<ELF32BE>(uint8_t *Buf, Partition &Part); 3955 template void elf::writeEhdr<ELF64LE>(uint8_t *Buf, Partition &Part); 3956 template void elf::writeEhdr<ELF64BE>(uint8_t *Buf, Partition &Part); [all …]
|
| H A D | ICF.cpp | 477 for (Partition &part : partitions) in run()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
| H A D | SROA.h | 46 class Partition; variable 181 sroa::Partition &P);
|
| /openbsd-src/distrib/notes/macppc/ |
| H A D | install | 69 8: Apple_Patches Patch Partition 512 @ 1032 84 8: Apple_Patches Patch Partition 512 @ 1032 100 Partition number: 11 104 Partition number: 11
|
| /openbsd-src/sys/stand/efi/include/ |
| H A D | efipart.h | 63 MBR_PARTITION_RECORD Partition[MAX_MBR_PARTITIONS]; member
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | LTO.cpp | 539 unsigned Partition, bool InSummary) { in addModuleToGlobalRes() argument 583 GlobalRes.Partition = GlobalResolution::External; in addModuleToGlobalRes() 592 (GlobalRes.Partition != GlobalResolution::Unknown && in addModuleToGlobalRes() 593 GlobalRes.Partition != Partition)) { in addModuleToGlobalRes() 594 GlobalRes.Partition = GlobalResolution::External; in addModuleToGlobalRes() 597 GlobalRes.Partition = Partition; in addModuleToGlobalRes() 1153 if (R.second.Partition != 0 && in runRegularLTO() 1154 R.second.Partition != GlobalResolution::External) in runRegularLTO() 1165 if (EnableLTOInternalization && R.second.Partition == 0) in runRegularLTO() 1550 if (Res.second.Partition != GlobalResolution::External || in runThinLTO()
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
| H A D | low.h | 87 } Partition; typedef
|
| H A D | low.c | 123 Partition map; in l_readpm()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 370 unsigned Partition = Unknown; member 390 ArrayRef<SymbolResolution> Res, unsigned Partition,
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 181 ModuleIdPath Partition, ModuleImportState &ImportState) { in ActOnModuleDecl() argument 191 bool IsPartition = !Partition.empty(); in ActOnModuleDecl() 297 ModuleName += stringFromPath(Partition); in ActOnModuleDecl() 305 ? Partition.back().second in ActOnModuleDecl()
|
| /openbsd-src/share/misc/ |
| H A D | scsi_modes | 251 {Change Active Partition} t1 254 {Active Partition} i1
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | macintosh | 265 # Fixed HFS+ and Partition map magic: Ethan Benson <erbenson@alaska.net> 330 #0x200 beshort 0x504D Apple Partition data 356 #0x200 beshort 0x5453 Apple Old Partition data
|
| H A D | apple | 156 # particularly the "Apple Partition data" entry. 165 # Note that this entry is recognized correctly by the "Apple Partition
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | Parser.cpp | 2445 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> Partition; in ParseModuleDecl() local 2450 << SourceRange(ColonLoc, Partition.back().second); in ParseModuleDecl() 2452 else if (ParseModuleName(ModuleLoc, Partition, /*IsImport*/ false)) in ParseModuleDecl() 2465 return Actions.ActOnModuleDecl(StartLoc, ModuleLoc, MDK, Path, Partition, in ParseModuleDecl()
|