Searched refs:IsFixed (Results 1 – 10 of 10) sorted by relevance
132 bool IsFixed; member134 OutputArg() : IsFixed(false) {} in OutputArg()136 : Flags(flags), IsFixed(isfixed) { in OutputArg()
105 m_treatAsFixedPitch = m_platformData.font() && m_platformData.font()->IsFixed(); in determinePitch()
645 ASSERT(result->IsFixed()); in FixedLiveRangeFor()658 ASSERT(result->IsFixed()); in FixedDoubleLiveRangeFor()1865 if (range->IsFixed() || !range->CanBeSpilled(current->Start())) { in AllocateBlockedReg()1885 if (range->IsFixed()) { in AllocateBlockedReg()1959 if (range->assigned_register() == reg && !range->IsFixed()) { in SplitAndSpillIntersecting()1984 ASSERT(!range->IsFixed()); in SplitRangeAt()2004 ASSERT(!range->IsFixed()); in SplitBetween()
289 bool IsFixed() const { return id_ < 0; } in IsFixed() function
2487 bool IsFixed : 1; variable2727 IsFixed = Fixed; in EnumDecl()2762 bool IsFixed);2861 return IsFixed; in isFixed()
2659 bool IsScopedUsingClassTag, bool IsFixed) { in Create() argument2661 IsScoped, IsScopedUsingClassTag, IsFixed); in Create()
457 ED->IsFixed = Record[Idx++]; in VisitEnumDecl()
8188 bool IsFixed = !EnumUnderlyingTy.isNull(); in CheckEnumRedeclaration() local8197 if (IsFixed && Prev->isFixed()) { in CheckEnumRedeclaration()8207 } else if (IsFixed != Prev->isFixed()) { in CheckEnumRedeclaration()
2386 if (Outs[i].IsFixed) in AnalyzeMips64CallOperands()
3023 if (Outs[i].IsFixed) { in LowerCall_SVR4()