Lines Matching refs:VCC
19 /// to its bit of the VCC register (like EXEC VCC is 64-bits, one for each
20 /// Vector ALU) and then the ScalarALU will AND the VCC register with the
24 /// %VCC = V_CMP_GT_F32 %VGPR1, %VGPR2
25 /// %SGPR0 = SI_IF %VCC
33 /// %SGPR0 = S_AND_SAVEEXEC_B64 %VCC // Save and update the exec mask
187 unsigned Vcc = MI.getOperand(1).getReg();
190 .addReg(Vcc);
239 unsigned Vcc = MI.getOperand(1).getReg();
243 .addReg(Vcc)
356 // Read the next variant into VCC (lower 32 bits) <- also loop target
361 // Move index from VCC into M0
370 // Update EXEC, save the original EXEC value to VCC
371 BuildMI(MBB, &MI, DL, TII->get(AMDGPU::S_AND_SAVEEXEC_B64), AMDGPU::VCC)
372 .addReg(AMDGPU::VCC);
385 .addReg(AMDGPU::VCC);