/external/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 678 SmallVector<SlotIndex, 16> Starts; in calculateLiveIntervals() local 684 Starts.clear(); in calculateLiveIntervals() 685 Starts.resize(NumSlots); in calculateLiveIntervals() 699 if (!Starts[Slot].isValid() || Starts[Slot] > ThisIndex) in calculateLiveIntervals() 700 Starts[Slot] = ThisIndex; in calculateLiveIntervals() 712 Starts[pos] = Indexes->getMBBStartIdx(&MBB); in calculateLiveIntervals() 740 if (Starts[i].isValid() && !Finishes[i].isValid()) { in calculateLiveIntervals() 743 if (!Starts[i].isValid()) in calculateLiveIntervals() 746 assert(Starts[i] && Finishes[i] && "Invalid interval"); in calculateLiveIntervals() 748 SlotIndex S = Starts[i]; in calculateLiveIntervals()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 861 SmallVector<SlotIndex, 16> Starts; in calculateLiveIntervals() local 867 Starts.clear(); in calculateLiveIntervals() 868 Starts.resize(NumSlots); in calculateLiveIntervals() 876 Starts[pos] = Indexes->getMBBStartIdx(&MBB); in calculateLiveIntervals() 895 if (!Starts[Slot].isValid()) in calculateLiveIntervals() 896 Starts[Slot] = ThisIndex; in calculateLiveIntervals() 898 if (Starts[Slot].isValid()) { in calculateLiveIntervals() 901 LiveInterval::Segment(Starts[Slot], ThisIndex, VNI)); in calculateLiveIntervals() 902 Starts[Slot] = SlotIndex(); // Invalidate the start index in calculateLiveIntervals() 911 if (!Starts[i].isValid()) in calculateLiveIntervals() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 815 SmallVector<SlotIndex, 16> Starts; in calculateLiveIntervals() local 821 Starts.clear(); in calculateLiveIntervals() 822 Starts.resize(NumSlots); in calculateLiveIntervals() 830 Starts[pos] = Indexes->getMBBStartIdx(&MBB); in calculateLiveIntervals() 849 if (!Starts[Slot].isValid()) in calculateLiveIntervals() 850 Starts[Slot] = ThisIndex; in calculateLiveIntervals() 852 if (Starts[Slot].isValid()) { in calculateLiveIntervals() 855 LiveInterval::Segment(Starts[Slot], ThisIndex, VNI)); in calculateLiveIntervals() 856 Starts[Slot] = SlotIndex(); // Invalidate the start index in calculateLiveIntervals() 865 if (!Starts[i].isValid()) in calculateLiveIntervals() [all …]
|
/external/openscreen/cast/cast_core/api/platform/ |
D | platform_service.proto | 14 // Starts a runtime. Called by CastCoreService which endpoint is fetched from
|
/external/oss-fuzz/infra/ |
D | README.md | 28 | `shell` | Starts a shell inside the docker image for a project |
|
/external/autotest/server/site_tests/firmware_Fingerprint/ |
D | control.ro_only_boots_valid_rw | 27 Starts with MP-signed firmware. Then successively tries to flash three versions
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMLowOverheadLoops.cpp | 1023 SmallVector<MachineInstr*, 4> Starts; in RevertNonLoops() local 1029 Starts.push_back(&I); in RevertNonLoops() 1036 if (Starts.empty() && Decs.empty() && Ends.empty()) in RevertNonLoops() 1041 for (auto *Start : Starts) { in RevertNonLoops()
|
/external/tensorflow/tensorflow/core/profiler/ |
D | profiler_analysis.proto | 70 // Starts a profiling session, blocks until it completes.
|
D | profiler_service.proto | 11 // Starts a profiling session, blocks until it completes, and returns data.
|
/external/llvm-project/mlir/docs/Dialects/ |
D | Standard.md | 28 Starts a non-blocking DMA operation that transfers data from a source memref to
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMLowOverheadLoops.cpp | 1633 SmallVector<MachineInstr*, 4> Starts; in RevertNonLoops() local 1639 Starts.push_back(&I); in RevertNonLoops() 1646 if (Starts.empty() && Decs.empty() && Ends.empty()) in RevertNonLoops() 1651 for (auto *Start : Starts) { in RevertNonLoops()
|
/external/pigweed/pw_preprocessor/ |
D | docs.rst | 77 Starts a new group of :c:macro:`PW_MODIFY_DIAGNOSTIC` statements. A
|
/external/perfetto/protos/perfetto/ipc/ |
D | consumer_port.proto | 74 // Starts tracing. Only valid if EnableTracing() was called setting
|
/external/grpc-grpc/doc/core/ |
D | transport_explainer.md | 172 - Starts a stream from the client-side
|
/external/chromium-trace/catapult/devil/docs/ |
D | adb_wrapper.md | 339 Starts a subprocess on the device and returns a handle to the process.
|
/external/python/cpython2/Doc/library/ |
D | cd.rst | 194 Starts playback of an audio CD in the CD-ROM drive at the specified track. The
|
D | logging.config.rst | 108 Starts up a socket server on the specified port, and listens for new
|
/external/perfetto/docs/design-docs/ |
D | continuous-integration.md | 266 - Starts `N` worker containers in Docker.
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.groovy | 345 assert normalizedChildPath.startsWith(normalizedFromPath), "Starts with FROM path"
|
/external/python/jinja/docs/ |
D | templates.rst | 681 | | the rendering currently is. Starts at level 1 | 684 | | the rendering currently is. Starts at level 0 |
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/g3doc/ |
D | TensorFlow_NumPy_Text_Generation.ipynb | 993 …"* It Starts by choosing a start string, initializing the RNN state and setting the number of char…
|
/external/nanopb-c/docs/ |
D | reference.rst | 484 Starts a field in the Protocol Buffers binary format: encodes the field number and the wire type of…
|
/external/grpc-grpc/third_party/nanopb/docs/ |
D | reference.rst | 474 Starts a field in the Protocol Buffers binary format: encodes the field number and the wire type of…
|
/external/mesa3d/docs/gallium/ |
D | tgsi.rst | 1678 Starts definition of a subroutine. Must have a matching endsub. 1723 Starts an else block, after an IF or UIF statement. 1733 Starts a C-style switch expression. The switch consists of one or multiple
|
/external/python/cpython3/Doc/library/ |
D | logging.config.rst | 126 Starts up a socket server on the specified port, and listens for new
|