Lines Matching refs:AtomicRMWInst
164 FunctionCallee TsanAtomicRMW[AtomicRMWInst::LAST_BINOP + 1]
282 for (unsigned Op = AtomicRMWInst::FIRST_BINOP; in initialize()
283 Op <= AtomicRMWInst::LAST_BINOP; ++Op) { in initialize()
286 if (Op == AtomicRMWInst::Xchg) in initialize()
288 else if (Op == AtomicRMWInst::Add) in initialize()
290 else if (Op == AtomicRMWInst::Sub) in initialize()
292 else if (Op == AtomicRMWInst::And) in initialize()
294 else if (Op == AtomicRMWInst::Or) in initialize()
296 else if (Op == AtomicRMWInst::Xor) in initialize()
298 else if (Op == AtomicRMWInst::Nand) in initialize()
742 } else if (AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(I)) { in instrumentAtomic()