Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIInstrInfo.cpp2072 const TargetRegisterClass *NewDstRC = in moveSMRDToVALU() local
2076 unsigned NewDstReg = MRI.createVirtualRegister(NewDstRC); in moveSMRDToVALU()
2272 const TargetRegisterClass *NewDstRC = getOpRegClass(*Inst, 0); in moveToVALU() local
2283 if (RI.hasVGPRs(NewDstRC)) in moveToVALU()
2285 NewDstRC = RI.getEquivalentVGPRClass(NewDstRC); in moveToVALU()
2286 if (!NewDstRC) in moveToVALU()
2294 unsigned NewDstReg = MRI.createVirtualRegister(NewDstRC); in moveToVALU()