Home
last modified time | relevance | path

Searched refs:Partition (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRPartitionLayer.cpp105 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 DLoopDistribute.cpp315 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 DIRPartitionLayer.h62 void setPartitionFunction(PartitionFunction Partition);
72 void expandPartition(GlobalValueSet &Partition);
79 PartitionFunction Partition = compileRequested; variable
H A DLLJIT.h275 void setPartitionFunction(IRPartitionLayer::PartitionFunction Partition) { in setPartitionFunction() argument
276 IPLayer->setPartitionFunction(std::move(Partition)); in setPartitionFunction()
/freebsd/stand/i386/boot2/
H A Dboot1.S27 .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 DTokenLexer.cpp1004 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 Dhisi504-nand.txt12 - #address-cells: Partition address, should be set 1.
13 - #size-cells: Partition size, should be set 1.
/freebsd/stand/i386/boot0/
H A Dboot0.S127 .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 Dmbr.S20 .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 DSROA.h47 class Partition; global() variable
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp70 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 DConfig.h55 struct Partition;
613 Partition *mainPart = nullptr;
624 std::vector<Partition> partitions;
H A DInputSection.h31 struct Partition;
84 elf::Partition &getPartition(Ctx &) const;
H A DSyntheticSections.h1465 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 Dbrcm,bcm963xx-imagetag.txt1 Broadcom BCM963XX ImageTag Partition Container
H A Dbrcm,trx.txt1 Broadcom TRX Container Partition
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp632 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 DSemaModule.cpp266 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 Dxilinx-pr-decoupler.txt15 and AXI4-Lite interfaces on a Reconfigurable Partition when it is
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h511 unsigned Partition = Unknown; member
542 ArrayRef<SymbolResolution> Res, unsigned Partition,
/freebsd/share/misc/
H A Dscsi_modes293 0x0c "Notch and Partition";
377 {Change Active Partition} t1
380 {Active Partition} i1
/freebsd/sys/powerpc/conf/
H A DGENERIC60 options GEOM_PART_APM # Apple Partition Maps.
61 options GEOM_PART_GPT # GUID Partition Tables.
/freebsd/sys/arm/conf/
H A Dstd.armv6
/freebsd/contrib/file/magic/Magdir/
H A Dandroid100 # Partition Information Table for Samsung's smartphone with Android
106 >>4 ulelong <128 Partition Information Table for Samsung smartphone

123