Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
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()