Searched defs:is_fixed (Results 1 – 4 of 4) sorted by relevance
86 pub(crate) fn is_fixed(&self) -> bool { in is_fixed() method
109 bool is_fixed() { return flags & RCF_FIXED; } in is_fixed() function
274 bool value::is_fixed() { in is_fixed() function in r600_sb::value
4295 bool is_fixed = range->TopLevel()->IsFixed(); in AllocateBlockedReg() local