HomeSort by relevance Sort by last modified time
    Searched refs:storeRegToStackSlot (Results 1 - 25 of 41) sorted by null

1 2

  /external/llvm/lib/Target/ARM/
Thumb1InstrInfo.h 44 void storeRegToStackSlot(MachineBasicBlock &MBB,
Thumb2InstrInfo.h 46 void storeRegToStackSlot(MachineBasicBlock &MBB,
Thumb1InstrInfo.cpp 46 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
Thumb2InstrInfo.cpp 120 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
144 ARMBaseInstrInfo::storeRegToStackSlot(MBB, I, SrcReg, isKill, FI, RC, TRI);
ARMBaseInstrInfo.h 114 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Alpha/
AlphaInstrInfo.h 49 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Blackfin/
BlackfinInstrInfo.h 54 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
BlackfinInstrInfo.cpp 170 BlackfinInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/CellSPU/
SPUInstrInfo.h 53 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 60 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
MSP430InstrInfo.cpp 35 void MSP430InstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 83 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 73 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 69 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
XCoreInstrInfo.cpp 361 void XCoreInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 162 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/PTX/
PTXInstrInfo.h 91 // TODO: Implement this eventually and get rid of storeRegToStackSlot and
102 virtual void storeRegToStackSlot(MachineBasicBlock& MBB,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 71 bool StoreRegToStackSlot(MachineFunction &MF,
120 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.h 215 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
MBlazeInstrInfo.cpp 93 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
  /external/llvm/lib/CodeGen/
Spiller.cpp 153 tii->storeRegToStackSlot(*mi->getParent(), llvm::next(miItr), newVReg,
RegisterScavenging.cpp 376 TII->storeRegToStackSlot(*MBB, I, SReg, true, ScavengingFrameIndex, RC,TRI);
TargetInstrInfoImpl.cpp 322 storeRegToStackSlot(*MBB, Pos, MO.getReg(), MO.isKill(), FI, RC, TRI);
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 225 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 364 /// storeRegToStackSlot - Store the specified register of the given register
369 virtual void storeRegToStackSlot(MachineBasicBlock &MBB,
374 assert(0 && "Target didn't implement TargetInstrInfo::storeRegToStackSlot!");
    [all...]

Completed in 403 milliseconds

1 2