reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
246 if (const StoreInst *SI = dyn_cast<StoreInst>(&I)) { 249 } else if (const LoadInst *LI = dyn_cast<LoadInst>(&I)) { 252 } else if (const AtomicCmpXchgInst *AI = dyn_cast<AtomicCmpXchgInst>(&I)) { 259 } else if (const AtomicRMWInst *AI = dyn_cast<AtomicRMWInst>(&I)) { 267 OptimizationRemarkMissed R("gisel-irtranslator", "", &I); 268 R << "unable to translate memop: " << ore::NV("Opcode", &I);