Home
last modified time | relevance | path

Searched refs:isArgumentRegister (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86RegisterInfo.h120 bool isArgumentRegister(const MachineFunction &MF,
H A DX86RegisterInfo.cpp623 bool X86RegisterInfo::isArgumentRegister(const MachineFunction &MF, in isArgumentRegister() function in X86RegisterInfo
659 return X86GenRegisterInfo::isArgumentRegister(MF, Reg); in isArgumentRegister()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h121 bool isArgumentRegister(const MachineFunction &MF,
H A DAArch64RegisterInfo.cpp422 bool AArch64RegisterInfo::isArgumentRegister(const MachineFunction &MF, in isArgumentRegister() function in AArch64RegisterInfo
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp654 bool MachineRegisterInfo::isArgumentRegister(const MachineFunction &MF, in isArgumentRegister() function in MachineRegisterInfo
656 return getTargetRegisterInfo()->isArgumentRegister(MF, Reg); in isArgumentRegister()
H A DPrologEpilogInserter.cpp1224 if (OnlyArg && !TRI.isArgumentRegister(MF, Reg)) in insertZeroCallUsedRegs()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h564 virtual bool isArgumentRegister(const MachineFunction &MF, in isArgumentRegister() function
H A DMachineRegisterInfo.h231 bool isArgumentRegister(const MachineFunction &MF, MCRegister Reg) const;