Searched refs:StInst (Results 1 – 3 of 3) sorted by relevance
408 MachineInstr *StInst = StoreInst; in buildCopy() local412 StInst = LoadInst; in buildCopy()414 BuildMI(*MBB, StInst, StInst->getDebugLoc(), TII->get(NStoreOpcode)) in buildCopy()511 MachineInstr *StInst = StoreInst; in updateKillStatus() local513 StInst = LoadInst; in updateKillStatus()514 getBaseOperand(StInst->getPrevNode()).setIsKill(StoreBase.isKill()); in updateKillStatus()
2892 } else if (auto *StInst = dyn_cast<StoreInst>(Inst)) { in salvageDebugInfoImpl() local2893 Storage = StInst->getValueOperand(); in salvageDebugInfoImpl()
5043 SDValue StInst = DAG.getStore( in ConvertNodeToLibcall() local5047 DAG.makeStateFunctionCall(RTLIB::FESETMODE, StackPtr, StInst, dl)); in ConvertNodeToLibcall()