Home
last modified time | relevance | path

Searched refs:IsStart (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSafeStackColoring.cpp47 bool StackColoring::readMarker(Instruction *I, bool *IsStart) { in readMarker() argument
52 *IsStart = II->getIntrinsicID() == Intrinsic::lifetime_start; in readMarker()
85 bool IsStart; in collectMarkers() local
86 if (!readMarker(UI, &IsStart)) in collectMarkers()
88 if (IsStart) in collectMarkers()
90 BBMarkerSet[UI->getParent()][UI] = {AllocaNo, IsStart}; in collectMarkers()
124 << (M.IsStart ? "start " : "end ") << M.AllocaNo in collectMarkers()
131 if (M.IsStart) { in collectMarkers()
228 bool IsStart = It.second.IsStart; in calculateLiveIntervals() local
[all...]
H A DSafeStackColoring.h102 bool IsStart; member
105 /// List of {InstNo, {AllocaNo, IsStart}} for each BB, ordered by InstNo.
112 bool readMarker(Instruction *I, bool *IsStart);
H A DStackColoring.cpp836 bool IsStart = false; in calculateLiveIntervals() local
837 if (!isLifetimeStartOrEnd(MI, slots, IsStart)) in calculateLiveIntervals()
841 if (IsStart) { in calculateLiveIntervals()
/third_party/node/deps/v8/src/strings/
H A Dunicode.cc43 static inline bool IsStart(int32_t entry) { return (entry & kStartBit) != 0; } in IsStart() function
81 bool is_start = IsStart(field); in LookupPredicate()
135 bool is_start = IsStart(field); in LookupMapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DYAMLParser.cpp449 bool scanDocumentIndicator(bool IsStart);
1140 bool Scanner::scanDocumentIndicator(bool IsStart) { in scanDocumentIndicator() argument
1146 T.Kind = IsStart ? Token::TK_DocumentStart : Token::TK_DocumentEnd; in scanDocumentIndicator()
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc285 if (pos.IsStart()) { in operator <<()
2651 end = end.IsStart() ? end.PrevStart().End() : end.Start(); in NextIntervalStartsInDifferentBlocks()
2867 DCHECK(pos.IsStart() || pos.IsGapPosition() || in SplitRangeAt()
5045 gap_pos = pos.IsStart() ? Instruction::START : Instruction::END; in ConnectRanges()
5047 if (pos.IsStart()) { in ConnectRanges()
H A Dregister-allocator.h72 bool IsStart() const { return (value_ & (kHalfStep - 1)) == 0; } in IsStart() function in v8::internal::compiler::final
432 if (end_.IsGapPosition() && end_.IsStart()) { in LastGapIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1088 /// Creates a LifetimeSDNode that starts (`IsStart==true`) or ends
1089 /// (`IsStart==false`) the lifetime of the portion of `FrameIndex` between
1091 SDValue getLifetimeNode(bool IsStart, const SDLoc &dl, SDValue Chain,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6728 SDValue SelectionDAG::getLifetimeNode(bool IsStart, const SDLoc &dl,
6731 const unsigned Opcode = IsStart ? ISD::LIFETIME_START : ISD::LIFETIME_END;
H A DSelectionDAGBuilder.cpp6681 bool IsStart = (Intrinsic == Intrinsic::lifetime_start); in visitIntrinsicCall() local
6711 Res = DAG.getLifetimeNode(IsStart, sdl, getRoot(), FrameIndex, ObjectSize, in visitIntrinsicCall()

Completed in 56 milliseconds