Searched refs:SrcKill (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSEFrameLowering.cpp | 218 unsigned SrcKill = getKillRegState(I->getOperand(0).isKill()); in expandStoreACC() local 223 BuildMI(MBB, I, DL, TII.get(MFHiOpc), VR1).addReg(Src, SrcKill); in expandStoreACC() 249 unsigned SrcKill = getKillRegState(I->getOperand(1).isKill()); in expandCopyACC() local 257 BuildMI(MBB, I, DL, TII.get(MFHiOpc), VR1).addReg(Src, SrcKill); in expandCopyACC()
|