Lines Matching full:barrier
1702 class Barrier<string asmstr> : InstSE<(outs), (ins), asmstr, [], NoItinerary,
1704 def SSNOP : MMRel, StdMMR6Rel, Barrier<"ssnop">, BARRIER_FM<1>;
1705 def EHB : MMRel, Barrier<"ehb">, BARRIER_FM<3>;
1706 def PAUSE : MMRel, StdMMR6Rel, Barrier<"pause">, BARRIER_FM<5>, ISA_MIPS32R2;