|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/CodeGen/TargetRegisterInfo.h 322 BitVector getAllocatableSet(const MachineFunction &MF,
References
lib/CodeGen/AggressiveAntiDepBreaker.cpp 134 BitVector CPSet = TRI->getAllocatableSet(MF, CriticalPathRCs[i]);
536 BitVector RCBV = TRI->getAllocatableSet(MF, RC);
lib/CodeGen/RegisterScavenging.cpp 540 BitVector Candidates = TRI->getAllocatableSet(MF, RC);
lib/Target/AMDGPU/SIFormMemoryClauses.cpp 320 MaxVGPRs = TRI->getAllocatableSet(MF, &AMDGPU::VGPR_32RegClass).count();
321 MaxSGPRs = TRI->getAllocatableSet(MF, &AMDGPU::SGPR_32RegClass).count();
lib/Target/ARM/Thumb1FrameLowering.cpp 678 TRI.getAllocatableSet(MF, TRI.getRegClass(ARM::tGPRRegClassID));
689 TRI.getAllocatableSet(MF, TRI.getRegClass(ARM::hGPRRegClassID));
lib/Target/AVR/AVRExpandPseudoInsts.cpp 871 TRI->getAllocatableSet
lib/Target/Mips/Mips16InstrInfo.cpp 355 RI.getAllocatableSet
lib/Target/Mips/MipsDelaySlotFiller.cpp 336 assert(MF.getSubtarget().getRegisterInfo()->getAllocatableSet(MF).test(R) &&
392 BitVector AllocSet = TRI.getAllocatableSet(MF);
lib/Target/PowerPC/PPCFrameLowering.cpp 2144 BitVector BVAllocatable = TRI->getAllocatableSet(MF);