reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AtomicExpandPass.cpp
 1409   unsigned ValueSize = getAtomicOpSize(CI);
 1411   switch (TLI->shouldExpandAtomicCmpXchgInIR(CI)) {
 1416       expandPartwordCmpXchg(CI);
 1421     return expandAtomicCmpXchg(CI);
 1424     expandAtomicCmpXchgToMaskedIntrinsic(CI);