Searched refs:allocatableRegs_ (Results 1 – 3 of 3) sorted by relevance
64 BitVector allocatableRegs_; variable105 return allocatableRegs_.test(reg); in isAllocatable()
141 BitVector allocatableRegs_; member512 allocatableRegs_ = tri_->getAllocatableSet(fn); in runOnMachineFunction()573 if (!i->second->empty() && allocatableRegs_.test(i->second->reg)) { in initIntervalSets()1011 if (Reg && allocatableRegs_[Reg] && RC->contains(Reg)) in assignRegOrStackSlotAtInterval()
122 allocatableRegs_ = tri_->getAllocatableSet(fn); in runOnMachineFunction()953 !allocatableRegs_[Reg]) in getReMatImplicitUse()2058 if (allocatableRegs_[*AS] && hasInterval(*AS)) in hasAllocatableSuperReg()2111 assert(*AS == SpillReg || !allocatableRegs_[*AS] || !hasInterval(*AS) || in spillPhysRegAroundRegDefsUses()