Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp192 TII.storeRegToStack(MBB, I, VR, true, FI, RC, &RegInfo, 0); in expandStoreCCond()
237 TII.storeRegToStack(MBB, I, VR0, true, FI, RC, &RegInfo, 0); in expandStoreACC()
239 TII.storeRegToStack(MBB, I, VR1, true, FI, RC, &RegInfo, RegSize); in expandStoreACC()
324 TII.storeRegToStack(MBB, I, LoReg, I->getOperand(1).isKill(), FI, RC, in expandBuildPairF64()
326 TII.storeRegToStack(MBB, I, HiReg, I->getOperand(2).isKill(), FI, RC, in expandBuildPairF64()
388 TII.storeRegToStack(MBB, I, SrcReg, Op1.isKill(), FI, RC, &RegInfo, 0); in expandExtractElementF64()
581 STI.getInstrInfo()->storeRegToStack(MBB, MBBI, Mips::K1, false, in emitInterruptPrologueStub()
592 STI.getInstrInfo()->storeRegToStack(MBB, MBBI, Mips::K1, false, in emitInterruptPrologueStub()
H A DMipsInstrInfo.h149 storeRegToStack(MBB, MBBI, SrcReg, isKill, FrameIndex, RC, TRI, 0, Flags);
161 storeRegToStack(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,
H A DMipsSEInstrInfo.h50 void storeRegToStack(
H A DMips16InstrInfo.h56 void storeRegToStack(
H A DMips16InstrInfo.cpp104 void Mips16InstrInfo::storeRegToStack(MachineBasicBlock &MBB, in storeRegToStack() function in Mips16InstrInfo
H A DMipsSEInstrInfo.cpp212 void MipsSEInstrInfo::storeRegToStack(MachineBasicBlock &MBB, in storeRegToStack() function in MipsSEInstrInfo