Home
last modified time | relevance | path

Searched defs:Partition (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1300 struct Partition { global() struct
1301 namePartition global() argument
1302 nameStrTabPartition global() argument
1304 elfHeaderPartition global() argument
1305 programHeadersPartition global() argument
1329 getNumberPartition global() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h127 PartitionFunction Partition = compileRequested; variable
H A DLLJIT.h275 CODLayer->setPartitionFunction(std::move(Partition)); in setPartitionFunction() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp315 if (Partition->hasDepCycle()) in mergeNonIfConvertible() argument
413 for (Instruction *Inst : Partition) { in setupPartitionIdOnInstructions() local
488 Partition.removeUnusedInsts(); in removeUnusedInsts() local
509 int &Partition = PtrToPartitions[I]; computePartitionSetForPointers() local
[all...]
H A DSROA.cpp732 class Partition { global() class
751 Partition(iterator SI) : SI(SI), SJ(SI) {} Partition() function in __anon971df9da0411::Partition
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp122 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction()
227 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition()
/freebsd-src/stand/efi/include/
H A Defipart.h62 MBR_PARTITION_RECORD Partition[MAX_MBR_PARTITIONS]; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h390 unsigned Partition = Unknown; global() member
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp994 llvm::MutableArrayRef<Token> Partition; in updateConsecutiveMacroArgTokens() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp175 ActOnModuleDecl(SourceLocation StartLoc,SourceLocation ModuleLoc,ModuleDeclKind MDK,ModuleIdPath Path,ModuleIdPath Partition,ModuleImportState & ImportState) ActOnModuleDecl() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2494 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> Partition; ParseModuleDecl() local
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp606 addModuleToGlobalRes(ArrayRef<InputFile::Symbol> Syms,ArrayRef<SymbolResolution> Res,unsigned Partition,bool InSummary) addModuleToGlobalRes() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp7229 auto Partition = M->Name.find(':'); mangleModuleInitializer() local
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6099 std::string Partition; parseFunctionHeader() local