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

/external/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp88 if (!RC || RC->isAllocatable())
98 if (SubRC->isAllocatable())
132 assert(RC->isAllocatable() && "invalid for nonallocatable sets");
149 if ((*I)->isAllocatable())
H A DMachineRegisterInfo.cpp47 assert(RC && RC->isAllocatable() && "Invalid RC for virtual register");
99 assert(RegClass->isAllocatable() &&
414 if (!def_empty(*AI) || isAllocatable(*AI))
H A DCalcSpillWeights.cpp158 if (hweight > bestPhys && mri.isAllocatable(hint))
H A DRegAllocFast.cpp520 !RC->contains(Hint) || !MRI->isAllocatable(Hint)))
797 if (MRI->isAllocatable(*I))
930 if (!MRI->isAllocatable(Reg)) continue;
1019 if (!MRI->isAllocatable(Reg)) continue;
H A DAggressiveAntiDepBreaker.cpp632 if (!MRI.isAllocatable(NewSuperReg)) continue;
815 if (!MRI.isAllocatable(AntiDepReg)) {
H A DMachineVerifier.cpp188 bool isAllocatable(unsigned Reg) { function in struct:__anon25778::MachineVerifier
189 return Reg < TRI->getNumRegs() && MRI->isAllocatable(Reg);
512 if (isAllocatable(reg) && !MBB->isLandingPad() &&
H A DCriticalAntiDepBreaker.cpp570 if (!MRI.isAllocatable(AntiDepReg))
H A DMachineCSE.cpp277 if (MRI->isAllocatable(PhysDefs[i]) || MRI->isReserved(PhysDefs[i]))
H A DRegAllocPBQP.cpp344 if (!mf->getRegInfo().isAllocatable(dst)) {
H A DRegisterPressure.cpp349 else if (MRI->isAllocatable(Reg)) {
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h98 /// isAllocatable - Return true if this register class may be used to create
100 bool isAllocatable() const { return MC->isAllocatable(); } function in class:llvm::TargetRegisterClass
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h97 /// isAllocatable - Return true if this register class may be used to create
99 bool isAllocatable() const { return Allocatable; } function in class:llvm::MCRegisterClass
/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h722 /// isAllocatable - Returns true when PhysReg belongs to an allocatable
728 bool isAllocatable(unsigned PhysReg) const { function in class:llvm::MachineRegisterInfo

Completed in 2460 milliseconds