Home
last modified time | relevance | path

Searched refs:IsStart (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DDefineExternalSectionStartAndEndSymbols.h28 SectionRangeSymbolDesc(Section &Sec, bool IsStart) in SectionRangeSymbolDesc()
29 : Sec(&Sec), IsStart(IsStart) {} in SectionRangeSymbolDesc()
31 bool IsStart = false; member
53 if (D.IsStart) { in operator()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DStackLifetime.cpp108 bool IsStart = II->getIntrinsicID() == Intrinsic::lifetime_start; in collectMarkers() local
109 if (IsStart) in collectMarkers()
111 BBMarkerSet[BB][II] = {AllocaNo, IsStart}; in collectMarkers()
140 << (M.IsStart ? "start " : "end ") << M.AllocaNo in collectMarkers()
146 if (M.IsStart) { in collectMarkers()
251 bool IsStart = It.second.IsStart; in calculateLiveIntervals() local
254 if (IsStart) { in calculateLiveIntervals()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DStackLifetime.h117 bool IsStart; member
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackColoring.cpp880 bool IsStart = false; in calculateLiveIntervals() local
881 if (!isLifetimeStartOrEnd(MI, slots, IsStart)) in calculateLiveIntervals()
885 if (IsStart) { in calculateLiveIntervals()
/llvm-project-15.0.7/llvm/lib/Support/
H A DYAMLParser.cpp444 bool scanDocumentIndicator(bool IsStart);
1232 bool Scanner::scanDocumentIndicator(bool IsStart) { in scanDocumentIndicator() argument
1238 T.Kind = IsStart ? Token::TK_DocumentStart : Token::TK_DocumentEnd; in scanDocumentIndicator()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp749 std::function<bool(const IntrinsicInst &)> IsStart) { in removeTriviallyEmptyRange() argument
759 if (IsStart(*I)) { in removeTriviallyEmptyRange()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1196 SDValue getLifetimeNode(bool IsStart, const SDLoc &dl, SDValue Chain,
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h2756 llvm::Value *EmitVAStartEnd(llvm::Value *ArgValue, bool IsStart);
H A DCGBuiltin.cpp727 Value *CodeGenFunction::EmitVAStartEnd(Value *ArgValue, bool IsStart) { in EmitVAStartEnd() argument
733 Intrinsic::ID inst = IsStart ? Intrinsic::vastart : Intrinsic::vaend; in EmitVAStartEnd()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7657 SDValue SelectionDAG::getLifetimeNode(bool IsStart, const SDLoc &dl, in getLifetimeNode() argument
7660 const unsigned Opcode = IsStart ? ISD::LIFETIME_START : ISD::LIFETIME_END; in getLifetimeNode()
H A DSelectionDAGBuilder.cpp6860 bool IsStart = (Intrinsic == Intrinsic::lifetime_start); in visitIntrinsicCall() local
6889 Res = DAG.getLifetimeNode(IsStart, sdl, getRoot(), FrameIndex, ObjectSize, in visitIntrinsicCall()