HomeSort by relevance Sort by last modified time
    Searched refs:processFunctionBeforeFrameFinalized (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/MBlaze/
MBlazeRegisterInfo.h 61 void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
MBlazeRegisterInfo.cpp 171 processFunctionBeforeFrameFinalized(MachineFunction &MF) const {
  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.h 52 void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
MSP430RegisterInfo.cpp 224 MSP430RegisterInfo::processFunctionBeforeFrameFinalized(MachineFunction &MF)
  /external/llvm/lib/Target/Sparc/
SparcRegisterInfo.h 46 void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.h 58 void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 182 /// processFunctionBeforeFrameFinalized - This method is called immediately
187 virtual void processFunctionBeforeFrameFinalized(MachineFunction &MF) const {
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 46 void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
PPCFrameLowering.cpp 788 void PPCFrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF)
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 104 TFI->processFunctionBeforeFrameFinalized(Fn);

Completed in 100 milliseconds