Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp101 static char ID;
106 const ARMSubtarget *STI;
107 const TargetLowering *TL;
108 ARMFunctionInfo *AFI;
109 LivePhysRegs LiveRegs;
112 bool LiveRegsValid;
113 bool RegClassInfoValid;
114 bool isThumb1, isThumb2;
116 ARMLoadStoreOpt() : MachineFunctionPass(ID) {} in ARMLoadStoreOpt() argument
130 struct MemOpQueueEntry {
[all …]