Searched refs:getAllocatableSet (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIFormMemoryClauses.cpp | 275 MaxVGPRs = TRI->getAllocatableSet(MF, &AMDGPU::VGPR_32RegClass).count(); in runOnMachineFunction() 276 MaxSGPRs = TRI->getAllocatableSet(MF, &AMDGPU::SGPR_32RegClass).count(); in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsDelaySlotFiller.cpp | 333 assert(MF.getSubtarget().getRegisterInfo()->getAllocatableSet(MF).test(R) && in addLiveInRegs() 389 BitVector AllocSet = TRI.getAllocatableSet(MF); in setUnallocatableRegs()
|
| H A D | Mips16InstrInfo.cpp | 351 RI.getAllocatableSet in loadImmediate()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | AggressiveAntiDepBreaker.cpp | 128 BitVector CPSet = TRI->getAllocatableSet(MF, CriticalPathRCs[i]); in AggressiveAntiDepBreaker() 524 BitVector RCBV = TRI->getAllocatableSet(MF, RC); in GetRenameRegisters()
|
| H A D | TargetRegisterInfo.cpp | 256 BitVector TargetRegisterInfo::getAllocatableSet(const MachineFunction &MF, in getAllocatableSet() function in TargetRegisterInfo
|
| H A D | RegisterScavenging.cpp | 524 BitVector Candidates = TRI->getAllocatableSet(MF, RC); in scavengeRegister()
|
| H A D | PrologEpilogInserter.cpp | 1192 const BitVector AllocatableSet(TRI.getAllocatableSet(MF)); in insertZeroCallUsedRegs()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetRegisterInfo.h | 348 BitVector getAllocatableSet(const MachineFunction &MF,
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | Thumb1FrameLowering.cpp | 712 TRI.getAllocatableSet(MF, TRI.getRegClass(ARM::tGPRRegClassID)); in emitPopSpecialFixUp() 723 TRI.getAllocatableSet(MF, TRI.getRegClass(ARM::hGPRRegClassID)); in emitPopSpecialFixUp()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCFrameLowering.cpp | 2315 BitVector BVAllocatable = TRI->getAllocatableSet(MF); in assignCalleeSavedSpillSlots()
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRExpandPseudoInsts.cpp | 969 TRI->getAllocatableSet(*MBB.getParent(), &AVR::GPR8RegClass); in scavengeGPR8()
|