Searched defs:isReserved (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h190 bool isReserved(Register Reg) const { return MRI->isReserved(Reg); } function in class:llvm::RegScavenger
H A DMachineRegisterInfo.h897 bool isReserved(Register PhysReg) const { function in class:llvm::MachineRegisterInfo
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp164 static bool isReserved(InputSectionBase *sec) { function in namespace:lld::elf
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h227 bool isReserved() const { return Unavailable; } function in class:llvm::mca::ResourceState
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h328 bool isReserved() const { return Reserved; } function in class:llvm::mca::CycleSegment
343 bool isReserved() const { return CS.isReserved(); } function in struct:llvm::mca::ResourceUsage
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp216 bool isReserved(unsigned Reg) { function in struct:__anon1773::MachineVerifier

Completed in 204 milliseconds