Home
last modified time | relevance | path

Searched refs:Partition (Results 1 – 25 of 73) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenGICombiner.inc131 int Partition = -1;
132 Partition = -1;
134 case TargetOpcode::COPY: Partition = 0; break;
135 case TargetOpcode::G_PTR_ADD: Partition = 1; break;
136 case TargetOpcode::G_LOAD: Partition = 2; break;
137 case TargetOpcode::G_SEXTLOAD: Partition = 3; break;
138 case TargetOpcode::G_ZEXTLOAD: Partition = 4; break;
139 case TargetOpcode::G_STORE: Partition = 5; break;
140 case TargetOpcode::G_BR: Partition = 6; break;
143 if (Partition == -1) return false;
[all …]
/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() argument
121 this->Partition = std::move(Partition); in setPartitionFunction()
210 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition() argument
217 assert(!Partition.empty() && "Unexpected empty partition"); in expandPartition()
219 const Module &M = *(*Partition.begin())->getParent(); in expandPartition()
223 for (auto *GV : Partition) in expandPartition()
231 if (Partition.count(cast<GlobalValue>(A.getAliasee()))) in expandPartition()
239 Partition.insert(GV); in expandPartition()
261 TSM.withModuleDo([&](Module &M) { return Partition(RequestedGVs); }); in emitPartition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp321 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) { in mergeNonIfConvertible() argument
322 if (Partition->hasDepCycle()) in mergeNonIfConvertible()
328 for (auto *Inst : *Partition) in mergeNonIfConvertible()
419 for (const auto &Partition : PartitionContainer) { in setupPartitionIdOnInstructions() local
420 for (Instruction *Inst : Partition) { in setupPartitionIdOnInstructions()
496 for (auto &Partition : PartitionContainer) in removeUnusedInsts() local
497 Partition.removeUnusedInsts(); in removeUnusedInsts()
517 int &Partition = PtrToPartitions[I]; in computePartitionSetForPointers() local
519 Partition = -2; in computePartitionSetForPointers()
524 if (Partition == -2) in computePartitionSetForPointers()
[all …]
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
432 Partition> {
437 Partition P;
608 Partition &operator*() { return P; } in operator *()
1807 static bool isVectorPromotionViableForSlice(Partition &P, const Slice &S, in isVectorPromotionViableForSlice()
1882 static VectorType *isVectorPromotionViable(Partition &P, const DataLayout &DL) { in isVectorPromotionViable()
2085 static bool isIntegerWideningViable(Partition &P, Type *AllocaTy, in isIntegerWideningViable()
4117 Partition &P) { in rewritePartition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h93 void setPartitionFunction(PartitionFunction Partition);
121 void expandPartition(GlobalValueSet &Partition);
132 PartitionFunction Partition = compileRequested; variable
275 SymbolResolverSetter SetSymbolResolver, PartitioningFtor Partition,
287 SymbolResolverSetter SetSymbolResolver, PartitioningFtor Partition,
294 Partition(std::move(Partition)), CompileCallbackMgr(CallbackMgr), in ES()
593 auto Part = Partition(F); in extractAndCompile()
741 PartitioningFtor Partition; variable
755 SymbolResolverSetter SetSymbolResolver, PartitioningFtor Partition, in LegacyCompileOnDemandLayer() argument
762 Partition(std::move(Partition)), CompileCallbackMgr(CallbackMgr), in LegacyCompileOnDemandLayer()
DLLJIT.h167 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction() argument
168 CODLayer->setPartitionFunction(std::move(Partition)); in setPartitionFunction()
/third_party/mindspore/tests/ut/cpp/vm/
Dsegment_runner_test.cc57 auto segments = graph_partition->Partition(g); in TEST_F()
71 auto segments = graph_partition->Partition(g); in TEST_F()
85 auto segments = graph_partition->Partition(g); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DSROA.h41 class Partition; variable
127 sroa::Partition &P);
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBC_Decoder.cpp637 Partition, enumerator
783 { Partition, None, 4, 0 },
796 { Partition, None, 4, 0 },
808 { Partition, None, 4, 0 },
828 { Partition, None, 4, 0 },
849 { Partition, None, 4, 0 },
870 { Partition, None, 4, 0 },
891 { Partition, None, 4, 0 },
904 { Partition, None, 4, 0 },
917 { Partition, None, 4, 0 },
[all …]
/third_party/boost/boost/hana/
Dpartition.hpp36 using Partition = BOOST_HANA_DISPATCH_IF(partition_impl<S>, in operator ()() typedef
45 return Partition::apply(static_cast<Xs&&>(xs), static_cast<Pred&&>(pred)); in operator ()()
/third_party/boost/libs/hana/include/boost/hana/
Dpartition.hpp36 using Partition = BOOST_HANA_DISPATCH_IF(partition_impl<S>, in operator ()() typedef
45 return Partition::apply(static_cast<Xs&&>(xs), static_cast<Pred&&>(pred)); in operator ()()
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_qsort.c301 #define Partition(swapper,sz) { \ macro
425 Partition(SWAP_nonaligned,size); in qsort_nonaligned()
456 Partition(SWAP_aligned,size); in qsort_aligned()
494 Partition(SWAP_words,WORD_BYTES); in qsort_words()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/
Dpartitions.csv1 # ESP-IDF Partition Table
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dpartitions.csv1 # ESP-IDF Partition Table
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/
Dpartitions.csv1 # ESP-IDF Partition Table
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp495 unsigned Partition, bool InSummary) { in addModuleToGlobalRes() argument
532 (GlobalRes.Partition != GlobalResolution::Unknown && in addModuleToGlobalRes()
533 GlobalRes.Partition != Partition)) { in addModuleToGlobalRes()
534 GlobalRes.Partition = GlobalResolution::External; in addModuleToGlobalRes()
537 GlobalRes.Partition = Partition; in addModuleToGlobalRes()
993 if (R.second.Partition != 0 && in runRegularLTO()
994 R.second.Partition != GlobalResolution::External) in runRegularLTO()
1005 if (EnableLTOInternalization && R.second.Partition == 0) in runRegularLTO()
1320 if (Res.second.Partition != GlobalResolution::External || in runThinLTO()
/third_party/mindspore/mindspore/ccsrc/vm/
Dgraph_partition.h37 …std::vector<GraphSegmentPtr> Partition(const FuncGraphPtr &func_graph, bool *multi_target = nullpt…
/third_party/gptfdisk/
DREADME.OpenSource9 …ioning tool loosely modeled on Linux fdisk, but used for modifying GUID Partition Table (GPT) disk…
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/
Dgraph_partitioner.h104 std::map<std::string, AnfNodePtrList> Partition(const FuncGraphPtr &root_graph);
Dgraph_converter.cc257 const std::map<std::string, AnfNodePtrList> &segments = graph_partition->Partition(fg); in Run()
Dgraph_partitioner.cc291 std::map<std::string, AnfNodePtrList> GraphPartitioner::Partition(const FuncGraphPtr &func_graph) { in Partition() function in mindspore::opt::GraphPartitioner
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h381 unsigned Partition = Unknown; member
401 ArrayRef<SymbolResolution> Res, unsigned Partition,
/third_party/boost/libs/compute/doc/
Dperformance.qbk33 [h3 Partition]
/third_party/boost/libs/graph_parallel/doc/
Dmetis.rst89 section `Partition Reader`_.
193 Partition Reader
/third_party/selinux/secilc/docs/
Dcil_infiniband_statements.md4 …) partitions and subnet management, security contexts are provided for: Partition Keys (Pkey) that…

123