Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCRegisterInfo.h95 bool isAllocatable() const { return Allocatable; } in isAllocatable() function
/minix/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h97 bool isAllocatable() const { return MC->isAllocatable(); } in isAllocatable() function
/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h741 bool isAllocatable(unsigned PhysReg) const { in isAllocatable() function
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp190 bool isAllocatable(unsigned Reg) { in isAllocatable() function