Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIInstrInfo.cpp2361 unsigned FullDestReg = MRI.createVirtualRegister(DestRC); in splitScalar64BitUnaryOp() local
2362 BuildMI(MBB, MII, DL, get(TargetOpcode::REG_SEQUENCE), FullDestReg) in splitScalar64BitUnaryOp()
2368 MRI.replaceRegWith(Dest.getReg(), FullDestReg); in splitScalar64BitUnaryOp()
2425 unsigned FullDestReg = MRI.createVirtualRegister(DestRC); in splitScalar64BitBinaryOp() local
2426 BuildMI(MBB, MII, DL, get(TargetOpcode::REG_SEQUENCE), FullDestReg) in splitScalar64BitBinaryOp()
2432 MRI.replaceRegWith(Dest.getReg(), FullDestReg); in splitScalar64BitBinaryOp()