Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.h123 bool isArgumentRegister(const MachineFunction &MF,
H A DX86RegisterInfo.cpp665 bool X86RegisterInfo::isArgumentRegister(const MachineFunction &MF, in isArgumentRegister() function in X86RegisterInfo
701 return X86GenRegisterInfo::isArgumentRegister(MF, Reg); in isArgumentRegister()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h128 bool isArgumentRegister(const MachineFunction &MF,
H A DAArch64RegisterInfo.cpp568 bool AArch64RegisterInfo::isArgumentRegister(const MachineFunction &MF, in isArgumentRegister() function in AArch64RegisterInfo
/freebsd-14.2/contrib/llvm-project/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.cpp1284 } else if (!TRI.isArgumentRegister(MF, Reg)) { in insertZeroCallUsedRegs()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h589 virtual bool isArgumentRegister(const MachineFunction &MF, in isArgumentRegister() function
H A DMachineRegisterInfo.h247 bool isArgumentRegister(const MachineFunction &MF, MCRegister Reg) const;