/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.h | 42 void expandLoadStackGuard(MachineBasicBlock::iterator MI) const override;
|
D | Thumb1InstrInfo.h | 57 void expandLoadStackGuard(MachineBasicBlock::iterator MI) const override;
|
D | Thumb2InstrInfo.h | 65 void expandLoadStackGuard(MachineBasicBlock::iterator MI) const override;
|
D | ARMInstrInfo.cpp | 93 void ARMInstrInfo::expandLoadStackGuard(MachineBasicBlock::iterator MI) const { in expandLoadStackGuard() function in ARMInstrInfo
|
D | Thumb1InstrInfo.cpp | 121 void Thumb1InstrInfo::expandLoadStackGuard( in expandLoadStackGuard() function in Thumb1InstrInfo
|
D | ARMBaseInstrInfo.h | 357 virtual void expandLoadStackGuard(MachineBasicBlock::iterator MI) const = 0;
|
D | Thumb2InstrInfo.cpp | 212 void Thumb2InstrInfo::expandLoadStackGuard( in expandLoadStackGuard() function in Thumb2InstrInfo
|
D | ARMBaseInstrInfo.cpp | 1285 expandLoadStackGuard(MI); in expandPostRAPseudo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.h | 41 void expandLoadStackGuard(MachineBasicBlock::iterator MI) const override;
|
D | Thumb1InstrInfo.h | 57 void expandLoadStackGuard(MachineBasicBlock::iterator MI) const override;
|
D | Thumb2InstrInfo.h | 64 void expandLoadStackGuard(MachineBasicBlock::iterator MI) const override;
|
D | ARMInstrInfo.cpp | 92 void ARMInstrInfo::expandLoadStackGuard(MachineBasicBlock::iterator MI) const { in expandLoadStackGuard() function in ARMInstrInfo
|
D | Thumb1InstrInfo.cpp | 133 void Thumb1InstrInfo::expandLoadStackGuard( in expandLoadStackGuard() function in Thumb1InstrInfo
|
D | ARMBaseInstrInfo.h | 400 virtual void expandLoadStackGuard(MachineBasicBlock::iterator MI) const = 0;
|
D | Thumb2InstrInfo.cpp | 221 void Thumb2InstrInfo::expandLoadStackGuard( in expandLoadStackGuard() function in Thumb2InstrInfo
|
D | ARMBaseInstrInfo.cpp | 1568 expandLoadStackGuard(MI); in expandPostRAPseudo()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 147 void expandLoadStackGuard(MachineInstr *MI) const;
|
D | SystemZInstrInfo.cpp | 163 void SystemZInstrInfo::expandLoadStackGuard(MachineInstr *MI) const { in expandLoadStackGuard() function in SystemZInstrInfo 1189 expandLoadStackGuard(&MI); in expandPostRAPseudo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 176 void expandLoadStackGuard(MachineInstr *MI) const;
|
D | SystemZInstrInfo.cpp | 211 void SystemZInstrInfo::expandLoadStackGuard(MachineInstr *MI) const { in expandLoadStackGuard() function in SystemZInstrInfo 1396 expandLoadStackGuard(&MI); in expandPostRAPseudo()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 5494 static void expandLoadStackGuard(MachineInstrBuilder &MIB, in expandLoadStackGuard() function 5584 expandLoadStackGuard(MIB, *this); in expandPostRAPseudo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 3978 static void expandLoadStackGuard(MachineInstrBuilder &MIB, in expandLoadStackGuard() function 4230 expandLoadStackGuard(MIB, *this); in expandPostRAPseudo()
|