Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Reorder

48     ATReg(1), Reorder(true), Macro(true), Features(Features_) {}
52 Reorder = Opts->isReorder();
66 bool isReorder() const { return Reorder; }
67 void setReorder() { Reorder = true; }
68 void setNoReorder() { Reorder = false; }
86 bool Reorder;
1912 // If this instruction has a delay slot and .set reorder is active,
1922 // If .set reorder has been used, we've already emitted a NOP.
2126 // If .set reorder is active and branch instruction has a delay slot,
2498 // If .set reorder is active and branch instruction has a delay slot,
5492 } else if (Tok.getString() == "reorder") {