HomeSort by: relevance | last modified time | path
    Searched defs:isAllocatable (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h 115 bool isAllocatable() const { return MC->isAllocatable(); }
MachineRegisterInfo.h 927 /// isAllocatable - Returns true when PhysReg belongs to an allocatable
933 bool isAllocatable(MCRegister PhysReg) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCRegisterInfo.h 93 /// isAllocatable - Return true if this register class may be used to create
95 bool isAllocatable() const { return Allocatable; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineVerifier.cpp 198 bool isAllocatable(Register Reg) const {
605 if (isAllocatable(LI.PhysReg) && !MBB->isEHPad() &&
2641 if (hasAliases || isAllocatable(LiveInReg) || isReserved(LiveInReg))

Completed in 23 milliseconds