Home
last modified time | relevance | path

Searched defs:Partition (Results 1 – 18 of 18) 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/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/graph_partitioner/
Dcondition_partitioner.cc33 std::vector<GraphSegmentPtr> ConditionPartitioner::Partition(const FuncGraphPtr &graph, bool *multi… in Partition() function in mindspore::ConditionPartitioner
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/optimizer/trt_pass/
Dgraph_partitioner.cc298 std::map<std::string, AnfNodePtrList> GraphPartitioner::Partition(const FuncGraphPtr &func_graph) { in Partition() function in mindspore::opt::GraphPartitioner
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dsparse_softmax.cc70 inline int64_t Partition(int64_t *__restrict indices_addr, T *__restrict values_addr, int64_t *__re… in Partition() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dsparse_softmax_cpu_kernel.cc62 inline int64_t Partition(I *__restrict indices_addr, T *__restrict values_addr, I *__restrict tmp_i… in Partition() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h381 unsigned Partition = Unknown; member
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/graph_compiler/
Ddefault_graph_compiler.cc109 std::vector<GraphSegmentPtr> DefaultGraphCompiler::Partition(const FuncGraphPtr &graph) { in Partition() function in mindspore::lite::DefaultGraphCompiler
/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/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/
Dgraph_partition.cc856 std::vector<GraphSegmentPtr> GraphPartition::Partition(const FuncGraphPtr &graph, bool *multi_targe… in Partition() function in mindspore::compile::GraphPartition
/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