Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DSROA.h32 class Partition; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DSROA.h43 class Partition; variable
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dshape_partition_test.cc96 typedef std::vector<std::pair<int64, int64>> Partition; typedef in xla::cpu::__anond14004300111::ShapePartitionIteratorTest
150 typedef std::vector<std::pair<int64, int64>> Partition; typedef in xla::cpu::__anond14004300111::RandomShapePartitionIteratorTest
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp275 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) { in mergeNonIfConvertible()
371 for (const auto &Partition : PartitionContainer) { in setupPartitionIdOnInstructions() local
441 for (auto &Partition : PartitionContainer) in removeUnusedInsts() local
462 int &Partition = PtrToPartitions[I]; in computePartitionSetForPointers() local
DSROA.cpp317 class llvm::sroa::Partition { class in llvm::sroa
336 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition() function in llvm::sroa::Partition
/external/llvm/tools/lli/
DOrcLazyJIT.h138 std::set<Function*> Partition; in extractSingleFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp309 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) { in mergeNonIfConvertible()
407 for (const auto &Partition : PartitionContainer) { in setupPartitionIdOnInstructions() local
477 for (auto &Partition : PartitionContainer) in removeUnusedInsts() local
498 int &Partition = PtrToPartitions[I]; in computePartitionSetForPointers() local
DSROA.cpp363 class llvm::sroa::Partition { class in llvm::sroa
382 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition() function in llvm::sroa::Partition
/external/tensorflow/tensorflow/lite/
Dgraph_info.cc67 void Partition() { in Partition() function in tflite::__anon3d89db6c0111::PartitionGraphIntoIndependentNodeSubsetsImpl
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DLTO.h347 unsigned Partition = Unknown; member
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h504 PartitioningFtor Partition; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h714 PartitioningFtor Partition; variable
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition_test.cc76 void Partition(const GraphDef& graph_def, in Partition() function
Dgraph_partition.cc953 Status Partition(const PartitionOptions& opts, Graph* g, in Partition() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp423 unsigned Partition, bool InSummary) { in addModuleToGlobalRes()