Searched refs:StInst (Results 1 – 3 of 3) sorted by relevance
407 MachineInstr *StInst = StoreInst; in buildCopy() local411 StInst = LoadInst; in buildCopy()413 BuildMI(*MBB, StInst, StInst->getDebugLoc(), TII->get(NStoreOpcode)) in buildCopy()510 MachineInstr *StInst = StoreInst; in updateKillStatus() local512 StInst = LoadInst; in updateKillStatus()513 getBaseOperand(StInst->getPrevNode()).setIsKill(StoreBase.isKill()); in updateKillStatus()
1858 } else if (auto *StInst = dyn_cast<StoreInst>(Inst)) { in salvageDebugInfoImpl() local1859 Storage = StInst->getValueOperand(); in salvageDebugInfoImpl()
5246 SDValue StInst = DAG.getStore( in ConvertNodeToLibcall() local5250 DAG.makeStateFunctionCall(RTLIB::FESETMODE, StackPtr, StInst, dl)); in ConvertNodeToLibcall()