Searched refs:isAllocatable (Results 1 - 16 of 16) sorted by relevance

/external/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp112 if (!RC || RC->isAllocatable())
122 if (SubRC->isAllocatable())
156 assert(RC->isAllocatable() && "invalid for nonallocatable sets");
173 if ((*I)->isAllocatable())
H A DMachineRegisterInfo.cpp41 assert(RC && RC->isAllocatable() && "Invalid RC for virtual register");
93 assert(RegClass->isAllocatable() &&
425 if (!def_empty(*AI) || isAllocatable(*AI))
H A DCalcSpillWeights.cpp195 if (hweight > bestPhys && mri.isAllocatable(hint))
H A DRegAllocFast.cpp527 !RC->contains(Hint) || !MRI->isAllocatable(Hint)))
803 if (MRI->isAllocatable(LI.PhysReg))
942 if (!MRI->isAllocatable(Reg)) continue;
1027 if (!MRI->isAllocatable(Reg)) continue;
H A DAggressiveAntiDepBreaker.cpp629 if (!MRI.isAllocatable(NewSuperReg)) continue;
840 if (!MRI.isAllocatable(AntiDepReg)) {
H A DMachineVerifier.cpp187 bool isAllocatable(unsigned Reg) { function in struct:__anon12246::MachineVerifier
188 return Reg < TRI->getNumRegs() && MRI->isAllocatable(Reg);
523 if (isAllocatable(LI.PhysReg) && !MBB->isEHPad() &&
H A DCriticalAntiDepBreaker.cpp546 if (!MRI.isAllocatable(AntiDepReg))
H A DMachineCSE.cpp285 if (MRI->isAllocatable(PhysDefs[i]) || MRI->isReserved(PhysDefs[i]))
H A DRegAllocPBQP.cpp426 if (!MF.getRegInfo().isAllocatable(DstReg))
H A DRegisterPressure.cpp380 } else if (MRI.isAllocatable(Reg)) {
H A DPeepholeOptimizer.cpp1425 !MRI->isAllocatable(Reg);
/external/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp128 assert(MRI.isAllocatable(Reg));
146 assert(MRI.isAllocatable(Reg) &&
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h118 bool isAllocatable() const { return MC->isAllocatable(); } function in class:llvm::TargetRegisterClass
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h93 /// isAllocatable - Return true if this register class may be used to create
95 bool isAllocatable() const { return Allocatable; } function in class:llvm::MCRegisterClass
/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h703 /// isAllocatable - Returns true when PhysReg belongs to an allocatable
709 bool isAllocatable(unsigned PhysReg) const { function in class:llvm::MachineRegisterInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp120 bool SaveR2 = MF->getRegInfo().isAllocatable(PPC::X2);

Completed in 367 milliseconds