H A D | ARMParallelDSP.cpp | 52 cl::desc("Limit the number of loads analysed")); 70 SmallVector<LoadInst*, 2> VecLd; // Container for loads to widen. 197 SmallVector<LoadInst*, 4> Loads; member in __anon176cfc890111::WidenedLoad 202 append_range(Loads, Lds); in WidenedLoad() 226 LoadInst* CreateWideLoad(MemInstList &Loads, IntegerType *LoadTy); 307 LLVM_DEBUG(dbgs() << "Loads are sequential and valid:\n"; in AreSequentialLoads() 337 /// Iterate through the block and record base, offset pairs of loads which can 340 SmallVector<LoadInst*, 8> Loads; in RecordMemoryOps() local 345 // Collect loads and instruction that may write to memory. For now we only in RecordMemoryOps() 346 // record loads which are simple, sign-extended and have a single user. in RecordMemoryOps() [all …]
|