Home | History | Annotate | Download | only in Sparc

Lines Matching refs:AtomicExpansionKind

1415 TargetLowering::AtomicExpansionKind SparcTargetLowering::shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const {
1418 return AtomicExpansionKind::None; // Uses xchg instruction
1420 return AtomicExpansionKind::CmpXChg;