Searched refs:UseCopy (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp1014 bool UseCopy = TII->getNamedOperand(*MI, AMDGPU::OpName::src2)->isReg(); local
1018 MI->setDesc(TII->get(UseCopy ? AMDGPU::COPY : AMDGPU::V_MOV_B32_e32));

Completed in 47 milliseconds