reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
605 assert(MI->getDesc().TSFlags & SIInstrFlags::maybeAtomic); 607 if (MI->getOpcode() != AMDGPU::ATOMIC_FENCE) 611 static_cast<AtomicOrdering>(MI->getOperand(0).getImm()); 613 SyncScope::ID SSID = static_cast<SyncScope::ID>(MI->getOperand(1).getImm()); 616 reportUnsupported(MI, "Unsupported atomic synchronization scope"); 628 reportUnsupported(MI, "Unsupported atomic address space");