HomeSort by relevance Sort by last modified time
    Searched defs:Partition (Results 26 - 50 of 180) sorted by null

12 3 4 5 6 7 8

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/LTO/
LTO.h 307 // Because any input file may introduce a new cross-partition reference, we
323 /// This field keeps track of the partition number of this global. The
324 /// regular LTO object is partition 0, while each ThinLTO object has its own
325 /// partition number from 1 onwards.
327 /// Any global that is defined or used by more than one partition, or that
331 /// that we use partition 0 for all parallel LTO code generation partitions.
334 unsigned Partition = Unknown;
336 /// Special partition numbers.
338 /// A partition number has not yet been assigned to this global.
341 /// This global is either used by more than one partition or has a
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/LTO/
LTO.h 307 // Because any input file may introduce a new cross-partition reference, we
323 /// This field keeps track of the partition number of this global. The
324 /// regular LTO object is partition 0, while each ThinLTO object has its own
325 /// partition number from 1 onwards.
327 /// Any global that is defined or used by more than one partition, or that
331 /// that we use partition 0 for all parallel LTO code generation partitions.
334 unsigned Partition = Unknown;
336 /// Special partition numbers.
338 /// A partition number has not yet been assigned to this global.
341 /// This global is either used by more than one partition or has a
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/LTO/
LTO.h 308 // Because any input file may introduce a new cross-partition reference, we
324 /// This field keeps track of the partition number of this global. The
325 /// regular LTO object is partition 0, while each ThinLTO object has its own
326 /// partition number from 1 onwards.
328 /// Any global that is defined or used by more than one partition, or that
332 /// that we use partition 0 for all parallel LTO code generation partitions.
335 unsigned Partition = Unknown;
337 /// Special partition numbers.
339 /// A partition number has not yet been assigned to this global.
342 /// This global is either used by more than one partition or has a
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/LTO/
LTO.h 308 // Because any input file may introduce a new cross-partition reference, we
324 /// This field keeps track of the partition number of this global. The
325 /// regular LTO object is partition 0, while each ThinLTO object has its own
326 /// partition number from 1 onwards.
328 /// Any global that is defined or used by more than one partition, or that
332 /// that we use partition 0 for all parallel LTO code generation partitions.
335 unsigned Partition = Unknown;
337 /// Special partition numbers.
339 /// A partition number has not yet been assigned to this global.
342 /// This global is either used by more than one partition or has a
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/LTO/
LTO.h 308 // Because any input file may introduce a new cross-partition reference, we
324 /// This field keeps track of the partition number of this global. The
325 /// regular LTO object is partition 0, while each ThinLTO object has its own
326 /// partition number from 1 onwards.
328 /// Any global that is defined or used by more than one partition, or that
332 /// that we use partition 0 for all parallel LTO code generation partitions.
335 unsigned Partition = Unknown;
337 /// Special partition numbers.
339 /// A partition number has not yet been assigned to this global.
342 /// This global is either used by more than one partition or has a
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/LTO/
LTO.h 308 // Because any input file may introduce a new cross-partition reference, we
324 /// This field keeps track of the partition number of this global. The
325 /// regular LTO object is partition 0, while each ThinLTO object has its own
326 /// partition number from 1 onwards.
328 /// Any global that is defined or used by more than one partition, or that
332 /// that we use partition 0 for all parallel LTO code generation partitions.
335 unsigned Partition = Unknown;
337 /// Special partition numbers.
339 /// A partition number has not yet been assigned to this global.
342 /// This global is either used by more than one partition or has a
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 172 CompileOnDemandLayer(BaseLayerT &BaseLayer, PartitioningFtor Partition,
176 : BaseLayer(BaseLayer), Partition(std::move(Partition)),
245 // ensure that everything will resolve properly after we partition SrcM.
270 // and set the compile action to compile the partition containing the
399 auto Part = Partition(F);
504 PartitioningFtor Partition;
  /external/tensorflow/tensorflow/core/graph/
graph_partition_test.cc 75 void Partition(const GraphDef& graph_def,
96 Status s = Partition(popts, &g, partitions);
111 Partition(graph_def, &partitions);
243 Partition(ToGraphDef(), &partitions_);
256 Partition(ToGraphDef(), &partitions_);
277 Partition(ToGraphDef(), &partitions_);
301 Partition(ToGraphDef(), &partitions_);
324 Partition(ToGraphDef(), &partitions_);
349 Partition(ToGraphDef(), &partitions_);
397 Partition(ToGraphDef(), &partitions)
    [all...]
  /frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java 34 public static class Partition {
42 public Partition(boolean showIfEmpty, boolean hasHeader) {
64 private ArrayList<Partition> mPartitions;
76 mPartitions = new ArrayList<Partition>();
84 * Registers a partition. The cursor for that partition can be set later.
89 addPartition(new Partition(showIfEmpty, hasHeader));
92 public void addPartition(Partition partition) {
93 mPartitions.add(partition);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 198 CompileOnDemandLayer(BaseLayerT &BaseLayer, PartitioningFtor Partition,
202 : BaseLayer(BaseLayer), Partition(std::move(Partition)),
302 // ensure that everything will resolve properly after we partition SrcM.
329 // and set the compile action to compile the partition containing the
460 auto Part = Partition(F);
562 PartitioningFtor Partition;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 203 CompileOnDemandLayer(BaseLayerT &BaseLayer, PartitioningFtor Partition,
207 : BaseLayer(BaseLayer), Partition(std::move(Partition)),
313 // ensure that everything will resolve properly after we partition SrcM.
340 // and set the compile action to compile the partition containing the
471 auto Part = Partition(F);
575 PartitioningFtor Partition;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 203 CompileOnDemandLayer(BaseLayerT &BaseLayer, PartitioningFtor Partition,
207 : BaseLayer(BaseLayer), Partition(std::move(Partition)),
313 // ensure that everything will resolve properly after we partition SrcM.
340 // and set the compile action to compile the partition containing the
471 auto Part = Partition(F);
575 PartitioningFtor Partition;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 208 CompileOnDemandLayer(BaseLayerT &BaseLayer, PartitioningFtor Partition,
212 : BaseLayer(BaseLayer), Partition(std::move(Partition)),
314 // ensure that everything will resolve properly after we partition SrcM.
344 // and set the compile action to compile the partition containing the
503 auto Part = Partition(F);
526 llvm_unreachable("Function not emitted for partition");
616 PartitioningFtor Partition;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 208 CompileOnDemandLayer(BaseLayerT &BaseLayer, PartitioningFtor Partition,
212 : BaseLayer(BaseLayer), Partition(std::move(Partition)),
314 // ensure that everything will resolve properly after we partition SrcM.
344 // and set the compile action to compile the partition containing the
503 auto Part = Partition(F);
526 llvm_unreachable("Function not emitted for partition");
616 PartitioningFtor Partition;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 208 CompileOnDemandLayer(BaseLayerT &BaseLayer, PartitioningFtor Partition,
212 : BaseLayer(BaseLayer), Partition(std::move(Partition)),
314 // ensure that everything will resolve properly after we partition SrcM.
344 // and set the compile action to compile the partition containing the
503 auto Part = Partition(F);
526 llvm_unreachable("Function not emitted for partition");
616 PartitioningFtor Partition;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 208 CompileOnDemandLayer(BaseLayerT &BaseLayer, PartitioningFtor Partition,
212 : BaseLayer(BaseLayer), Partition(std::move(Partition)),
314 // ensure that everything will resolve properly after we partition SrcM.
344 // and set the compile action to compile the partition containing the
503 auto Part = Partition(F);
526 llvm_unreachable("Function not emitted for partition");
616 PartitioningFtor Partition;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 198 CompileOnDemandLayer(BaseLayerT &BaseLayer, PartitioningFtor Partition,
202 : BaseLayer(BaseLayer), Partition(std::move(Partition)),
302 // ensure that everything will resolve properly after we partition SrcM.
329 // and set the compile action to compile the partition containing the
460 auto Part = Partition(F);
562 PartitioningFtor Partition;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 203 CompileOnDemandLayer(BaseLayerT &BaseLayer, PartitioningFtor Partition,
207 : BaseLayer(BaseLayer), Partition(std::move(Partition)),
313 // ensure that everything will resolve properly after we partition SrcM.
340 // and set the compile action to compile the partition containing the
471 auto Part = Partition(F);
575 PartitioningFtor Partition;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 203 CompileOnDemandLayer(BaseLayerT &BaseLayer, PartitioningFtor Partition,
207 : BaseLayer(BaseLayer), Partition(std::move(Partition)),
313 // ensure that everything will resolve properly after we partition SrcM.
340 // and set the compile action to compile the partition containing the
471 auto Part = Partition(F);
575 PartitioningFtor Partition;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 208 CompileOnDemandLayer(BaseLayerT &BaseLayer, PartitioningFtor Partition,
212 : BaseLayer(BaseLayer), Partition(std::move(Partition)),
314 // ensure that everything will resolve properly after we partition SrcM.
344 // and set the compile action to compile the partition containing the
503 auto Part = Partition(F);
526 llvm_unreachable("Function not emitted for partition");
616 PartitioningFtor Partition;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 208 CompileOnDemandLayer(BaseLayerT &BaseLayer, PartitioningFtor Partition,
212 : BaseLayer(BaseLayer), Partition(std::move(Partition)),
314 // ensure that everything will resolve properly after we partition SrcM.
344 // and set the compile action to compile the partition containing the
503 auto Part = Partition(F);
526 llvm_unreachable("Function not emitted for partition");
616 PartitioningFtor Partition;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 208 CompileOnDemandLayer(BaseLayerT &BaseLayer, PartitioningFtor Partition,
212 : BaseLayer(BaseLayer), Partition(std::move(Partition)),
314 // ensure that everything will resolve properly after we partition SrcM.
344 // and set the compile action to compile the partition containing the
503 auto Part = Partition(F);
526 llvm_unreachable("Function not emitted for partition");
616 PartitioningFtor Partition;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 208 CompileOnDemandLayer(BaseLayerT &BaseLayer, PartitioningFtor Partition,
212 : BaseLayer(BaseLayer), Partition(std::move(Partition)),
314 // ensure that everything will resolve properly after we partition SrcM.
344 // and set the compile action to compile the partition containing the
503 auto Part = Partition(F);
526 llvm_unreachable("Function not emitted for partition");
616 PartitioningFtor Partition;
  /build/make/tools/releasetools/
common.py 292 class Partition(object):
342 d[mount_point] = Partition(mount_point=mount_point, fs_type=pieces[2],
359 def AppendAVBSigningArgs(cmd, partition):
362 key_path = OPTIONS.info_dict.get("avb_" + partition + "_key_path")
363 algorithm = OPTIONS.info_dict.get("avb_" + partition + "_algorithm")
368 if avb_salt and partition != "vbmeta":
626 which: The partition name, which must be "system" or "vendor".
820 data: A string that contains all the data for the partition.
821 target: The partition name. The ".img" suffix is optional.
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 80 /// \brief Maintains the set of instructions of the loop for a partition before
91 /// \brief Returns whether this partition contains a dependence cycle.
94 /// \brief Adds an instruction to this partition.
104 /// \brief Moves this partition into \p Other. This partition becomes empty
112 /// \brief Populates the partition with a transitive closure of all the
148 /// \brief The cloned loop. If this partition is mapped to the original loop,
152 /// \brief Returns the loop where this partition ends up after distribution.
153 /// If this partition is mapped to the original loop then use the block from
168 /// \brief Based on the set of instructions selected for this partition,
    [all...]

Completed in 1189 milliseconds

12 3 4 5 6 7 8