Searched refs:isGeneralPurposeRegister (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp664 bool MachineRegisterInfo::isGeneralPurposeRegister(const MachineFunction &MF, function in class:MachineRegisterInfo
666 return getTargetRegisterInfo()->isGeneralPurposeRegister(MF, Reg);
H A DPrologEpilogInserter.cpp1272 if (OnlyGPR && !TRI.isGeneralPurposeRegister(MF, Reg))
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h601 virtual bool isGeneralPurposeRegister(const MachineFunction &MF,
H A DMachineRegisterInfo.h253 bool isGeneralPurposeRegister(const MachineFunction &MF,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp590 if (TRI->isGeneralPurposeRegister(MF, Reg)) {
H A DX86InstrInfo.cpp10537 if (TRI.isGeneralPurposeRegister(MF, Reg)) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp958 if (TRI.isGeneralPurposeRegister(MF, Reg)) {
H A DAArch64InstrInfo.cpp9194 if (TRI.isGeneralPurposeRegister(MF, Reg)) {

Completed in 312 milliseconds