Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp2299 const TargetRegisterClass *NewDstRC; in splitSMRD() local
2304 NewDstRC = &AMDGPU::VReg_64RegClass; in splitSMRD()
2309 NewDstRC = &AMDGPU::VReg_128RegClass; in splitSMRD()
2314 NewDstRC = &AMDGPU::VReg_256RegClass; in splitSMRD()
2319 NewDstRC = &AMDGPU::VReg_512RegClass; in splitSMRD()
2326 unsigned NewDst = MRI.createVirtualRegister(NewDstRC); in splitSMRD()
2401 const TargetRegisterClass *NewDstRC in moveSMRDToVALU() local
2403 unsigned NewDstReg = MRI.createVirtualRegister(NewDstRC); in moveSMRDToVALU()
2594 const TargetRegisterClass *NewDstRC = getDestEquivalentVGPRClass(*Inst); in moveToVALU() local
2595 if (!NewDstRC) in moveToVALU()
[all …]