Home | History | Annotate | Download | only in X86

Lines Matching refs:MEMBARRIER

15951   // MEMBARRIER is a compiler barrier; it codegens to a no-op.
15952 return DAG.getNode(X86ISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0));
16626 case X86ISD::MEMBARRIER: return "X86ISD::MEMBARRIER";