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

123

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCRegisterInfo.h45 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DARCRegisterInfo.cpp232 ARCRegisterInfo::getCallPreservedMask(const MachineFunction &MF, function in class:ARCRegisterInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.h31 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DAVRRegisterInfo.cpp45 AVRRegisterInfo::getCallPreservedMask(const MachineFunction &MF, function in class:llvm::AVRRegisterInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.h26 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DLanaiRegisterInfo.cpp269 LanaiRegisterInfo::getCallPreservedMask(const MachineFunction & /*MF*/, function in class:LanaiRegisterInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.h27 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DRISCVRegisterInfo.cpp156 RISCVRegisterInfo::getCallPreservedMask(const MachineFunction & MF, function in class:RISCVRegisterInfo
/freebsd-12-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-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.h28 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DVERegisterInfo.cpp40 const uint32_t *VERegisterInfo::getCallPreservedMask(const MachineFunction &MF, function in class:VERegisterInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.h36 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
/freebsd-12-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-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h79 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.h108 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DX86RegisterInfo.cpp409 X86RegisterInfo::getCallPreservedMask(const MachineFunction &MF, function in class:X86RegisterInfo
552 const uint32_t *RegMask = getCallPreservedMask(MF, CC);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h49 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
H A DAArch64CallLowering.cpp551 const uint32_t *CallerPreserved = TRI->getCallPreservedMask(MF, CallerCC);
552 const uint32_t *CalleePreserved = TRI->getCallPreservedMask(MF, CalleeCC);
597 const uint32_t *CallerPreservedMask = TRI->getCallPreservedMask(MF, CallerCC);
818 const uint32_t *Mask = TRI->getCallPreservedMask(MF, CalleeCC);
975 const uint32_t *Mask = TRI->getCallPreservedMask(MF, Info.CallConv);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h115 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterInfo.cpp116 const uint32_t *SIRegisterInfo::getCallPreservedMask(const MachineFunction &MF,
H A DSIRegisterInfo.h62 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h88 const uint32_t *getCallPreservedMask(const MachineFunction &MF,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp433 getCallPreservedMask(MF, MF.getFunction().getCallingConv());

Completed in 281 milliseconds

123