Searched refs:getAllocatableSet (Results 1 – 10 of 10) sorted by relevance
275 MaxVGPRs = TRI->getAllocatableSet(MF, &AMDGPU::VGPR_32RegClass).count(); in runOnMachineFunction()276 MaxSGPRs = TRI->getAllocatableSet(MF, &AMDGPU::SGPR_32RegClass).count(); in runOnMachineFunction()
333 assert(MF.getSubtarget().getRegisterInfo()->getAllocatableSet(MF).test(R) && in addLiveInRegs()389 BitVector AllocSet = TRI.getAllocatableSet(MF); in setUnallocatableRegs()
351 RI.getAllocatableSet in loadImmediate()
128 BitVector CPSet = TRI->getAllocatableSet(MF, CriticalPathRCs[i]); in AggressiveAntiDepBreaker()524 BitVector RCBV = TRI->getAllocatableSet(MF, RC); in GetRenameRegisters()
256 BitVector TargetRegisterInfo::getAllocatableSet(const MachineFunction &MF, in getAllocatableSet() function in TargetRegisterInfo
531 BitVector Candidates = TRI->getAllocatableSet(MF, RC); in scavengeRegister()
1255 const BitVector AllocatableSet(TRI.getAllocatableSet(MF)); in insertZeroCallUsedRegs()
350 BitVector getAllocatableSet(const MachineFunction &MF,
712 TRI.getAllocatableSet(MF, TRI.getRegClass(ARM::tGPRRegClassID)); in emitPopSpecialFixUp()723 TRI.getAllocatableSet(MF, TRI.getRegClass(ARM::hGPRRegClassID)); in emitPopSpecialFixUp()
2329 BitVector BVAllocatable = TRI->getAllocatableSet(MF); in assignCalleeSavedSpillSlots()