Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DMLxExpansionPass.cpp39 struct MLxExpansion : public MachineFunctionPass { struct
40 static char ID;
41 MLxExpansion() : MachineFunctionPass(ID) {} in MLxExpansion() argument
45 virtual const char *getPassName() const { in getPassName()
50 const ARMBaseInstrInfo *TII;
51 const TargetRegisterInfo *TRI;
52 MachineRegisterInfo *MRI;
54 bool isLikeA9;
55 bool isSwift;
56 unsigned MIIdx;
[all …]