Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1500 struct Partition { struct
1501 Ctx &ctx;
1502 StringRef name;
1503 uint64_t nameStrTab;
1528 Partition(Ctx &ctx) : ctx(ctx) {} in Partition() argument
1532 inline Partition &SectionBase::getPartition(Ctx &ctx) const { in getPartition() argument
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRPartitionLayer.h79 PartitionFunction Partition = compileRequested; variable
H A DLLJIT.h275 void setPartitionFunction(IRPartitionLayer::PartitionFunction Partition) { in setPartitionFunction()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRPartitionLayer.cpp105 void IRPartitionLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction()
151 void IRPartitionLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp315 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) { in mergeNonIfConvertible()
412 for (const auto &Partition : PartitionContainer) { in setupPartitionIdOnInstructions() local
487 for (auto &Partition : PartitionContainer) in removeUnusedInsts() local
508 int &Partition = PtrToPartitions[I]; in computePartitionSetForPointers() local
H A DSROA.cpp728 class Partition { class
747 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition() function in __anondf5662880411::Partition
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h47 class Partition; global() variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp1004 llvm::MutableArrayRef<Token> Partition; in updateConsecutiveMacroArgTokens() local
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h511 unsigned Partition = Unknown; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp266 ModuleIdPath Partition, ModuleImportState &ImportState, in ActOnModuleDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2400 SmallVector<IdentifierLoc, 2> Partition; in ParseModuleDecl() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp632 unsigned Partition, bool InSummary) { in addModuleToGlobalRes()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp7615 auto Partition = M->Name.find(':'); in mangleModuleInitializer() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6690 std::string Partition; in parseFunctionHeader() local