/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenGICombiner.inc | 131 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/ |
D | CompileOnDemandLayer.cpp | 120 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/ |
D | LoopDistribute.cpp | 321 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 …]
|
D | SROA.cpp | 356 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/ |
D | CompileOnDemandLayer.h | 93 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()
|
D | LLJIT.h | 167 setPartitionFunction(CompileOnDemandLayer::PartitionFunction Partition) { in setPartitionFunction() argument 168 CODLayer->setPartitionFunction(std::move(Partition)); in setPartitionFunction()
|
/third_party/mindspore/tests/ut/cpp/vm/ |
D | segment_runner_test.cc | 57 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/ |
D | SROA.h | 41 class Partition; variable 127 sroa::Partition &P);
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | BC_Decoder.cpp | 637 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/ |
D | partition.hpp | 36 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/ |
D | partition.hpp | 36 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/ |
D | SDL_qsort.c | 301 #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/ |
D | partitions.csv | 1 # ESP-IDF Partition Table
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/ |
D | partitions.csv | 1 # ESP-IDF Partition Table
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/ |
D | partitions.csv | 1 # ESP-IDF Partition Table
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 495 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/ |
D | graph_partition.h | 37 …std::vector<GraphSegmentPtr> Partition(const FuncGraphPtr &func_graph, bool *multi_target = nullpt…
|
/third_party/gptfdisk/ |
D | README.OpenSource | 9 …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/ |
D | graph_partitioner.h | 104 std::map<std::string, AnfNodePtrList> Partition(const FuncGraphPtr &root_graph);
|
D | graph_converter.cc | 257 const std::map<std::string, AnfNodePtrList> &segments = graph_partition->Partition(fg); in Run()
|
D | graph_partitioner.cc | 291 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/ |
D | LTO.h | 381 unsigned Partition = Unknown; member 401 ArrayRef<SymbolResolution> Res, unsigned Partition,
|
/third_party/boost/libs/compute/doc/ |
D | performance.qbk | 33 [h3 Partition]
|
/third_party/boost/libs/graph_parallel/doc/ |
D | metis.rst | 89 section `Partition Reader`_. 193 Partition Reader
|
/third_party/selinux/secilc/docs/ |
D | cil_infiniband_statements.md | 4 …) partitions and subnet management, security contexts are provided for: Partition Keys (Pkey) that…
|