Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h118 storeRegToStack(MBB, MBBI, SrcReg, isKill, FrameIndex, RC, TRI, 0); in storeRegToStackSlot()
129 virtual void storeRegToStack(MachineBasicBlock &MBB,
H A DMipsSEFrameLowering.cpp195 TII.storeRegToStack(MBB, I, VR, true, FI, RC, &RegInfo, 0); in expandStoreCCond()
240 TII.storeRegToStack(MBB, I, VR0, true, FI, RC, &RegInfo, 0); in expandStoreACC()
242 TII.storeRegToStack(MBB, I, VR1, true, FI, RC, &RegInfo, RegSize); in expandStoreACC()
327 TII.storeRegToStack(MBB, I, LoReg, I->getOperand(1).isKill(), FI, RC, in expandBuildPairF64()
329 TII.storeRegToStack(MBB, I, HiReg, I->getOperand(2).isKill(), FI, RC, in expandBuildPairF64()
391 TII.storeRegToStack(MBB, I, SrcReg, Op1.isKill(), FI, RC, &RegInfo, 0); in expandExtractElementF64()
618 STI.getInstrInfo()->storeRegToStack(MBB, MBBI, Mips::K1, false, in emitInterruptPrologueStub()
629 STI.getInstrInfo()->storeRegToStack(MBB, MBBI, Mips::K1, false, in emitInterruptPrologueStub()
H A DMipsSEInstrInfo.h50 void storeRegToStack(MachineBasicBlock &MBB,
H A DMips16InstrInfo.h56 void storeRegToStack(MachineBasicBlock &MBB,
H A DMips16InstrInfo.cpp111 void Mips16InstrInfo::storeRegToStack(MachineBasicBlock &MBB, in storeRegToStack() function in Mips16InstrInfo
H A DMipsSEInstrInfo.cpp251 storeRegToStack(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, in storeRegToStack() function in MipsSEInstrInfo