Home
last modified time | relevance | path

Searched defs:isReserved (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h182 bool isReserved(Register Reg) const { return MRI->isReserved(Reg); } isReserved() function
H A DMachineRegisterInfo.h964 bool isReserved(MCRegister PhysReg) const { in isReserved() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h226 bool isReserved() const { return Unavailable; } in isReserved() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp169 static bool isReserved(InputSectionBase *sec) { in isReserved() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h427 bool isReserved() const { return Reserved; } in isReserved() function
442 bool isReserved() const { return CS.isReserved(); } in isReserved() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp369 IdentifierInfo::isReserved(const LangOptions &LangOpts) const { in isReserved() function in IdentifierInfo
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp216 bool isReserved(Register Reg) { in isReserved() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1126 NamedDecl::isReserved(const LangOptions &LangOpts) const { in isReserved() function in NamedDecl