Searched refs:NoRetAtomicOp (Results 1 – 2 of 2) sorted by relevance
3269 int NoRetAtomicOp = AMDGPU::getAtomicNoRetOp(MI.getOpcode()); in AdjustInstrPostInstrSelection() local3270 if (NoRetAtomicOp != -1) { in AdjustInstrPostInstrSelection()3272 MI.setDesc(TII->get(NoRetAtomicOp)); in AdjustInstrPostInstrSelection()3290 MI.setDesc(TII->get(NoRetAtomicOp)); in AdjustInstrPostInstrSelection()
8194 int NoRetAtomicOp = AMDGPU::getAtomicNoRetOp(MI.getOpcode()); in AdjustInstrPostInstrSelection() local8195 if (NoRetAtomicOp != -1) { in AdjustInstrPostInstrSelection()8197 MI.setDesc(TII->get(NoRetAtomicOp)); in AdjustInstrPostInstrSelection()8215 MI.setDesc(TII->get(NoRetAtomicOp)); in AdjustInstrPostInstrSelection()