HomeSort by relevance Sort by last modified time
    Searched defs:isAllocatable (Results 1 - 5 of 5) 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 {
MachineVerifier.cpp 182 bool isAllocatable(unsigned Reg) {
420 if (isAllocatable(reg) && !MBB->isLandingPad() &&
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 128 /// isAllocatable - is the physical register reg allocatable in the current
130 bool isAllocatable(unsigned reg) const {
  /external/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; }
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 97 /// isAllocatable - Return true if this register class may be used to create
99 bool isAllocatable() const { return MC->isAllocatable(); }

Completed in 80 milliseconds