Searched refs:getCallPreservedMask (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.h26 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DLanaiRegisterInfo.cpp264 LanaiRegisterInfo::getCallPreservedMask(const MachineFunction & /*MF*/, function in class:LanaiRegisterInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCRegisterInfo.h43 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DARCRegisterInfo.cpp227 ARCRegisterInfo::getCallPreservedMask(const MachineFunction &MF, function in class:ARCRegisterInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.h31 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DAVRRegisterInfo.cpp46 AVRRegisterInfo::getCallPreservedMask(const MachineFunction &MF, function in class:llvm::AVRRegisterInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.h27 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DRISCVRegisterInfo.cpp192 RISCVRegisterInfo::getCallPreservedMask(const MachineFunction & MF, function in class:RISCVRegisterInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.h27 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DSparcRegisterInfo.cpp44 SparcRegisterInfo::getCallPreservedMask(const MachineFunction &MF, function in class:SparcRegisterInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.h28 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DVERegisterInfo.cpp45 const uint32_t *VERegisterInfo::getCallPreservedMask(const MachineFunction &MF, function in class:VERegisterInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.h36 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.h53 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DMipsRegisterInfo.cpp124 MipsRegisterInfo::getCallPreservedMask(const MachineFunction &MF, function in class:MipsRegisterInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h74 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.h104 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DX86RegisterInfo.cpp403 X86RegisterInfo::getCallPreservedMask(const MachineFunction &MF, function in class:X86RegisterInfo
546 const uint32_t *RegMask = getCallPreservedMask(MF, CC);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h52 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp578 const uint32_t *CallerPreserved = TRI->getCallPreservedMask(MF, CallerCC);
579 const uint32_t *CalleePreserved = TRI->getCallPreservedMask(MF, CalleeCC);
624 const uint32_t *CallerPreservedMask = TRI->getCallPreservedMask(MF, CallerCC);
845 const uint32_t *Mask = TRI->getCallPreservedMask(MF, CalleeCC);
1001 const uint32_t *Mask = TRI->getCallPreservedMask(MF, Info.CallConv);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h115 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp275 const uint32_t *Mask = TRI.getCallPreservedMask(MF, CC);
H A DTargetRegisterInfo.cpp450 getCallPreservedMask(MF, MF.getFunction().getCallingConv());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h87 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h64 const uint32_t *getCallPreservedMask(const MachineFunction &MF,

Completed in 374 milliseconds

123