Home
last modified time | relevance | path

Searched defs:isArgumentRegister (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp654 bool MachineRegisterInfo::isArgumentRegister(const MachineFunction &MF, in isArgumentRegister() function in MachineRegisterInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp568 bool AArch64RegisterInfo::isArgumentRegister(const MachineFunction &MF, in isArgumentRegister() function in AArch64RegisterInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp665 bool X86RegisterInfo::isArgumentRegister(const MachineFunction &MF, in isArgumentRegister() function in X86RegisterInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h589 virtual bool isArgumentRegister(const MachineFunction &MF, in isArgumentRegister() function