Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMasking.cpp241 auto PrepareExecInst = std::next(I); in runOnMachineFunction() local
242 if (PrepareExecInst == E) in runOnMachineFunction()
246 isLogicalOpOnExec(*PrepareExecInst) == CopyToExec) { in runOnMachineFunction()
247 LLVM_DEBUG(dbgs() << "Fold exec copy: " << *PrepareExecInst); in runOnMachineFunction()
249 PrepareExecInst->getOperand(0).setReg(AMDGPU::EXEC); in runOnMachineFunction()
251 LLVM_DEBUG(dbgs() << "into: " << *PrepareExecInst << '\n'); in runOnMachineFunction()