Home | History | Annotate | Download | only in ARM

Lines Matching refs:ATOMIC_SWAP

688     setOperationAction(ISD::ATOMIC_SWAP,  MVT::i64, Custom);
690 // Automatically insert fences (dmb ist) around ATOMIC_SWAP etc.
697 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand);
5227 case ISD::ATOMIC_SWAP:
5349 // This also handles ATOMIC_SWAP, indicated by BinOpcode==0.
5571 // This also handles ATOMIC_SWAP, indicated by Op1==0.