Home | History | Annotate | Download | only in X86

Lines Matching refs:MEMBARRIER

20663     // FIXME: we could just insert an X86ISD::MEMBARRIER here, except we are at
20717 // MEMBARRIER is a compiler barrier; it codegens to a no-op.
20718 return DAG.getNode(X86ISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0));
22269 case X86ISD::MEMBARRIER: return "X86ISD::MEMBARRIER";