| /freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchTree.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IRPartitionLayer.cpp | 105 void IRPartitionLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction() argument 106 this->Partition = Partition; in setPartitionFunction() 151 void IRPartitionLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition() argument 158 assert(!Partition.empty() && "Unexpected empty partition"); in expandPartition() 160 const Module &M = *(*Partition.begin())->getParent(); in expandPartition() 164 for (const auto *GV : Partition) in expandPartition() 172 if (Partition.count(cast<GlobalValue>(A.getAliasee()))) in expandPartition() 180 Partition.insert(GV); in expandPartition() 209 TSM.withModuleDo([&](Module &M) { return Partition(RequestedGVs); }); in emitPartition()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDistribute.cpp | 315 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) { in mergeNonIfConvertible() argument 316 if (Partition->hasDepCycle()) in mergeNonIfConvertible() 322 for (auto *Inst : *Partition) in mergeNonIfConvertible() 412 for (const auto &Partition : PartitionContainer) { in setupPartitionIdOnInstructions() local 413 for (Instruction *Inst : Partition) { in setupPartitionIdOnInstructions() 487 for (auto &Partition : PartitionContainer) in removeUnusedInsts() local 488 Partition.removeUnusedInsts(); in removeUnusedInsts() 508 int &Partition = PtrToPartitions[I]; in computePartitionSetForPointers() local 510 Partition = -2; in computePartitionSetForPointers() 515 if (Partition == -2) in computePartitionSetForPointers() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | IRPartitionLayer.h | 62 void setPartitionFunction(PartitionFunction Partition); 72 void expandPartition(GlobalValueSet &Partition); 79 PartitionFunction Partition = compileRequested; variable
|
| H A D | LLJIT.h | 275 void setPartitionFunction(IRPartitionLayer::PartitionFunction Partition) { in setPartitionFunction() argument 276 IPLayer->setPartitionFunction(std::move(Partition)); in setPartitionFunction()
|
| /freebsd/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/contrib/llvm-project/clang/lib/Lex/ |
| H A D | TokenLexer.cpp | 1004 llvm::MutableArrayRef<Token> Partition; in updateConsecutiveMacroArgTokens() local 1022 Partition = All.take_while([&](const Token &T) { in updateConsecutiveMacroArgTokens() 1031 Partition = All.take_while([&](const Token &T) { in updateConsecutiveMacroArgTokens() 1044 assert(!Partition.empty()); in updateConsecutiveMacroArgTokens() 1049 Partition.back().getEndLoc().getRawEncoding() - in updateConsecutiveMacroArgTokens() 1050 Partition.front().getLocation().getRawEncoding(); in updateConsecutiveMacroArgTokens() 1056 assert(llvm::all_of(Partition.drop_front(), in updateConsecutiveMacroArgTokens() 1057 [&SM, ID = SM.getFileID(Partition.front().getLocation())]( in updateConsecutiveMacroArgTokens() 1065 for (Token& T : Partition) { in updateConsecutiveMacroArgTokens() 1070 begin_tokens = &Partition.back() + 1; in updateConsecutiveMacroArgTokens()
|
| /freebsd/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/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/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/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | SROA.h | 47 class Partition; global() variable
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Writer.cpp | 70 SmallVector<std::unique_ptr<PhdrEntry>, 0> createPhdrs(Partition &part); 71 void addPhdrForSection(Partition &part, unsigned shType, unsigned pType, 75 void setPhdrs(Partition &part); 338 for (Partition &part : ctx.partitions) in run() 346 for (Partition &part : ctx.partitions) in run() 868 for (Partition &part : ctx.partitions) { in setReservedSymbolSections() 1518 for (Partition &part : ctx.partitions) in finalizeAddressDependentContent() 1562 for (Partition &part : ctx.partitions) { in finalizeAddressDependentContent() 1870 for (Partition &part : ctx.partitions) in finalizeSections() 1978 for (Partition &part : in finalizeSections() [all …]
|
| H A D | Config.h | 55 struct Partition; 613 Partition *mainPart = nullptr; 624 std::vector<Partition> partitions;
|
| H A D | InputSection.h | 31 struct Partition; 84 elf::Partition &getPartition(Ctx &) const;
|
| H A D | SyntheticSections.h | 1465 template <typename ELFT> void writeEhdr(Ctx &, uint8_t *buf, Partition &part); 1466 template <typename ELFT> void writePhdrs(uint8_t *buf, Partition &part); 1500 struct Partition { struct 1528 Partition(Ctx &ctx) : ctx(ctx) {} in Partition() argument 1532 inline Partition &SectionBase::getPartition(Ctx &ctx) const { in getPartition() argument
|
| /freebsd/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
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 632 unsigned Partition, bool InSummary) { in addModuleToGlobalRes() argument 674 GlobalRes.Partition = GlobalResolution::External; in addModuleToGlobalRes() 683 (GlobalRes.Partition != GlobalResolution::Unknown && in addModuleToGlobalRes() 684 GlobalRes.Partition != Partition)) { in addModuleToGlobalRes() 685 GlobalRes.Partition = GlobalResolution::External; in addModuleToGlobalRes() 688 GlobalRes.Partition = Partition; in addModuleToGlobalRes() 1345 if (R.second.Partition != 0 && in runRegularLTO() 1346 R.second.Partition != GlobalResolution::External) in runRegularLTO() 1370 if (EnableLTOInternalization && R.second.Partition == 0) in runRegularLTO() 1991 if (Res.second.Partition != GlobalResolution::External || in runThinLTO()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 266 ModuleIdPath Partition, ModuleImportState &ImportState, in ActOnModuleDecl() argument 277 bool IsPartition = !Partition.empty(); in ActOnModuleDecl() 377 ModuleName += stringFromPath(Partition); in ActOnModuleDecl() 385 ? Partition.back().getLoc() in ActOnModuleDecl()
|
| /freebsd/sys/contrib/device-tree/Bindings/fpga/ |
| H A D | xilinx-pr-decoupler.txt | 15 and AXI4-Lite interfaces on a Reconfigurable Partition when it is
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 511 unsigned Partition = Unknown; member 542 ArrayRef<SymbolResolution> Res, unsigned Partition,
|
| /freebsd/share/misc/ |
| H A D | scsi_modes | 293 0x0c "Notch and Partition"; 377 {Change Active Partition} t1 380 {Active Partition} i1
|
| /freebsd/sys/powerpc/conf/ |
| H A D | GENERIC | 60 options GEOM_PART_APM # Apple Partition Maps. 61 options GEOM_PART_GPT # GUID Partition Tables.
|
| /freebsd/sys/arm/conf/ |
| H A D | std.armv6 | |
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | android | 100 # Partition Information Table for Samsung's smartphone with Android 106 >>4 ulelong <128 Partition Information Table for Samsung smartphone
|