| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.h | 65 virtual const uint32_t *getCallPreservedMask(const MachineFunction &MF, 88 const uint32_t *getCallPreservedMask(const MachineFunction &MF, 110 const uint32_t *getCallPreservedMask(const MachineFunction &MF, 149 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
| H A D | SystemZRegisterInfo.cpp | 212 SystemZXPLINK64Registers::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in SystemZXPLINK64Registers 218 SystemZELFRegisters::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in SystemZELFRegisters 246 SystemZRegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in SystemZRegisterInfo 251 return Regs->getCallPreservedMask(MF, CC); in getCallPreservedMask()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiRegisterInfo.h | 26 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
| H A D | LanaiRegisterInfo.cpp | 264 LanaiRegisterInfo::getCallPreservedMask(const MachineFunction & /*MF*/, in getCallPreservedMask() function in LanaiRegisterInfo
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCRegisterInfo.h | 43 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
| H A D | ARCRegisterInfo.cpp | 227 ARCRegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in ARCRegisterInfo
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VERegisterInfo.h | 28 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
| H A D | VERegisterInfo.cpp | 48 const uint32_t *VERegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in VERegisterInfo
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcRegisterInfo.h | 27 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
| H A D | SparcRegisterInfo.cpp | 44 SparcRegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in SparcRegisterInfo
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kRegisterInfo.cpp | 64 M68kRegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in M68kRegisterInfo 152 const uint32_t *RegMask = getCallPreservedMask(MF, CC); in getReservedRegs()
|
| H A D | M68kRegisterInfo.h | 55 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRRegisterInfo.h | 31 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
| H A D | AVRRegisterInfo.cpp | 46 AVRRegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in llvm::AVRRegisterInfo
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVRegisterInfo.h | 27 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterInfo.h | 53 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
| H A D | MipsRegisterInfo.cpp | 124 MipsRegisterInfo::getCallPreservedMask(const MachineFunction &MF, in getCallPreservedMask() function in MipsRegisterInfo
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRegisterInfo.h | 36 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 664 const uint32_t *CallerPreserved = TRI->getCallPreservedMask(MF, CallerCC); in doCallerAndCalleePassArgsTheSameWay() 665 const uint32_t *CalleePreserved = TRI->getCallPreservedMask(MF, CalleeCC); in doCallerAndCalleePassArgsTheSameWay() 714 const uint32_t *CallerPreservedMask = TRI->getCallPreservedMask(MF, CallerCC); in areCalleeOutgoingArgsTailCallable() 866 Mask = TRI.getCallPreservedMask(MF, Info.CallConv); in getMaskForArgs() 869 Mask = TRI.getCallPreservedMask(MF, Info.CallConv); in getMaskForArgs() 917 const uint32_t *Mask = TRI->getCallPreservedMask(MF, CalleeCC); in lowerTailCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.h | 104 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.h | 52 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCallLowering.cpp | 946 const uint32_t *CallerPreserved = TRI->getCallPreservedMask(MF, CallerCC); in doCallerAndCalleePassArgsTheSameWay() 947 const uint32_t *CalleePreserved = TRI->getCallPreservedMask(MF, CalleeCC); in doCallerAndCalleePassArgsTheSameWay() 1008 const uint32_t *CallerPreservedMask = TRI->getCallPreservedMask(MF, CallerCC); in areCalleeOutgoingArgsTailCallable() 1042 const uint32_t *CallerPreserved = TRI->getCallPreservedMask(MF, CallerCC); in isEligibleForTailCallOptimization() 1137 const uint32_t *Mask = TRI->getCallPreservedMask(MF, CalleeCC); in lowerTailCall() 1305 const uint32_t *Mask = TRI->getCallPreservedMask(MF, Info.CallConv); in lowerCall()
|
| H A D | SIRegisterInfo.h | 69 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseRegisterInfo.h | 118 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.h | 87 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
|