Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp2655 const TargetRegisterClass *NewDstRC = getDestEquivalentVGPRClass(Inst); in moveToVALU() local
2656 if (!NewDstRC) in moveToVALU()
2660 NewDstReg = MRI.createVirtualRegister(NewDstRC); in moveToVALU()
2949 const TargetRegisterClass *NewDstRC = getOpRegClass(Inst, 0); in getDestEquivalentVGPRClass() local
2959 if (RI.hasVGPRs(NewDstRC)) in getDestEquivalentVGPRClass()
2962 NewDstRC = RI.getEquivalentVGPRClass(NewDstRC); in getDestEquivalentVGPRClass()
2963 if (!NewDstRC) in getDestEquivalentVGPRClass()
2965 return NewDstRC; in getDestEquivalentVGPRClass()
2967 return NewDstRC; in getDestEquivalentVGPRClass()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp4042 const TargetRegisterClass *NewDstRC = getDestEquivalentVGPRClass(Inst); in moveToVALU() local
4043 if (!NewDstRC) in moveToVALU()
4048 NewDstRC == RI.getRegClassForReg(MRI, Inst.getOperand(1).getReg())) { in moveToVALU()
4069 NewDstReg = MRI.createVirtualRegister(NewDstRC); in moveToVALU()
4559 const TargetRegisterClass *NewDstRC = getOpRegClass(Inst, 0); in getDestEquivalentVGPRClass() local
4571 if (RI.hasVGPRs(NewDstRC)) in getDestEquivalentVGPRClass()
4574 NewDstRC = RI.getEquivalentVGPRClass(NewDstRC); in getDestEquivalentVGPRClass()
4575 if (!NewDstRC) in getDestEquivalentVGPRClass()
4577 return NewDstRC; in getDestEquivalentVGPRClass()
4579 return NewDstRC; in getDestEquivalentVGPRClass()