Searched refs:LoadDef (Results 1 – 1 of 1) sorted by relevance
846 auto *LoadDef = getOpcodeDef<GLoad>(SrcReg, MRI); in matchSextInRegOfLoad() local847 if (!LoadDef || !MRI.hasOneNonDBGUse(DstReg)) in matchSextInRegOfLoad()850 uint64_t MemBits = LoadDef->getMemSizeInBits(); in matchSextInRegOfLoad()865 const MachineMemOperand &MMO = LoadDef->getMMO(); in matchSextInRegOfLoad()870 if (LoadDef->isSimple()) in matchSextInRegOfLoad()877 {MRI.getType(LoadDef->getDstReg()), in matchSextInRegOfLoad()878 MRI.getType(LoadDef->getPointerReg())}, in matchSextInRegOfLoad()882 MatchInfo = std::make_tuple(LoadDef->getDstReg(), NewSizeBits); in matchSextInRegOfLoad()892 GLoad *LoadDef = cast<GLoad>(MRI.getVRegDef(LoadReg)); in applySextInRegOfLoad() local900 auto &MMO = LoadDef->getMMO(); in applySextInRegOfLoad()[all …]