Home
last modified time | relevance | path

Searched refs:Starts (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm/lib/CodeGen/
DStackColoring.cpp678 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/
DStackColoring.cpp861 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/
DStackColoring.cpp815 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/
Dplatform_service.proto14 // Starts a runtime. Called by CastCoreService which endpoint is fetched from
/external/oss-fuzz/infra/
DREADME.md28 | `shell` | Starts a shell inside the docker image for a project |
/external/autotest/server/site_tests/firmware_Fingerprint/
Dcontrol.ro_only_boots_valid_rw27 Starts with MP-signed firmware. Then successively tries to flash three versions
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp1023 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/
Dprofiler_analysis.proto70 // Starts a profiling session, blocks until it completes.
Dprofiler_service.proto11 // Starts a profiling session, blocks until it completes, and returns data.
/external/llvm-project/mlir/docs/Dialects/
DStandard.md28 Starts a non-blocking DMA operation that transfers data from a source memref to
/external/llvm-project/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp1633 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/
Ddocs.rst77 Starts a new group of :c:macro:`PW_MODIFY_DIAGNOSTIC` statements. A
/external/perfetto/protos/perfetto/ipc/
Dconsumer_port.proto74 // Starts tracing. Only valid if EnableTracing() was called setting
/external/grpc-grpc/doc/core/
Dtransport_explainer.md172 - Starts a stream from the client-side
/external/chromium-trace/catapult/devil/docs/
Dadb_wrapper.md339 Starts a subprocess on the device and returns a handle to the process.
/external/python/cpython2/Doc/library/
Dcd.rst194 Starts playback of an audio CD in the CD-ROM drive at the specified track. The
Dlogging.config.rst108 Starts up a socket server on the specified port, and listens for new
/external/perfetto/docs/design-docs/
Dcontinuous-integration.md266 - Starts `N` worker containers in Docker.
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.groovy345 assert normalizedChildPath.startsWith(normalizedFromPath), "Starts with FROM path"
/external/python/jinja/docs/
Dtemplates.rst681 | | 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/
DTensorFlow_NumPy_Text_Generation.ipynb993 …"* It Starts by choosing a start string, initializing the RNN state and setting the number of char…
/external/nanopb-c/docs/
Dreference.rst484 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/
Dreference.rst474 Starts a field in the Protocol Buffers binary format: encodes the field number and the wire type of…
/external/mesa3d/docs/gallium/
Dtgsi.rst1678 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/
Dlogging.config.rst126 Starts up a socket server on the specified port, and listens for new

12