Searched refs:IsStart (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | DefineExternalSectionStartAndEndSymbols.h | 28 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | StackLifetime.cpp | 113 bool IsStart = II->getIntrinsicID() == Intrinsic::lifetime_start; in collectMarkers() local 114 if (IsStart) in collectMarkers() 116 BBMarkerSet[BB][II] = {AllocaNo, IsStart}; in collectMarkers() 145 << (M.IsStart ? "start " : "end ") << M.AllocaNo in collectMarkers() 151 if (M.IsStart) { in collectMarkers() 256 bool IsStart = It.second.IsStart; in calculateLiveIntervals() local 259 if (IsStart) { in calculateLiveIntervals()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | StackLifetime.h | 118 bool IsStart; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | StackColoring.cpp | 880 bool IsStart = false; in calculateLiveIntervals() local 881 if (!isLifetimeStartOrEnd(MI, slots, IsStart)) in calculateLiveIntervals() 885 if (IsStart) { in calculateLiveIntervals()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | YAMLParser.cpp | 442 bool scanDocumentIndicator(bool IsStart); 1211 bool Scanner::scanDocumentIndicator(bool IsStart) { in scanDocumentIndicator() argument 1217 T.Kind = IsStart ? Token::TK_DocumentStart : Token::TK_DocumentEnd; in scanDocumentIndicator()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 657 std::function<bool(const IntrinsicInst &)> IsStart) { in removeTriviallyEmptyRange() argument 667 if (IsStart(*I)) { in removeTriviallyEmptyRange()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1156 SDValue getLifetimeNode(bool IsStart, const SDLoc &dl, SDValue Chain,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 2701 llvm::Value *EmitVAStartEnd(llvm::Value *ArgValue, bool IsStart);
|
| H A D | CGBuiltin.cpp | 703 Value *CodeGenFunction::EmitVAStartEnd(Value *ArgValue, bool IsStart) { in EmitVAStartEnd() argument 709 Intrinsic::ID inst = IsStart ? Intrinsic::vastart : Intrinsic::vaend; in EmitVAStartEnd()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 7175 SDValue SelectionDAG::getLifetimeNode(bool IsStart, const SDLoc &dl, in getLifetimeNode() argument 7178 const unsigned Opcode = IsStart ? ISD::LIFETIME_START : ISD::LIFETIME_END; in getLifetimeNode()
|
| H A D | SelectionDAGBuilder.cpp | 6758 bool IsStart = (Intrinsic == Intrinsic::lifetime_start); in visitIntrinsicCall() local 6787 Res = DAG.getLifetimeNode(IsStart, sdl, getRoot(), FrameIndex, ObjectSize, in visitIntrinsicCall()
|