Home | History | Annotate | Download | only in ARM

Lines Matching refs:MEMBARRIER

678     // membarrier needs custom lowering; the rest are legal and handled
680 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom);
694 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
933 case ARMISD::MEMBARRIER: return "ARMISD::MEMBARRIER";
2371 "Unexpected ISD::MEMBARRIER encountered. Should be libcall!");
2387 return DAG.getNode(ARMISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0),
2401 "Unexpected ISD::MEMBARRIER encountered. Should be libcall!");
2406 return DAG.getNode(ARMISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0),
5150 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op, DAG, Subtarget);