Searched refs:storeRegToStack (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEFrameLowering.cpp | 192 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 D | MipsInstrInfo.h | 149 storeRegToStack(MBB, MBBI, SrcReg, isKill, FrameIndex, RC, TRI, 0, Flags); 161 storeRegToStack(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,
|
| H A D | MipsSEInstrInfo.h | 50 void storeRegToStack(
|
| H A D | Mips16InstrInfo.h | 56 void storeRegToStack(
|
| H A D | Mips16InstrInfo.cpp | 104 void Mips16InstrInfo::storeRegToStack(MachineBasicBlock &MBB, in storeRegToStack() function in Mips16InstrInfo
|
| H A D | MipsSEInstrInfo.cpp | 212 void MipsSEInstrInfo::storeRegToStack(MachineBasicBlock &MBB, in storeRegToStack() function in MipsSEInstrInfo
|