/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchTree.cpp |
|
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 314 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) { in mergeNonIfConvertible() argument 315 if (Partition->hasDepCycle()) in mergeNonIfConvertible() 321 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 | CompileOnDemandLayer.h | 85 void setPartitionFunction(PartitionFunction Partition); 115 void expandPartition(GlobalValueSet &Partition); 127 PartitionFunction Partition = compileRequested; 128 PartitionFunction Partition = compileRequested; global() variable
|
H A D | LLJIT.h | 274 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction() argument 275 CODLayer->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 | 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/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/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/lld/ELF/ |
H A D | Writer.cpp | 68 SmallVector<PhdrEntry *, 0> createPhdrs(Partition &part); 69 void addPhdrForSection(Partition &part, unsigned shType, unsigned pType, 73 void setPhdrs(Partition &part); 323 for (Partition &part : partitions) in run() 331 for (Partition &part : partitions) in run() 836 for (Partition &part : partitions) { in setReservedSymbolSections() 1434 for (Partition &part : partitions) in finalizeAddressDependentContent() 1475 for (Partition &part : partitions) { in finalizeAddressDependentContent() 1768 for (Partition &part : partitions) in finalizeSections() 1866 for (Partition &part : MutableArrayRef<Partition>(partitions).slice(1)) { in finalizeSections() [all …]
|
H A D | InputSection.h | 31 struct Partition; 36 LLVM_LIBRARY_VISIBILITY extern std::vector<Partition> partitions; 88 elf::Partition &getPartition() const;
|
H A D | SyntheticSections.h | 1437 template <typename ELFT> void writeEhdr(uint8_t *buf, Partition &part); 1438 template <typename ELFT> void writePhdrs(uint8_t *buf, Partition &part); 1446 struct Partition { struct 1476 LLVM_LIBRARY_VISIBILITY extern Partition *mainPart; argument 1478 inline Partition &SectionBase::getPartition() const { in getPartition()
|
H A D | SyntheticSections.cpp | 1317 elf::Partition &part = getPartition(); in computeContents() 3978 Partition &part = s->getPartition(); in combineEhSections() 4362 template <typename ELFT> void elf::writeEhdr(uint8_t *buf, Partition &part) { in writeEhdr() 4385 template <typename ELFT> void elf::writePhdrs(uint8_t *buf, Partition &part) { in writePhdrs() 4709 for (Partition &part : partitions) { in createSyntheticSections() 4929 std::vector<Partition> elf::partitions; 4930 Partition *elf::mainPart; 4951 template void elf::writeEhdr<ELF32LE>(uint8_t *Buf, Partition &Part); 4952 template void elf::writeEhdr<ELF32BE>(uint8_t *Buf, Partition &Part); 4953 template void elf::writeEhdr<ELF64LE>(uint8_t *Buf, Partition &Part); [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | SROA.h | 47 class Partition; global() variable
|
/freebsd/stand/efi/include/ |
H A D | efipart.h | 62 MBR_PARTITION_RECORD Partition[MAX_MBR_PARTITIONS]; member
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 620 unsigned Partition, bool InSummary) { in addModuleToGlobalRes() argument 658 GlobalRes.Partition = GlobalResolution::External; in addModuleToGlobalRes() 667 (GlobalRes.Partition != GlobalResolution::Unknown && in addModuleToGlobalRes() 668 GlobalRes.Partition != Partition)) { in addModuleToGlobalRes() 669 GlobalRes.Partition = GlobalResolution::External; in addModuleToGlobalRes() 672 GlobalRes.Partition = Partition; in addModuleToGlobalRes() 1317 if (R.second.Partition != 0 && in runRegularLTO() 1318 R.second.Partition != GlobalResolution::External) in runRegularLTO() 1342 if (EnableLTOInternalization && R.second.Partition == 0) in runRegularLTO() 1785 if (Res.second.Partition != GlobalResolution::External || in runThinLTO()
|
/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/include/llvm/LTO/ |
H A D | LTO.h | 392 unsigned Partition = Unknown; member 414 ArrayRef<SymbolResolution> Res, unsigned Partition,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 261 ModuleIdPath Partition, ModuleImportState &ImportState) { in ActOnModuleDecl() argument 271 bool IsPartition = !Partition.empty(); in ActOnModuleDecl() 374 ModuleName += stringFromPath(Partition); in ActOnModuleDecl() 382 ? Partition.back().second 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/sys/powerpc/conf/dpaa/ |
H A D | DPAA | 30 options GEOM_PART_GPT #GUID Partition Tables.
|
/freebsd/share/misc/ |
H A D | scsi_modes | 293 0x0c "Notch and Partition"; 377 {Change Active Partition} t1 380 {Active Partition} i1
|