Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp2322 Register NewCondReg = MRI.createGenericVirtualRegister(S32); in applyMappingImpl() local
2323 MRI.setRegBank(NewCondReg, AMDGPU::SGPRRegBank); in applyMappingImpl()
2325 MI.getOperand(1).setReg(NewCondReg); in applyMappingImpl()
2326 B.buildZExt(NewCondReg, CondRegs[0]); in applyMappingImpl()
2372 Register NewCondReg = MRI.createGenericVirtualRegister(S32); in applyMappingImpl() local
2373 MRI.setRegBank(NewCondReg, AMDGPU::SGPRRegBank); in applyMappingImpl()
2375 MI.getOperand(0).setReg(NewCondReg); in applyMappingImpl()
2376 B.buildZExt(NewCondReg, CondReg); in applyMappingImpl()
H A DSIInstrInfo.cpp6178 Register NewCondReg = MRI.createVirtualRegister(BoolXExecRC); in emitLoadScalarOpsFromVGPRLoop() local
6186 CondReg = NewCondReg; in emitLoadScalarOpsFromVGPRLoop()
6191 .addReg(NewCondReg); in emitLoadScalarOpsFromVGPRLoop()
6229 NewCondReg) in emitLoadScalarOpsFromVGPRLoop()
6239 CondReg = NewCondReg; in emitLoadScalarOpsFromVGPRLoop()
6244 .addReg(NewCondReg); in emitLoadScalarOpsFromVGPRLoop()
7445 Register NewCondReg = CondReg; in lowerSelect() local
7449 NewCondReg = MRI.createVirtualRegister(TC); in lowerSelect()
7460 BuildMI(MBB, MII, DL, get(AMDGPU::COPY), NewCondReg) in lowerSelect()
7489 .addReg(NewCondReg); in lowerSelect()
[all …]