Lines Matching defs:MLxExpansion
40 struct MLxExpansion : public MachineFunctionPass { struct
41 static char ID;
42 MLxExpansion() : MachineFunctionPass(ID) {} in MLxExpansion() function
46 const char *getPassName() const override { in getPassName()
51 const ARMBaseInstrInfo *TII;
52 const TargetRegisterInfo *TRI;
53 MachineRegisterInfo *MRI;
55 bool isLikeA9;
56 bool isSwift;
57 unsigned MIIdx;
58 MachineInstr* LastMIs[4];
59 SmallPtrSet<MachineInstr*, 4> IgnoreStall;