Searched refs:IsFixed (Results 1 – 13 of 13) sorted by relevance
173 bool IsFixed; member183 OutputArg() : IsFixed(false) {} in OutputArg()186 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx), in OutputArg()
114 CallOperandIsFixed.push_back(Outs[i].IsFixed); in PreAnalyzeCallOperands()
619 DCHECK(result->IsFixed()); in FixedLiveRangeFor()633 DCHECK(result->IsFixed()); in FixedDoubleLiveRangeFor()1891 if (range->IsFixed() || !range->CanBeSpilled(current->Start())) { in AllocateBlockedReg()1911 if (range->IsFixed()) { in AllocateBlockedReg()2020 if (range->assigned_register() == reg && !range->IsFixed()) { in SplitAndSpillIntersecting()2047 DCHECK(!range->IsFixed()); in SplitRangeAt()2068 DCHECK(!range->IsFixed()); in SplitBetween()
194 bool IsFixed() const { return id_ < 0; } in IsFixed() function
625 DCHECK(result->IsFixed()); in FixedLiveRangeFor()640 DCHECK(result->IsFixed()); in FixedDoubleLiveRangeFor()1864 if (range->IsFixed() || !range->CanBeSpilled(current->Start())) { in AllocateBlockedReg()1884 if (range->IsFixed()) { in AllocateBlockedReg()1996 if (range->assigned_register() == reg && !range->IsFixed()) { in SplitAndSpillIntersecting()2022 DCHECK(!range->IsFixed()); in SplitRangeAt()2043 DCHECK(!range->IsFixed()); in SplitBetween()
203 bool IsFixed() const { return id_ < 0; } in IsFixed() function
2693 bool IsFixed : 1; variable2986 IsFixed = Fixed; in EnumDecl()3022 bool IsFixed);3132 return IsFixed; in isFixed()
3492 bool IsScopedUsingClassTag, bool IsFixed) { in Create() argument3495 IsFixed); in Create()
11074 bool IsFixed = !EnumUnderlyingTy.isNull(); in CheckEnumRedeclaration() local11083 if (IsFixed && Prev->isFixed()) { in CheckEnumRedeclaration()11095 } else if (IsFixed != Prev->isFixed()) { in CheckEnumRedeclaration()
1017 if (Outs[VA.getValNo()].IsFixed) in fixupVariableFloatArgs()
577 ED->IsFixed = Record[Idx++]; in VisitEnumDecl()
2588 /*IsVarArg=*/ !Outs[i].IsFixed); in LowerCall()
4335 if (Outs[i].IsFixed) { in LowerCall_32SVR4()