Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCRegisterInfo.h95 bool isAllocatable() const { return Allocatable; } in isAllocatable() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h933 bool isAllocatable(MCRegister PhysReg) const { in isAllocatable() function
H A DTargetRegisterInfo.h115 bool isAllocatable() const { return MC->isAllocatable(); } in isAllocatable() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp198 bool isAllocatable(Register Reg) const { in isAllocatable() function