Searched refs:getAllocatableSet (Results 1 – 10 of 10) sorted by relevance
321 MaxVGPRs = TRI->getAllocatableSet(MF, &AMDGPU::VGPR_32RegClass).count(); in runOnMachineFunction()322 MaxSGPRs = TRI->getAllocatableSet(MF, &AMDGPU::SGPR_32RegClass).count(); in runOnMachineFunction()
335 assert(MF.getSubtarget().getRegisterInfo()->getAllocatableSet(MF).test(R) && in addLiveInRegs()391 BitVector AllocSet = TRI.getAllocatableSet(MF); in setUnallocatableRegs()
351 RI.getAllocatableSet in loadImmediate()
134 BitVector CPSet = TRI->getAllocatableSet(MF, CriticalPathRCs[i]); in AggressiveAntiDepBreaker()536 BitVector RCBV = TRI->getAllocatableSet(MF, RC); in GetRenameRegisters()
217 BitVector TargetRegisterInfo::getAllocatableSet(const MachineFunction &MF, in getAllocatableSet() function in TargetRegisterInfo
541 BitVector Candidates = TRI->getAllocatableSet(MF, RC); in scavengeRegister()
678 TRI.getAllocatableSet(MF, TRI.getRegClass(ARM::tGPRRegClassID)); in emitPopSpecialFixUp()689 TRI.getAllocatableSet(MF, TRI.getRegClass(ARM::hGPRRegClassID)); in emitPopSpecialFixUp()
322 BitVector getAllocatableSet(const MachineFunction &MF,
873 TRI->getAllocatableSet in scavengeGPR8()
2143 BitVector BVAllocatable = TRI->getAllocatableSet(MF); in assignCalleeSavedSpillSlots()