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()
334 assert(MF.getSubtarget().getRegisterInfo()->getAllocatableSet(MF).test(R) && in addLiveInRegs()390 BitVector AllocSet = TRI.getAllocatableSet(MF); in setUnallocatableRegs()
351 RI.getAllocatableSet in loadImmediate()
129 BitVector CPSet = TRI->getAllocatableSet(MF, CriticalPathRCs[i]); in AggressiveAntiDepBreaker()528 BitVector RCBV = TRI->getAllocatableSet(MF, RC); in GetRenameRegisters()
255 BitVector TargetRegisterInfo::getAllocatableSet(const MachineFunction &MF, in getAllocatableSet() function in TargetRegisterInfo
527 BitVector Candidates = TRI->getAllocatableSet(MF, RC); in scavengeRegister()
680 TRI.getAllocatableSet(MF, TRI.getRegClass(ARM::tGPRRegClassID)); in emitPopSpecialFixUp()691 TRI.getAllocatableSet(MF, TRI.getRegClass(ARM::hGPRRegClassID)); in emitPopSpecialFixUp()
345 BitVector getAllocatableSet(const MachineFunction &MF,
2320 BitVector BVAllocatable = TRI->getAllocatableSet(MF); in assignCalleeSavedSpillSlots()
927 TRI->getAllocatableSet in scavengeGPR8()