Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DSROA.h41 class Partition; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCompileOnDemandLayer.cpp120 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction()
210 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h132 PartitionFunction Partition = compileRequested; variable
741 PartitioningFtor Partition; variable
755 SymbolResolverSetter SetSymbolResolver, PartitioningFtor Partition, in LegacyCompileOnDemandLayer()
DLLJIT.h167 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp321 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) { in mergeNonIfConvertible()
419 for (const auto &Partition : PartitionContainer) { in setupPartitionIdOnInstructions() local
496 for (auto &Partition : PartitionContainer) in removeUnusedInsts() local
517 int &Partition = PtrToPartitions[I]; in computePartitionSetForPointers() local
DSROA.cpp356 class llvm::sroa::Partition { class in llvm::sroa
375 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition() function in llvm::sroa::Partition
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h381 unsigned Partition = Unknown; member
/third_party/zlib/contrib/minizip/
Diowin32.c33 #define WINAPI_FAMILY_ONE_PARTITION(PartitionSet, Partition) ((WINAPI_FAMILY & PartitionSet) == Par… argument
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBC_Decoder.cpp637 Partition, enumerator
1123 constexpr Bitfield Partition() const { return { IDX + 1, PB }; } in Partition() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp495 unsigned Partition, bool InSummary) { in addModuleToGlobalRes()
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer_test.cc610 TEST(MutatingTest, Partition) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp5383 std::string Partition; in ParseFunctionHeader() local