| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDistribute.cpp | 316 if (Partition->hasDepCycle()) in mergeNonIfConvertible() 322 for (auto *Inst : *Partition) in mergeNonIfConvertible() 414 for (Instruction *Inst : Partition) { in setupPartitionIdOnInstructions() 488 for (auto &Partition : PartitionContainer) in removeUnusedInsts() local 489 Partition.removeUnusedInsts(); in removeUnusedInsts() 509 int &Partition = PtrToPartitions[I]; in computePartitionSetForPointers() local 511 Partition = -2; in computePartitionSetForPointers() 516 if (Partition == -2) in computePartitionSetForPointers() 517 Partition = ThisPartition; in computePartitionSetForPointers() 519 else if (Partition == -1) in computePartitionSetForPointers() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | CompileOnDemandLayer.h | 85 void setPartitionFunction(PartitionFunction Partition); 115 void expandPartition(GlobalValueSet &Partition); 127 PartitionFunction Partition = compileRequested; variable
|
| H A D | LLJIT.h | 275 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction() argument 276 CODLayer->setPartitionFunction(std::move(Partition)); in setPartitionFunction()
|
| /freebsd-14.2/stand/i386/boot2/ |
| H A D | boot1.S | 27 .set PRT_OFF,0x1be # Partition offset 29 .set PRT_BSD,0xa5 # Partition type 143 mov $part4,%si # Partition 149 main.1: mov $MEM_BUF+PRT_OFF,%si # Partition table 150 movb $0x1,%dh # Partition 157 incb %dh # Partition 171 main.4: xor %dx,%dx # Partition:drive
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | TokenLexer.cpp | 994 llvm::MutableArrayRef<Token> Partition; in updateConsecutiveMacroArgTokens() local 1012 Partition = All.take_while([&](const Token &T) { in updateConsecutiveMacroArgTokens() 1021 Partition = All.take_while([&](const Token &T) { in updateConsecutiveMacroArgTokens() 1034 assert(!Partition.empty()); in updateConsecutiveMacroArgTokens() 1039 Partition.back().getEndLoc().getRawEncoding() - in updateConsecutiveMacroArgTokens() 1040 Partition.front().getLocation().getRawEncoding(); in updateConsecutiveMacroArgTokens() 1046 assert(llvm::all_of(Partition.drop_front(), in updateConsecutiveMacroArgTokens() 1047 [&SM, ID = SM.getFileID(Partition.front().getLocation())]( in updateConsecutiveMacroArgTokens() 1055 for (Token& T : Partition) { in updateConsecutiveMacroArgTokens() 1060 begin_tokens = &Partition.back() + 1; in updateConsecutiveMacroArgTokens()
|
| /freebsd-14.2/stand/i386/zfsboot/ |
| H A D | zfsldr.S | 26 .set PRT_OFF,0x1be # Partition offset 28 .set PRT_BSD,0xa5 # Partition type 69 main.1: mov $MEM_BUF+PRT_OFF,%si # Partition table 70 movb $0x1,%dh # Partition 77 incb %dh # Partition
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | hisi504-nand.txt | 12 - #address-cells: Partition address, should be set 1. 13 - #size-cells: Partition size, should be set 1.
|
| /freebsd-14.2/stand/i386/boot0/ |
| H A D | boot0.S | 127 .set PRT_OFF,0x1be # Partition table 252 movw $(partbl+0x4),%bx # Partition table (+4) 282 movb (%di),%cl # Partition 437 movw %bp,%si # Partition for write 439 movw %si,%bx # Partition for read 670 partbl: .fill 0x40,0x1,0x0 # Partition table
|
| /freebsd-14.2/stand/i386/mbr/ |
| H A D | mbr.S | 20 .set PT_OFF,0x1be # Partition table 58 movw $partbl,%bx # Partition table 154 partbl: .fill 0x10,0x4,0x0 # Partition table
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Writer.cpp | 72 void setPhdrs(Partition &part); 383 for (Partition &part : partitions) { in createSyntheticSections() 618 for (Partition &part : partitions) in run() 626 for (Partition &part : partitions) in run() 1111 for (Partition &part : partitions) { in setReservedSymbolSections() 1699 for (Partition &part : partitions) in finalizeAddressDependentContent() 2081 for (Partition &part : MutableArrayRef<Partition>(partitions).slice(1)) { in finalizeSections() 2626 for (Partition &part : partitions) { in fixSectionAlignments() 2693 for (Partition &part : partitions) in assignFileOffsets() 2997 for (Partition &part : partitions) { in writeTrapInstr() [all …]
|
| H A D | InputSection.h | 31 struct Partition; 36 LLVM_LIBRARY_VISIBILITY extern std::vector<Partition> partitions; 72 elf::Partition &getPartition() const;
|
| H A D | SyntheticSections.h | 1291 template <typename ELFT> void writeEhdr(uint8_t *buf, Partition &part); 1292 template <typename ELFT> void writePhdrs(uint8_t *buf, Partition &part); 1300 struct Partition { struct 1329 LLVM_LIBRARY_VISIBILITY extern Partition *mainPart; argument 1331 inline Partition &SectionBase::getPartition() const { in getPartition()
|
| H A D | SyntheticSections.cpp | 1299 elf::Partition &part = getPartition(); in computeContents() 3366 Partition &part = s->getPartition(); in combineEhSections() 3988 std::vector<Partition> elf::partitions; 3989 Partition *elf::mainPart; 4055 template void elf::writeEhdr<ELF32LE>(uint8_t *Buf, Partition &Part); 4056 template void elf::writeEhdr<ELF32BE>(uint8_t *Buf, Partition &Part); 4057 template void elf::writeEhdr<ELF64LE>(uint8_t *Buf, Partition &Part); 4058 template void elf::writeEhdr<ELF64BE>(uint8_t *Buf, Partition &Part); 4060 template void elf::writePhdrs<ELF32LE>(uint8_t *Buf, Partition &Part); 4061 template void elf::writePhdrs<ELF32BE>(uint8_t *Buf, Partition &Part); [all …]
|
| /freebsd-14.2/stand/efi/include/ |
| H A D | efipart.h | 62 MBR_PARTITION_RECORD Partition[MAX_MBR_PARTITIONS]; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 606 unsigned Partition, bool InSummary) { in addModuleToGlobalRes() argument 644 GlobalRes.Partition = GlobalResolution::External; in addModuleToGlobalRes() 653 (GlobalRes.Partition != GlobalResolution::Unknown && in addModuleToGlobalRes() 654 GlobalRes.Partition != Partition)) { in addModuleToGlobalRes() 655 GlobalRes.Partition = GlobalResolution::External; in addModuleToGlobalRes() 658 GlobalRes.Partition = Partition; in addModuleToGlobalRes() 1303 if (R.second.Partition != 0 && in runRegularLTO() 1304 R.second.Partition != GlobalResolution::External) in runRegularLTO() 1328 if (EnableLTOInternalization && R.second.Partition == 0) in runRegularLTO() 1753 if (Res.second.Partition != GlobalResolution::External || in runThinLTO()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mtd/partitions/ |
| H A D | brcm,bcm963xx-imagetag.txt | 1 Broadcom BCM963XX ImageTag Partition Container
|
| H A D | brcm,trx.txt | 1 Broadcom TRX Container Partition
|
| H A D | partition.yaml | 7 title: Partition
|
| H A D | fixed-partitions.yaml | 38 description: Partition id in Sercomm partition map. Mtd parser
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 390 unsigned Partition = Unknown; member 412 ArrayRef<SymbolResolution> Res, unsigned Partition,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 175 ModuleIdPath Partition, ModuleImportState &ImportState) { in ActOnModuleDecl() argument 185 bool IsPartition = !Partition.empty(); in ActOnModuleDecl() 288 ModuleName += stringFromPath(Partition); in ActOnModuleDecl() 296 ? Partition.back().second in ActOnModuleDecl()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/fpga/ |
| H A D | xlnx,pr-decoupler.yaml | 22 Reconfigurable Partition when it is undergoing dynamic reconfiguration,
|
| H A D | xilinx-pr-decoupler.txt | 15 and AXI4-Lite interfaces on a Reconfigurable Partition when it is
|
| /freebsd-14.2/sys/powerpc/conf/dpaa/ |
| H A D | DPAA | 30 options GEOM_PART_GPT #GUID Partition Tables.
|