Home
last modified time | relevance | path

Searched refs:AArch64FrameLowering (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp361 bool AArch64FrameLowering::homogeneousPrologEpilog( in homogeneousPrologEpilog()
411 bool AArch64FrameLowering::producePairRegisters(MachineFunction &MF) const { in producePairRegisters()
450 AArch64FrameLowering::getStackIDForScalableVectors() const { in getStackIDForScalableVectors()
502 bool AArch64FrameLowering::canUseRedZone(const MachineFunction &MF) const { in canUseRedZone()
532 bool AArch64FrameLowering::hasFPImpl(const MachineFunction &MF) const { in hasFPImpl()
564 bool AArch64FrameLowering::isFPReserved(const MachineFunction &MF) const { in isFPReserved()
589 bool AArch64FrameLowering::hasReservedCallFrame( in hasReservedCallFrame()
599 MachineBasicBlock::iterator AArch64FrameLowering::eliminateCallFramePseudoInstr( in eliminateCallFramePseudoInstr()
662 void AArch64FrameLowering::emitCalleeSavedGPRLocations( in emitCalleeSavedGPRLocations()
695 void AArch64FrameLowering::emitCalleeSavedSVELocations( in emitCalleeSavedSVELocations()
[all …]
H A DAArch64FrameLowering.h22 class AArch64FrameLowering : public TargetFrameLowering {
24 explicit AArch64FrameLowering() in AArch64FrameLowering() function
H A DAArch64Subtarget.h99 AArch64FrameLowering FrameLowering;
143 const AArch64FrameLowering *getFrameLowering() const override { in getFrameLowering()
H A DAArch64RegisterInfo.cpp437 const AArch64FrameLowering *TFI = getFrameLowering(MF); in getStrictlyReservedRegs()
758 const AArch64FrameLowering *TFI = getFrameLowering(MF); in getFrameRegister()
782 const AArch64FrameLowering &TFI = *getFrameLowering(MF); in useFPForScavengingIndex()
832 const AArch64FrameLowering *TFI = getFrameLowering(MF); in needsFrameBaseReg()
993 const AArch64FrameLowering *TFI = getFrameLowering(MF); in eliminateFrameIndex()
1077 const AArch64FrameLowering *TFI = getFrameLowering(MF); in getRegPressureLimit()
H A DAArch64ExpandPseudoInsts.cpp1548 const AArch64FrameLowering *TFI = in expandMI()
/freebsd/lib/clang/libllvm/
H A DMakefile1384 SRCS_MIN+= Target/AArch64/AArch64FrameLowering.cpp