Searched refs:SrcKill (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEFrameLowering.cpp | 235 unsigned SrcKill = getKillRegState(I->getOperand(0).isKill()); in expandStoreACC() local 240 BuildMI(MBB, I, DL, TII.get(MFHiOpc), VR1).addReg(Src, SrcKill); in expandStoreACC() 267 unsigned SrcKill = getKillRegState(I->getOperand(1).isKill()); in expandCopyACC() local 275 BuildMI(MBB, I, DL, TII.get(MFHiOpc), VR1).addReg(Src, SrcKill); in expandCopyACC()
|