Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isAllocatable

420   assert(!isAllocatable(interval.reg) && "Physregs shouldn't be live out!");
463 assert((!isAllocatable(interval.reg) || MBB->getParent()->begin() ||
516 if (isAllocatable(interval.reg) ||
814 if (TargetRegisterInfo::isPhysicalRegister(Reg) && !isAllocatable(Reg))