Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/node/deps/v8/src/strings/
Dunicode.cc43 static inline bool IsStart(int32_t entry) { return (entry & kStartBit) != 0; } in IsStart() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp1140 bool Scanner::scanDocumentIndicator(bool IsStart) { in scanDocumentIndicator()
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h72 bool IsStart() const { return (value_ & (kHalfStep - 1)) == 0; } in IsStart() function
/third_party/skia/third_party/externals/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()