Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2446 SDNode *M0Base in SelectDS_GWS() local
2450 glueCopyToM0(N, SDValue(M0Base, 0)); in SelectDS_GWS()
H A DAMDGPUInstructionSelector.cpp1457 Register M0Base = MRI->createVirtualRegister(&AMDGPU::SReg_32RegClass); in selectDSGWSIntrinsic() local
1458 BuildMI(*MBB, &MI, DL, TII.get(AMDGPU::S_LSHL_B32), M0Base) in selectDSGWSIntrinsic()
1463 .addReg(M0Base); in selectDSGWSIntrinsic()