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

  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 75 bool LoadRegFromStackSlot(MachineFunction &MF, DebugLoc DL,
129 virtual void loadRegFromStackSlot(MachineBasicBlock &MBB,
PPCInstrInfo.cpp 521 PPCInstrInfo::LoadRegFromStackSlot(MachineFunction &MF, DebugLoc DL,
609 return LoadRegFromStackSlot(MF, DL, Reg, FrameIdx,
630 PPCInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
639 if (LoadRegFromStackSlot(MF, DL, DestReg, FrameIdx, RC, NewMIs)) {

Completed in 57 milliseconds