Searched defs:is_fp (Results 1 – 2 of 2) sorted by relevance
229 constexpr size_t GetCalleeFirstSlot(bool is_fp) const in GetCalleeFirstSlot()234 constexpr size_t GetCalleeLastSlot(bool is_fp) const in GetCalleeLastSlot()239 constexpr size_t GetCallerFirstSlot(bool is_fp) const in GetCallerFirstSlot()244 constexpr size_t GetCallerLastSlot(bool is_fp) const in GetCallerLastSlot()249 constexpr size_t GetCalleeRegistersCount(bool is_fp) const in GetCalleeRegistersCount()254 constexpr size_t GetCallerRegistersCount(bool is_fp) const in GetCallerRegistersCount()
361 bool is_fp = DataType::IsFloatType(interval->GetType()); in InitWorkingRanges() local