Home
last modified time | relevance | path

Searched refs:expandLoadStackGuard (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrInfo.h41 void expandLoadStackGuard(MachineBasicBlock::iterator MI) const override;
H A DThumb1InstrInfo.h57 void expandLoadStackGuard(MachineBasicBlock::iterator MI) const override;
H A DThumb2InstrInfo.h71 void expandLoadStackGuard(MachineBasicBlock::iterator MI) const override;
H A DARMInstrInfo.cpp93 void ARMInstrInfo::expandLoadStackGuard(MachineBasicBlock::iterator MI) const { in expandLoadStackGuard() function in ARMInstrInfo
H A DThumb1InstrInfo.cpp134 void Thumb1InstrInfo::expandLoadStackGuard( in expandLoadStackGuard() function in Thumb1InstrInfo
H A DARMBaseInstrInfo.h474 virtual void expandLoadStackGuard(MachineBasicBlock::iterator MI) const = 0;
H A DThumb2InstrInfo.cpp250 void Thumb2InstrInfo::expandLoadStackGuard( in expandLoadStackGuard() function in Thumb2InstrInfo
H A DARMBaseInstrInfo.cpp1682 expandLoadStackGuard(MI); in expandPostRAPseudo()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h190 void expandLoadStackGuard(MachineInstr *MI) const;
H A DSystemZInstrInfo.cpp216 void SystemZInstrInfo::expandLoadStackGuard(MachineInstr *MI) const { in expandLoadStackGuard() function in SystemZInstrInfo
1514 expandLoadStackGuard(&MI); in expandPostRAPseudo()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4780 static void expandLoadStackGuard(MachineInstrBuilder &MIB, in expandLoadStackGuard() function
5030 expandLoadStackGuard(MIB, *this); in expandPostRAPseudo()