Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DNEONMoveFix.cpp25 struct NEONMoveFixPass : public MachineFunctionPass { struct
26 static char ID;
27 NEONMoveFixPass() : MachineFunctionPass(ID) {} in NEONMoveFixPass() argument
31 virtual const char *getPassName() const { in getPassName()
36 const TargetRegisterInfo *TRI;
37 const ARMBaseInstrInfo *TII;
38 bool isA8;
40 typedef DenseMap<unsigned, const MachineInstr*> RegMap;