Searched refs:LastLoad (Results 1 – 5 of 5) sorted by relevance
114 MachineInstr *LastLoad = nullptr; in run() local138 LastLoad = &*MI; in run()143 if (LastLoad && !LastLoad->memoperands_empty()) { in run()144 MachineMemOperand *MMO = *LastLoad->memoperands_begin(); in run()147 LLVM_DEBUG(dbgs() << " Found last load: " << *LastLoad); in run()
500 MachineInstr *LastLoad = LoadInst->getPrevNode(); in updateKillStatus() local506 LastLoad = LoadInst->getPrevNode()->getPrevNode(); in updateKillStatus()507 getBaseOperand(LastLoad).setIsKill(LoadBase.isKill()); in updateKillStatus()
352 LoadInst *LastLoad = in findPointersWrittenOnForwardingPath() local381 std::for_each(MemInstrs.begin(), &MemInstrs[getInstrIndex(LastLoad)], in findPointersWrittenOnForwardingPath()
2198 std::map<int,IndexType> LastStore, LastLoad; in optimizeSpillSlots() local2271 auto &LL = LastLoad[FI]; in optimizeSpillSlots()2290 for (auto &I : LastLoad) { in optimizeSpillSlots()
15664 LoadSDNode *LastLoad = InputLoads.back(); in combineBVOfConsecutiveLoads() local15665 assert(LastLoad && "Input needs to be a LoadSDNode."); in combineBVOfConsecutiveLoads()15666 WideLoad = DAG.getLoad(N->getValueType(0), dl, LastLoad->getChain(), in combineBVOfConsecutiveLoads()15667 LastLoad->getBasePtr(), LastLoad->getPointerInfo(), in combineBVOfConsecutiveLoads()15668 LastLoad->getAlign()); in combineBVOfConsecutiveLoads()