Home | History | Annotate | Download | only in ARM

Lines Matching refs:MEMBARRIER

620     // membarrier needs custom lowering; the rest are legal and handled
622 setOperationAction(ISD::MEMBARRIER, MVT::Other, Custom);
636 setOperationAction(ISD::MEMBARRIER, MVT::Other, Expand);
862 case ARMISD::MEMBARRIER: return "ARMISD::MEMBARRIER";
2282 "Unexpected ISD::MEMBARRIER encountered. Should be libcall!");
2298 return DAG.getNode(ARMISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0),
2312 "Unexpected ISD::MEMBARRIER encountered. Should be libcall!");
2317 return DAG.getNode(ARMISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0),
4949 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op, DAG, Subtarget);