Searched refs:LoadDef (Results 1 – 1 of 1) sorted by relevance
696 auto *LoadDef = getOpcodeDef<GLoad>(SrcReg, MRI); in matchSextInRegOfLoad() local697 if (!LoadDef || !MRI.hasOneNonDBGUse(LoadDef->getOperand(0).getReg()) || in matchSextInRegOfLoad()698 !LoadDef->isSimple()) in matchSextInRegOfLoad()705 LoadDef->getMemSizeInBits()); in matchSextInRegOfLoad()714 MatchInfo = std::make_tuple(LoadDef->getDstReg(), NewSizeBits); in matchSextInRegOfLoad()724 GLoad *LoadDef = cast<GLoad>(MRI.getVRegDef(LoadReg)); in applySextInRegOfLoad() local732 auto &MMO = LoadDef->getMMO(); in applySextInRegOfLoad()733 Builder.setInstrAndDebugLoc(*LoadDef); in applySextInRegOfLoad()738 LoadDef->getPointerReg(), *NewMMO); in applySextInRegOfLoad()