Searched refs:storeRegToStack (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.h | 95 storeRegToStack(MBB, MBBI, SrcReg, isKill, FrameIndex, RC, TRI, 0); in storeRegToStackSlot() 106 virtual void storeRegToStack(MachineBasicBlock &MBB,
|
D | MipsSEFrameLowering.cpp | 176 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()
|
D | MipsSEInstrInfo.h | 51 void storeRegToStack(MachineBasicBlock &MBB,
|
D | Mips16InstrInfo.h | 51 void storeRegToStack(MachineBasicBlock &MBB,
|
D | Mips16InstrInfo.cpp | 93 void Mips16InstrInfo::storeRegToStack(MachineBasicBlock &MBB, in storeRegToStack() function in Mips16InstrInfo
|
D | MipsSEInstrInfo.cpp | 180 storeRegToStack(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, in storeRegToStack() function in MipsSEInstrInfo
|