Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp470 Partition = InstrToPartition 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()
597 if (Partition.first == nullptr) in emitPartitionResults()
700 for (auto &Partition : Partitions) in repartition() local
701 Partition.second.set(Leaf.index()); in repartition()
750 for (const auto &Partition : Partitions) { in emitPartitionResults() local
751 OS << Partition.first << " ("; in emitPartitionResults()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp123 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction() argument
124 this->Partition = std::move(Partition); in setPartitionFunction()
226 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition() argument
233 assert(!Partition.empty() && "Unexpected empty partition"); in expandPartition()
235 const Module &M = *(*Partition.begin())->getParent(); in expandPartition()
239 for (auto *GV : Partition) in expandPartition()
247 if (Partition.count(cast<GlobalValue>(A.getAliasee()))) in expandPartition()
255 Partition.insert(GV); in expandPartition()
284 TSM.withModuleDo([&](Module &M) { return Partition(RequestedGVs); }); in emitPartition()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp321 if (Partition->hasDepCycle()) in mergeNonIfConvertible()
327 for (auto *Inst : *Partition) in mergeNonIfConvertible()
419 for (Instruction *Inst : Partition) { in setupPartitionIdOnInstructions()
495 for (auto &Partition : PartitionContainer) in removeUnusedInsts() local
496 Partition.removeUnusedInsts(); in removeUnusedInsts()
516 int &Partition = PtrToPartitions[I]; in computePartitionSetForPointers() local
518 Partition = -2; in computePartitionSetForPointers()
523 if (Partition == -2) in computePartitionSetForPointers()
524 Partition = ThisPartition; in computePartitionSetForPointers()
526 else if (Partition == -1) in computePartitionSetForPointers()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h89 void setPartitionFunction(PartitionFunction Partition);
119 void expandPartition(GlobalValueSet &Partition);
131 PartitionFunction Partition = compileRequested; variable
H A DLLJIT.h227 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction() argument
228 CODLayer->setPartitionFunction(std::move(Partition)); in setPartitionFunction()
/freebsd-13.1/stand/i386/boot2/
H A Dboot1.S29 .set PRT_OFF,0x1be # Partition offset
31 .set PRT_BSD,0xa5 # Partition type
145 mov $part4,%si # Partition
151 main.1: mov $MEM_BUF+PRT_OFF,%si # Partition table
152 movb $0x1,%dh # Partition
159 incb %dh # Partition
173 main.4: xor %dx,%dx # Partition:drive
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h42 class Partition; variable
128 sroa::Partition &P);
/freebsd-13.1/stand/i386/zfsboot/
H A Dzfsldr.S28 .set PRT_OFF,0x1be # Partition offset
30 .set PRT_BSD,0xa5 # Partition type
71 main.1: mov $MEM_BUF+PRT_OFF,%si # Partition table
72 movb $0x1,%dh # Partition
79 incb %dh # Partition
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DWriter.cpp73 void setPhdrs(Partition &part);
214 Partition &part = s->getPartition(); in combineEhSections()
400 for (Partition &part : partitions) { in createSyntheticSections()
610 for (Partition &part : partitions) in run()
618 for (Partition &part : partitions) in run()
1118 for (Partition &part : partitions) { in forEachRelSec()
1153 for (Partition &part : partitions) { in setReservedSymbolSections()
1726 for (Partition &part : partitions) in finalizeAddressDependentContent()
2072 for (Partition &part : MutableArrayRef<Partition>(partitions).slice(1)) { in finalizeSections()
2658 for (Partition &part : partitions) in assignFileOffsets()
[all …]
H A DInputSection.h28 struct Partition;
34 extern std::vector<Partition> partitions;
69 elf::Partition &getPartition() const;
H A DSyntheticSections.h1202 template <typename ELFT> void writeEhdr(uint8_t *buf, Partition &part);
1203 template <typename ELFT> void writePhdrs(uint8_t *buf, Partition &part);
1211 struct Partition { struct
1237 extern Partition *mainPart; argument
1239 inline Partition &SectionBase::getPartition() const { in getPartition()
H A DSyntheticSections.cpp1331 elf::Partition &part = getPartition(); in finalizeContents()
3858 std::vector<Partition> elf::partitions;
3859 Partition *elf::mainPart;
3925 template void elf::writeEhdr<ELF32LE>(uint8_t *Buf, Partition &Part);
3926 template void elf::writeEhdr<ELF32BE>(uint8_t *Buf, Partition &Part);
3927 template void elf::writeEhdr<ELF64LE>(uint8_t *Buf, Partition &Part);
3928 template void elf::writeEhdr<ELF64BE>(uint8_t *Buf, Partition &Part);
3930 template void elf::writePhdrs<ELF32LE>(uint8_t *Buf, Partition &Part);
3931 template void elf::writePhdrs<ELF32BE>(uint8_t *Buf, Partition &Part);
3932 template void elf::writePhdrs<ELF64LE>(uint8_t *Buf, Partition &Part);
[all …]
/freebsd-13.1/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-13.1/stand/i386/boot0/
H A Dboot0.S136 .set PRT_OFF,0x1be # Partition table
261 movw $(partbl+0x4),%bx # Partition table (+4)
291 movb (%di),%cl # Partition
446 movw %bp,%si # Partition for write
448 movw %si,%bx # Partition for read
679 partbl: .fill 0x40,0x1,0x0 # Partition table
/freebsd-13.1/stand/i386/mbr/
H A Dmbr.S22 .set PT_OFF,0x1be # Partition table
60 movw $partbl,%bx # Partition table
156 partbl: .fill 0x10,0x4,0x0 # Partition table
/freebsd-13.1/stand/efi/include/
H A Defipart.h63 MBR_PARTITION_RECORD Partition[MAX_MBR_PARTITIONS]; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp535 unsigned Partition, bool InSummary) { in addModuleToGlobalRes() argument
572 (GlobalRes.Partition != GlobalResolution::Unknown && in addModuleToGlobalRes()
573 GlobalRes.Partition != Partition)) { in addModuleToGlobalRes()
574 GlobalRes.Partition = GlobalResolution::External; in addModuleToGlobalRes()
577 GlobalRes.Partition = Partition; in addModuleToGlobalRes()
1109 if (R.second.Partition != 0 && in runRegularLTO()
1110 R.second.Partition != GlobalResolution::External) in runRegularLTO()
1121 if (EnableLTOInternalization && R.second.Partition == 0) in runRegularLTO()
1468 if (Res.second.Partition != GlobalResolution::External || in runThinLTO()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h394 unsigned Partition = Unknown; member
414 ArrayRef<SymbolResolution> Res, unsigned Partition,
/freebsd-13.1/sys/mips/conf/
H A Dstd.MALTA38 options GEOM_PART_GPT # GUID Partition Tables.
H A DX100049 options GEOM_PART_GPT # GUID Partition Tables.
H A DJZ478051 options GEOM_PART_GPT # GUID Partition Tables.
/freebsd-13.1/tools/tools/tinybsd/conf/minimal/
H A DTINYBSD19 options GEOM_PART_GPT # GUID Partition Tables.
/freebsd-13.1/sys/powerpc/conf/dpaa/
H A DDPAA31 options GEOM_PART_GPT #GUID Partition Tables.

123