Searched refs:getAllocatableSet (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerTileCopy.cpp | 83 TRI->getAllocatableSet(MF, TRI->getRegClass(X86::GR64RegClassID)); in runOnMachineFunction() 85 TRI->getAllocatableSet(MF, TRI->getRegClass(X86::TILERegClassID)); in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFormMemoryClauses.cpp | 273 MaxVGPRs = TRI->getAllocatableSet(MF, &AMDGPU::VGPR_32RegClass).count(); in runOnMachineFunction() 274 MaxSGPRs = TRI->getAllocatableSet(MF, &AMDGPU::SGPR_32RegClass).count(); in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | Thumb1InstrInfo.cpp | 78 BitVector Allocatable = RegInfo->getAllocatableSet( in copyPhysReg()
|
| H A D | Thumb1FrameLowering.cpp | 711 TRI.getAllocatableSet(MF, TRI.getRegClass(ARM::tGPRRegClassID)); in emitPopSpecialFixUp() 717 TRI.getAllocatableSet(MF, TRI.getRegClass(ARM::hGPRRegClassID)); in emitPopSpecialFixUp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsDelaySlotFiller.cpp | 332 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()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AggressiveAntiDepBreaker.cpp | 128 BitVector CPSet = TRI->getAllocatableSet(MF, RC); in AggressiveAntiDepBreaker() 521 BitVector RCBV = TRI->getAllocatableSet(MF, RC); in GetRenameRegisters()
|
| H A D | TargetRegisterInfo.cpp | 253 BitVector TargetRegisterInfo::getAllocatableSet(const MachineFunction &MF, in getAllocatableSet() function in TargetRegisterInfo
|
| H A D | PrologEpilogInserter.cpp | 1225 const BitVector AllocatableSet(TRI.getAllocatableSet(MF)); in insertZeroCallUsedRegs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetRegisterInfo.h | 368 BitVector getAllocatableSet(const MachineFunction &MF,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFrameLowering.cpp | 2362 BitVector BVAllocatable = TRI->getAllocatableSet(MF); in assignCalleeSavedSpillSlots()
|