| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | CompileOnDemandLayer.cpp | 117 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction() argument 118 this->Partition = std::move(Partition); in setPartitionFunction() 201 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition() argument 208 assert(!Partition.empty() && "Unexpected empty partition"); in expandPartition() 210 const Module &M = *(*Partition.begin())->getParent(); in expandPartition() 214 for (auto *GV : Partition) in expandPartition() 222 if (Partition.count(cast<GlobalValue>(A.getAliasee()))) in expandPartition() 230 Partition.insert(GV); in expandPartition() 250 auto GVsToExtract = Partition(RequestedGVs); in emitPartition()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDistribute.cpp | 322 if (Partition->hasDepCycle()) in mergeNonIfConvertible() 328 for (auto *Inst : *Partition) in mergeNonIfConvertible() 420 for (Instruction *Inst : Partition) { in setupPartitionIdOnInstructions() 496 for (auto &Partition : PartitionContainer) in removeUnusedInsts() local 497 Partition.removeUnusedInsts(); in removeUnusedInsts() 517 int &Partition = PtrToPartitions[I]; in computePartitionSetForPointers() local 519 Partition = -2; in computePartitionSetForPointers() 524 if (Partition == -2) in computePartitionSetForPointers() 525 Partition = ThisPartition; in computePartitionSetForPointers() 527 else if (Partition == -1) in computePartitionSetForPointers() [all …]
|
| /freebsd-12.1/stand/i386/boot2/ |
| H A D | boot1.S | 29 .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-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | CompileOnDemandLayer.h | 93 void setPartitionFunction(PartitionFunction Partition); 119 void expandPartition(GlobalValueSet &Partition); 130 PartitionFunction Partition = compileRequested; variable 271 PartitioningFtor Partition, 278 Partition(std::move(Partition)), CompileCallbackMgr(CallbackMgr), in ES() 577 auto Part = Partition(F); in extractAndCompile() 725 PartitioningFtor Partition; variable
|
| H A D | LLJIT.h | 157 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction() argument 158 CODLayer.setPartitionFunction(std::move(Partition)); in setPartitionFunction()
|
| /freebsd-12.1/stand/i386/zfsboot/ |
| H A D | zfsldr.S | 28 .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-12.1/contrib/llvm/include/llvm/Transforms/Scalar/ |
| H A D | SROA.h | 43 class Partition; variable 129 sroa::Partition &P);
|
| /freebsd-12.1/usr.sbin/pc-sysinstall/examples/ |
| H A D | pcinstall.cfg.zfs | 24 # Partition Setup for ad0(ALL) 37 # Partition Setup for ad3(ALL)
|
| H A D | pcinstall.cfg.geli | 25 # Partition Setup for ad0(ALL)
|
| /freebsd-12.1/stand/i386/boot0/ |
| H A D | boot0.S | 136 .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-12.1/stand/i386/mbr/ |
| H A D | mbr.s | 22 .set PT_OFF,0x1be # Partition table 60 movw $partbl,%bx # Partition table 156 partbl: .fill 0x10,0x4,0x0 # Partition table
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTO.cpp | 448 unsigned Partition, bool InSummary) { in addModuleToGlobalRes() argument 485 (GlobalRes.Partition != GlobalResolution::Unknown && in addModuleToGlobalRes() 486 GlobalRes.Partition != Partition)) { in addModuleToGlobalRes() 487 GlobalRes.Partition = GlobalResolution::External; in addModuleToGlobalRes() 490 GlobalRes.Partition = Partition; in addModuleToGlobalRes() 907 if (R.second.Partition != 0 && in runRegularLTO() 908 R.second.Partition != GlobalResolution::External) in runRegularLTO() 919 if (EnableLTOInternalization && R.second.Partition == 0) in runRegularLTO() 1212 if (Res.second.Partition != GlobalResolution::External || in runThinLTO()
|
| /freebsd-12.1/stand/efi/include/ |
| H A D | efipart.h | 63 MBR_PARTITION_RECORD Partition[MAX_MBR_PARTITIONS]; member
|
| /freebsd-12.1/contrib/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 360 unsigned Partition = Unknown; member 380 ArrayRef<SymbolResolution> Res, unsigned Partition,
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | android | 62 # Partition Information Table for Samsung's smartphone with Android 68 >>4 ulelong <128 Partition Information Table for Samsung smartphone
|
| H A D | apple | 191 # particularly the "Apple Partition data" entry. 200 # Note that this entry is recognized correctly by the "Apple Partition 363 # to display Apple Partition Map (strength=70) after Syslinux bootloader (71) 371 >0 belong 0x504d0000 Apple Partition Map
|
| /freebsd-12.1/sys/mips/conf/ |
| H A D | std.MALTA | 38 options GEOM_PART_GPT # GUID Partition Tables.
|
| H A D | X1000 | 48 options GEOM_PART_GPT # GUID Partition Tables.
|
| H A D | JZ4780 | 48 options GEOM_PART_GPT # GUID Partition Tables.
|
| /freebsd-12.1/sys/powerpc/conf/dpaa/ |
| H A D | DPAA | 31 options GEOM_PART_GPT #GUID Partition Tables.
|
| /freebsd-12.1/tools/tools/tinybsd/conf/minimal/ |
| H A D | TINYBSD | 19 options GEOM_PART_GPT # GUID Partition Tables.
|
| /freebsd-12.1/share/misc/ |
| H A D | scsi_modes | 294 0x0c "Notch and Partition"; 378 {Change Active Partition} t1 381 {Active Partition} i1
|
| /freebsd-12.1/sys/arm/conf/ |
| H A D | std.armv6 | 30 options GEOM_PART_GPT # GUID Partition Tables
|
| H A D | std.armv7 | 30 options GEOM_PART_GPT # GUID Partition Tables
|
| /freebsd-12.1/sys/powerpc/conf/ |
| H A D | GENERIC64 | 60 options GEOM_PART_APM #Apple Partition Maps. 61 options GEOM_PART_GPT #GUID Partition Tables.
|