Home
last modified time | relevance | path

Searched defs:MLxExpansion (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
DMLxExpansionPass.cpp40 struct MLxExpansion : public MachineFunctionPass { struct
41 static char ID;
42 MLxExpansion() : MachineFunctionPass(ID) {} in MLxExpansion() argument
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;
[all …]