Searched refs:Starts (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 372 SmallVector<SlotIndex, 16> Starts; in calculateLiveIntervals() local 378 Starts.clear(); in calculateLiveIntervals() 379 Starts.resize(NumSlots); in calculateLiveIntervals() 400 if (!Starts[Slot].isValid() || Starts[Slot] > ThisIndex) in calculateLiveIntervals() 401 Starts[Slot] = ThisIndex; in calculateLiveIntervals() 412 Starts[pos] = Indexes->getMBBStartIdx(&MBB); in calculateLiveIntervals() 420 assert(Starts[i].isValid() == Finishes[i].isValid() && "Unmatched range"); in calculateLiveIntervals() 421 if (!Starts[i].isValid()) in calculateLiveIntervals() 424 assert(Starts[i] && Finishes[i] && "Invalid interval"); in calculateLiveIntervals() 426 SlotIndex S = Starts[i]; in calculateLiveIntervals()
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 125 Starts.push_back(AR->getStart()); in insert() 1221 SmallVector<TrackingVH<Value> , 2> Starts; in addRuntimeCheck() local 1235 Starts.push_back(Ptr); in addRuntimeCheck() 1244 Value *Start = Exp.expandCodeFor(PtrRtCheck.Starts[i], PtrArithTy, Loc); in addRuntimeCheck() 1246 Starts.push_back(Start); in addRuntimeCheck() 1259 unsigned AS0 = Starts[i]->getType()->getPointerAddressSpace(); in addRuntimeCheck() 1260 unsigned AS1 = Starts[j]->getType()->getPointerAddressSpace(); in addRuntimeCheck() 1269 Value *Start0 = ChkBuilder.CreateBitCast(Starts[i], PtrArithTy0, "bc"); in addRuntimeCheck() 1270 Value *Start1 = ChkBuilder.CreateBitCast(Starts[j], PtrArithTy1, "bc"); in addRuntimeCheck()
|
/external/jetty/src/resources/org/eclipse/jetty/util/component/jmx/ |
D | LifeCycle-mbean.properties | 2 start(): Starts the instance
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 318 Starts.clear(); in reset() 359 SmallVector<const SCEV*, 2> Starts; member
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/ |
D | ssvnc | 34 --help Starts up the GUI as though the 'Help' button was pressed to
|
/external/skia/src/animator/ |
D | SkAnimateSchema.xsd | 1053 <!-- @attribute pickup Starts the animation at the current target's attribute value. Enabling 2031 <!-- @element moveTo Starts a new path contour. --> 2039 <!-- @element rMoveTo Starts a new path contour relative to the path's last point. --> 2092 <!-- @element moveTo Starts a new path contour. --> 2096 <!-- @element rMoveTo Starts a new path contour relative to the path's last point. --> 2120 <!-- @element moveTo Starts a new path contour. --> 2124 <!-- @element rMoveTo Starts a new path contour relative to the path's last point. -->
|
/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/nanopb-c/docs/ |
D | reference.rst | 440 Starts a field in the Protocol Buffers binary format: encodes the field number and the wire type of…
|