Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp252 bool IsStart = MI.getOpcode() == TargetOpcode::LIFETIME_START; in collectMarkers() local
264 if (IsStart) { in collectMarkers()
391 bool IsStart = MI->getOpcode() == TargetOpcode::LIFETIME_START; in calculateLiveIntervals() local
398 if (IsStart) { in calculateLiveIntervals()
/external/v8/src/compiler/
Dgreedy-allocator.cc44 DCHECK(pos.IsStart() || pos.IsGapPosition() || in Split()
495 int first_full_instruction = (start.IsGapPosition() || start.IsStart()) in GetRemainderAfterSplittingAroundFirstCall()
500 int last_full_instruction = (end.IsGapPosition() || end.IsStart()) in GetRemainderAfterSplittingAroundFirstCall()
Dregister-allocator.h60 bool IsStart() const { return (value_ & (kHalfStep - 1)) == 0; } in IsStart() function
211 if (end_.IsGapPosition() && end_.IsStart()) { in LastGapIndex()
Dregister-allocator.cc249 if (pos.IsStart()) { in operator <<()
2281 DCHECK(pos.IsStart() || pos.IsGapPosition() || in SplitRangeAt()
3446 gap_pos = pos.IsStart() ? Instruction::START : Instruction::END; in ConnectRanges()
3448 if (pos.IsStart()) { in ConnectRanges()
/external/v8/src/
Dunicode.cc40 static inline bool IsStart(int32_t entry) { in IsStart() function
81 bool is_start = IsStart(field); in LookupPredicate()
137 bool is_start = IsStart(field); in LookupMapping()
/external/llvm/lib/Support/
DYAMLParser.cpp459 bool scanDocumentIndicator(bool IsStart);
1144 bool Scanner::scanDocumentIndicator(bool IsStart) { in scanDocumentIndicator() argument
1150 T.Kind = IsStart ? Token::TK_DocumentStart : Token::TK_DocumentEnd; in scanDocumentIndicator()
/external/clang/lib/CodeGen/
DCodeGenFunction.h1758 llvm::Value *EmitVAStartEnd(llvm::Value *ArgValue, bool IsStart);
DCGBuiltin.cpp335 Value *CodeGenFunction::EmitVAStartEnd(Value *ArgValue, bool IsStart) { in EmitVAStartEnd() argument
341 Intrinsic::ID inst = IsStart ? Intrinsic::vastart : Intrinsic::vaend; in EmitVAStartEnd()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5115 bool IsStart = (Intrinsic == Intrinsic::lifetime_start); in visitIntrinsicCall() local
5143 unsigned Opcode = (IsStart ? ISD::LIFETIME_START : ISD::LIFETIME_END); in visitIntrinsicCall()