Home
last modified time | relevance | path

Searched refs:isAllocatable (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/Target/
DTargetRegisterInfo.cpp74 if (!RC || RC->isAllocatable()) in getAllocatableClass()
84 if (SubRC->isAllocatable()) in getAllocatableClass()
118 assert(RC->isAllocatable() && "invalid for nonallocatable sets"); in getAllocatableSetForRC()
135 if ((*I)->isAllocatable()) in getAllocatableSet()
/external/llvm/include/llvm/CodeGen/
DRegisterClassInfo.h125 bool isAllocatable(unsigned PhysReg) const { in isAllocatable() function
DLiveIntervalAnalysis.h128 bool isAllocatable(unsigned reg) const { in isAllocatable() function
/external/llvm/lib/Target/XCore/
DXCoreRegisterInfo.td55 let isAllocatable = 0;
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h99 bool isAllocatable() const { return MC->isAllocatable(); } in isAllocatable() function
DTarget.td170 // isAllocatable - Specify that the register class can be used for virtual
172 // model instruction operand constraints, and should have isAllocatable = 0.
173 bit isAllocatable = 1;
/external/llvm/lib/CodeGen/
DCalcSpillWeights.cpp167 if (hweight > bestPhys && LIS.isAllocatable(hint)) in CalculateWeightAndHint()
DRegAllocFast.cpp512 !RC->contains(Hint) || !RegClassInfo.isAllocatable(Hint))) in allocVirtReg()
841 if (RegClassInfo.isAllocatable(*I)) in AllocateBasicBlock()
973 if (!RegClassInfo.isAllocatable(Reg)) continue; in AllocateBasicBlock()
1061 if (!RegClassInfo.isAllocatable(Reg)) continue; in AllocateBasicBlock()
DMachineRegisterInfo.cpp100 assert(RegClass->isAllocatable() && in createVirtualRegister()
DAggressiveAntiDepBreaker.cpp638 if (!RegClassInfo.isAllocatable(NewSuperReg)) continue; in FindSuitableFreeRegisters()
821 if (!RegClassInfo.isAllocatable(AntiDepReg)) { in BreakAntiDependencies()
DCriticalAntiDepBreaker.cpp530 if (!RegClassInfo.isAllocatable(AntiDepReg)) in BreakAntiDependencies()
DRegAllocPBQP.cpp360 if (!lis->isAllocatable(dst)) { in build()
DMachineVerifier.cpp188 bool isAllocatable(unsigned Reg) { in isAllocatable() function
484 if (isAllocatable(reg) && !MBB->isLandingPad() && in visitMachineBasicBlockBefore()
DRegisterPressure.cpp348 else if (RCI->isAllocatable(MO.getReg())) in collectOperands()
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h95 bool isAllocatable() const { return Allocatable; } in isAllocatable() function
/external/llvm/lib/Target/MBlaze/
DMBlazeRegisterInfo.td143 let isAllocatable = 0;
/external/llvm/lib/Target/X86/
DX86RegisterInfo.td399 let isAllocatable = 0;
412 let isAllocatable = 0;
416 let isAllocatable = 0;
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.td323 let isAllocatable = 0;
326 let isAllocatable = 0;
/external/llvm/lib/Target/ARM/
DARMRegisterInfo.td246 let isAllocatable = 0;