Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp65 struct ARMLoadStoreOpt : public MachineFunctionPass { struct
66 static char ID;
67 ARMLoadStoreOpt() : MachineFunctionPass(ID) {} in ARMLoadStoreOpt() function
69 const TargetInstrInfo *TII;
70 const TargetRegisterInfo *TRI;
71 const ARMSubtarget *STI;
72 const TargetLowering *TL;
73 ARMFunctionInfo *AFI;
74 RegScavenger *RS;
75 bool isThumb1, isThumb2;
[all …]