Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.h41 void expandLoadStackGuard(MachineBasicBlock::iterator MI) const override;
H A DThumb1InstrInfo.h58 void expandLoadStackGuard(MachineBasicBlock::iterator MI) const override;
H A DThumb2InstrInfo.h76 void expandLoadStackGuard(MachineBasicBlock::iterator MI) const override;
H A DARMInstrInfo.cpp94 void ARMInstrInfo::expandLoadStackGuard(MachineBasicBlock::iterator MI) const { in expandLoadStackGuard() function in ARMInstrInfo
H A DThumb1InstrInfo.cpp171 void Thumb1InstrInfo::expandLoadStackGuard( in expandLoadStackGuard() function in Thumb1InstrInfo
H A DARMBaseInstrInfo.h482 virtual void expandLoadStackGuard(MachineBasicBlock::iterator MI) const = 0;
H A DThumb2InstrInfo.cpp255 void Thumb2InstrInfo::expandLoadStackGuard( in expandLoadStackGuard() function in Thumb2InstrInfo
H A DARMBaseInstrInfo.cpp1688 expandLoadStackGuard(MI); in expandPostRAPseudo()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h201 void expandLoadStackGuard(MachineInstr *MI) const;
H A DSystemZInstrInfo.cpp229 void SystemZInstrInfo::expandLoadStackGuard(MachineInstr *MI) const { in expandLoadStackGuard() function in SystemZInstrInfo
1774 expandLoadStackGuard(&MI); in expandPostRAPseudo()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5981 static void expandLoadStackGuard(MachineInstrBuilder &MIB, in expandLoadStackGuard() function
6282 expandLoadStackGuard(MIB, *this); in expandPostRAPseudo()