Home
last modified time | relevance | path

Searched defs:IsStart (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/CodeGen/
DSafeStackColoring.cpp33 bool StackColoring::readMarker(Instruction *I, bool *IsStart) { in readMarker()
72 bool IsStart; in collectMarkers() local
213 bool IsStart = It.second.IsStart; in calculateLiveIntervals() local
DSafeStackColoring.h87 bool IsStart; member
DStackColoring.cpp693 bool IsStart = false; in calculateLiveIntervals() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp47 bool StackColoring::readMarker(Instruction *I, bool *IsStart) { in readMarker()
85 bool IsStart; in collectMarkers() local
228 bool IsStart = It.second.IsStart; in calculateLiveIntervals() local
DSafeStackColoring.h102 bool IsStart; member
DStackColoring.cpp836 bool IsStart = false; in calculateLiveIntervals() local
/external/tensorflow/tensorflow/core/profiler/backends/cpu/
Dtraceme_recorder.h60 bool IsStart() const { return end_time < 0; } in IsStart() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp1140 bool Scanner::scanDocumentIndicator(bool IsStart) { in scanDocumentIndicator()
/external/llvm/lib/Support/
DYAMLParser.cpp1142 bool Scanner::scanDocumentIndicator(bool IsStart) { in scanDocumentIndicator()
/external/libchrome-gestures/src/
Dimmediate_interpreter_unittest.cc1722 bool IsStart() { in IsStart() function
/external/clang/lib/CodeGen/
DCGBuiltin.cpp390 Value *CodeGenFunction::EmitVAStartEnd(Value *ArgValue, bool IsStart) { in EmitVAStartEnd()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5541 bool IsStart = (Intrinsic == Intrinsic::lifetime_start); in visitIntrinsicCall() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6681 bool IsStart = (Intrinsic == Intrinsic::lifetime_start); in visitIntrinsicCall() local
DSelectionDAG.cpp6728 SDValue SelectionDAG::getLifetimeNode(bool IsStart, const SDLoc &dl, in getLifetimeNode()