Searched refs:LoadDef (Results 1 – 1 of 1) sorted by relevance
827 auto *LoadDef = getOpcodeDef<GLoad>(SrcReg, MRI); in matchSextInRegOfLoad() local828 if (!LoadDef || !MRI.hasOneNonDBGUse(DstReg)) in matchSextInRegOfLoad()831 uint64_t MemBits = LoadDef->getMemSizeInBits(); in matchSextInRegOfLoad()846 const MachineMemOperand &MMO = LoadDef->getMMO(); in matchSextInRegOfLoad()851 if (LoadDef->isSimple()) in matchSextInRegOfLoad()858 {MRI.getType(LoadDef->getDstReg()), in matchSextInRegOfLoad()863 MatchInfo = std::make_tuple(LoadDef->getDstReg(), NewSizeBits); in matchSextInRegOfLoad()873 GLoad *LoadDef = cast<GLoad>(MRI.getVRegDef(LoadReg)); in applySextInRegOfLoad() local881 auto &MMO = LoadDef->getMMO(); in applySextInRegOfLoad()882 Builder.setInstrAndDebugLoc(*LoadDef); in applySextInRegOfLoad()[all …]