/external/llvm/lib/CodeGen/ |
D | SafeStackColoring.cpp | 33 bool StackColoring::readMarker(Instruction *I, bool *IsStart) { in readMarker() argument 39 *IsStart = II->getIntrinsicID() == Intrinsic::lifetime_start; in readMarker() 72 bool IsStart; in collectMarkers() local 73 if (!readMarker(UI, &IsStart)) in collectMarkers() 75 if (IsStart) in collectMarkers() 77 BBMarkerSet[UI->getParent()][UI] = {AllocaNo, IsStart}; in collectMarkers() 111 << (M.IsStart ? "start " : "end ") << M.AllocaNo << ", " in collectMarkers() 118 if (M.IsStart) { in collectMarkers() 213 bool IsStart = It.second.IsStart; in calculateLiveIntervals() local 216 if (IsStart) { in calculateLiveIntervals()
|
D | SafeStackColoring.h | 87 bool IsStart; member 97 bool readMarker(Instruction *I, bool *IsStart);
|
D | StackColoring.cpp | 693 bool IsStart = false; in calculateLiveIntervals() local 694 if (!isLifetimeStartOrEnd(MI, slots, IsStart)) in calculateLiveIntervals() 698 if (IsStart) { in calculateLiveIntervals()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.cpp | 48 bool StackColoring::readMarker(Instruction *I, bool *IsStart) { in readMarker() argument 54 *IsStart = II->getIntrinsicID() == Intrinsic::lifetime_start; in readMarker() 87 bool IsStart; in collectMarkers() local 88 if (!readMarker(UI, &IsStart)) in collectMarkers() 90 if (IsStart) in collectMarkers() 92 BBMarkerSet[UI->getParent()][UI] = {AllocaNo, IsStart}; in collectMarkers() 126 << (M.IsStart ? "start " : "end ") << M.AllocaNo in collectMarkers() 133 if (M.IsStart) { in collectMarkers() 228 bool IsStart = It.second.IsStart; in calculateLiveIntervals() local 231 if (IsStart) { in calculateLiveIntervals()
|
D | SafeStackColoring.h | 103 bool IsStart; member 113 bool readMarker(Instruction *I, bool *IsStart);
|
D | StackColoring.cpp | 836 bool IsStart = false; in calculateLiveIntervals() local 837 if (!isLifetimeStartOrEnd(MI, slots, IsStart)) in calculateLiveIntervals() 841 if (IsStart) { in calculateLiveIntervals()
|
/external/v8/src/ |
D | unicode.cc | 43 static inline bool IsStart(int32_t entry) { in IsStart() function 84 bool is_start = IsStart(field); in LookupPredicate() 140 bool is_start = IsStart(field); in LookupMapping()
|
/external/v8/src/compiler/ |
D | register-allocator.h | 67 bool IsStart() const { return (value_ & (kHalfStep - 1)) == 0; } in IsStart() function 218 if (end_.IsGapPosition() && end_.IsStart()) { in LastGapIndex()
|
D | register-allocator.cc | 388 if (pos.IsStart()) { in operator <<() 2538 end = end.IsStart() ? end.PrevStart().End() : end.Start(); in NextIntervalStartsInDifferentBlocks() 2631 DCHECK(pos.IsStart() || pos.IsGapPosition() || in SplitRangeAt() 3873 gap_pos = pos.IsStart() ? Instruction::START : Instruction::END; in ConnectRanges() 3875 if (pos.IsStart()) { in ConnectRanges()
|
/external/llvm/lib/Support/ |
D | YAMLParser.cpp | 459 bool scanDocumentIndicator(bool IsStart); 1142 bool Scanner::scanDocumentIndicator(bool IsStart) { in scanDocumentIndicator() argument 1148 T.Kind = IsStart ? Token::TK_DocumentStart : Token::TK_DocumentEnd; in scanDocumentIndicator()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | YAMLParser.cpp | 450 bool scanDocumentIndicator(bool IsStart); 1136 bool Scanner::scanDocumentIndicator(bool IsStart) { in scanDocumentIndicator() argument 1142 T.Kind = IsStart ? Token::TK_DocumentStart : Token::TK_DocumentEnd; in scanDocumentIndicator()
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 1865 llvm::Value *EmitVAStartEnd(llvm::Value *ArgValue, bool IsStart);
|
D | CGBuiltin.cpp | 390 Value *CodeGenFunction::EmitVAStartEnd(Value *ArgValue, bool IsStart) { in EmitVAStartEnd() argument 396 Intrinsic::ID inst = IsStart ? Intrinsic::vastart : Intrinsic::vaend; in EmitVAStartEnd()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5541 bool IsStart = (Intrinsic == Intrinsic::lifetime_start); in visitIntrinsicCall() local 5569 unsigned Opcode = (IsStart ? ISD::LIFETIME_START : ISD::LIFETIME_END); in visitIntrinsicCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5970 bool IsStart = (Intrinsic == Intrinsic::lifetime_start); in visitIntrinsicCall() local 5998 unsigned Opcode = (IsStart ? ISD::LIFETIME_START : ISD::LIFETIME_END); in visitIntrinsicCall()
|