Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:ATOMIC_LOAD_SUB

162       // Lower ATOMIC_LOAD_SUB into ATOMIC_LOAD_ADD if LAA and LAAG are
164 setOperationAction(ISD::ATOMIC_LOAD_SUB, VT, Custom);
190 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i32, Custom);
2283 // Op is an ATOMIC_LOAD_SUB operation. Lower 8- and 16-bit operations
2447 case ISD::ATOMIC_LOAD_SUB: