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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp78 if (!RC || RC->isAllocatable())
88 if (SubRC->isAllocatable())
122 assert(RC->isAllocatable() && "invalid for nonallocatable sets");
139 if ((*I)->isAllocatable())
H A DMachineRegisterInfo.cpp42 assert(RC && RC->isAllocatable() && "Invalid RC for virtual register");
97 assert(RegClass->isAllocatable() &&
405 if (!def_empty(*AI) || isAllocatable(*AI))
H A DCalcSpillWeights.cpp167 if (hweight > bestPhys && mri.isAllocatable(hint))
H A DRegAllocFast.cpp522 !RC->contains(Hint) || !MRI->isAllocatable(Hint)))
796 if (MRI->isAllocatable(*I))
933 if (!MRI->isAllocatable(Reg)) continue;
1022 if (!MRI->isAllocatable(Reg)) continue;
H A DAggressiveAntiDepBreaker.cpp621 if (!MRI.isAllocatable(NewSuperReg)) continue;
804 if (!MRI.isAllocatable(AntiDepReg)) {
H A DMachineVerifier.cpp187 bool isAllocatable(unsigned Reg) { function in struct:__anon2187::MachineVerifier
188 return Reg < TRI->getNumRegs() && MRI->isAllocatable(Reg);
501 if (isAllocatable(reg) && !MBB->isLandingPad() &&
H A DCriticalAntiDepBreaker.cpp524 if (!MRI.isAllocatable(AntiDepReg))
H A DMachineCSE.cpp261 if (MRI->isAllocatable(PhysDefs[i]) || MRI->isReserved(PhysDefs[i]))
H A DRegAllocPBQP.cpp356 if (!mf->getRegInfo().isAllocatable(dst)) {
H A DRegisterPressure.cpp347 else if (MRI->isAllocatable(Reg)) {
/freebsd-10.0-release/contrib/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
/freebsd-10.0-release/contrib/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
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h462 /// isAllocatable - Returns true when PhysReg belongs to an allocatable
468 bool isAllocatable(unsigned PhysReg) const { function in class:llvm::MachineRegisterInfo

Completed in 202 milliseconds