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

/external/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h119 /// isAllocatable - Returns true when PhysReg belongs to an allocatable
125 bool isAllocatable(unsigned PhysReg) const { function in class:llvm::RegisterClassInfo
H A DLiveIntervalAnalysis.h126 /// isAllocatable - is the physical register reg allocatable in the current
128 bool isAllocatable(unsigned reg) const { function in class:llvm::LiveIntervals
/external/llvm/lib/Target/
H A DTargetRegisterInfo.cpp74 if (!RC || RC->isAllocatable())
84 if (SubRC->isAllocatable())
118 assert(RC->isAllocatable() && "invalid for nonallocatable sets");
135 if ((*I)->isAllocatable())
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h97 /// isAllocatable - Return true if this register class may be used to create
99 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/lib/CodeGen/
H A DCalcSpillWeights.cpp167 if (hweight > bestPhys && LIS.isAllocatable(hint))
H A DMachineRegisterInfo.cpp100 assert(RegClass->isAllocatable() &&
H A DRegAllocFast.cpp512 !RC->contains(Hint) || !RegClassInfo.isAllocatable(Hint)))
841 if (RegClassInfo.isAllocatable(*I))
973 if (!RegClassInfo.isAllocatable(Reg)) continue;
1061 if (!RegClassInfo.isAllocatable(Reg)) continue;
H A DAggressiveAntiDepBreaker.cpp638 if (!RegClassInfo.isAllocatable(NewSuperReg)) continue;
821 if (!RegClassInfo.isAllocatable(AntiDepReg)) {
H A DCriticalAntiDepBreaker.cpp530 if (!RegClassInfo.isAllocatable(AntiDepReg))
H A DRegAllocPBQP.cpp360 if (!lis->isAllocatable(dst)) {
H A DMachineVerifier.cpp188 bool isAllocatable(unsigned Reg) { function in struct:__anon8692::MachineVerifier
484 if (isAllocatable(reg) && !MBB->isLandingPad() &&
H A DRegisterPressure.cpp348 else if (RCI->isAllocatable(MO.getReg()))

Completed in 1092 milliseconds