Home
last modified time | relevance | path

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

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