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

/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h510 bool isAllocatable(unsigned PhysReg) const { function in class:llvm::MachineRegisterInfo
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h100 bool isAllocatable() const { return MC->isAllocatable(); } function in class:llvm::TargetRegisterClass
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCRegisterInfo.h99 bool isAllocatable() const { return Allocatable; } function in class:llvm::MCRegisterClass
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineVerifier.cpp188 bool isAllocatable(unsigned Reg) { function in struct:__anon2156::MachineVerifier

Completed in 155 milliseconds