Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h100 bool isAllocatable() const { return Allocatable; } in isAllocatable() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h982 bool isAllocatable(MCRegister PhysReg) const { in isAllocatable() function
H A DTargetRegisterInfo.h119 bool isAllocatable() const { return MC->isAllocatable(); } in isAllocatable() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp220 bool isAllocatable(Register Reg) const { in isAllocatable() function