HomeSort by relevance Sort by last modified time
    Searched defs:isAllocatable (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
RegisterClassInfo.h 119 /// isAllocatable - Returns true when PhysReg belongs to an allocatable
125 bool isAllocatable(unsigned PhysReg) const {
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 102 /// isAllocatable - is the physical register reg allocatable in the current
104 bool isAllocatable(unsigned reg) const {
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 102 /// isAllocatable - Return true if this register class may be used to create
104 bool isAllocatable() const { return Allocatable; }
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 103 /// isAllocatable - Return true if this register class may be used to create
105 bool isAllocatable() const { return MC->isAllocatable(); }

Completed in 179 milliseconds