/external/llvm/lib/Target/Mips/ |
MipsSEFrameLowering.h | 42 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
|
Mips16FrameLowering.h | 46 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
|
Mips16FrameLowering.cpp | 169 processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
|
MipsSEFrameLowering.cpp | 499 processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
|
/external/llvm/lib/Target/Sparc/ |
SparcFrameLowering.h | 43 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
|
SparcFrameLowering.cpp | 208 void SparcFrameLowering::processFunctionBeforeCalleeSavedScan
|
/external/llvm/lib/Target/XCore/ |
XCoreFrameLowering.h | 48 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
|
XCoreFrameLowering.cpp | 355 XCoreFrameLowering::processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
|
/external/llvm/lib/Target/AArch64/ |
AArch64FrameLowering.h | 62 virtual void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
|
AArch64FrameLowering.cpp | 354 AArch64FrameLowering::processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
|
/external/llvm/lib/Target/ARM/ |
ARMFrameLowering.h | 59 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
|
ARMFrameLowering.cpp | [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZFrameLowering.h | 37 processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
|
SystemZFrameLowering.cpp | 65 processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
|
/external/llvm/lib/Target/X86/ |
X86FrameLowering.h | 75 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
|
X86FrameLowering.cpp | [all...] |
/external/llvm/include/llvm/Target/ |
TargetFrameLowering.h | 189 /// processFunctionBeforeCalleeSavedScan - This method is called immediately 192 virtual void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
|
/external/llvm/lib/Target/PowerPC/ |
PPCFrameLowering.h | 48 void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
|
PPCFrameLowering.cpp | [all...] |
/external/llvm/lib/CodeGen/ |
PrologEpilogInserter.cpp | 89 TFI->processFunctionBeforeCalleeSavedScan(Fn, RS); [all...] |