Home
last modified time | relevance | path

Searched refs:storeRegToStack (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsInstrInfo.h95 storeRegToStack(MBB, MBBI, SrcReg, isKill, FrameIndex, RC, TRI, 0); in storeRegToStackSlot()
106 virtual void storeRegToStack(MachineBasicBlock &MBB,
DMipsSEFrameLowering.cpp176 TII.storeRegToStack(MBB, I, VR, true, FI, RC, &RegInfo, 0); in expandStoreCCond()
221 TII.storeRegToStack(MBB, I, VR0, true, FI, RC, &RegInfo, 0); in expandStoreACC()
223 TII.storeRegToStack(MBB, I, VR1, true, FI, RC, &RegInfo, RegSize); in expandStoreACC()
303 TII.storeRegToStack(MBB, I, LoReg, I->getOperand(1).isKill(), FI, RC, in expandBuildPairF64()
305 TII.storeRegToStack(MBB, I, HiReg, I->getOperand(2).isKill(), FI, RC, in expandBuildPairF64()
355 TII.storeRegToStack(MBB, I, SrcReg, I->getOperand(1).isKill(), FI, RC, in expandExtractElementF64()
DMipsSEInstrInfo.h51 void storeRegToStack(MachineBasicBlock &MBB,
DMips16InstrInfo.h51 void storeRegToStack(MachineBasicBlock &MBB,
DMips16InstrInfo.cpp93 void Mips16InstrInfo::storeRegToStack(MachineBasicBlock &MBB, in storeRegToStack() function in Mips16InstrInfo
DMipsSEInstrInfo.cpp180 storeRegToStack(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, in storeRegToStack() function in MipsSEInstrInfo