Home
last modified time | relevance | path

Searched defs:isAllocatable (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
DMCRegisterInfo.h99 bool isAllocatable() const { return Allocatable; } in isAllocatable() function
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h100 bool isAllocatable() const { return MC->isAllocatable(); } in isAllocatable() function
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h728 bool isAllocatable(unsigned PhysReg) const { in isAllocatable() function
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp188 bool isAllocatable(unsigned Reg) { in isAllocatable() function