Searched refs:LoadDef (Results 1 – 1 of 1) sorted by relevance
884 auto *LoadDef = getOpcodeDef<GLoad>(SrcReg, MRI); in matchSextInRegOfLoad() local885 if (!LoadDef || !MRI.hasOneNonDBGUse(DstReg)) in matchSextInRegOfLoad()888 uint64_t MemBits = LoadDef->getMemSizeInBits(); in matchSextInRegOfLoad()903 const MachineMemOperand &MMO = LoadDef->getMMO(); in matchSextInRegOfLoad()908 if (LoadDef->isSimple()) in matchSextInRegOfLoad()915 {MRI.getType(LoadDef->getDstReg()), in matchSextInRegOfLoad()920 MatchInfo = std::make_tuple(LoadDef->getDstReg(), NewSizeBits); in matchSextInRegOfLoad()930 GLoad *LoadDef = cast<GLoad>(MRI.getVRegDef(LoadReg)); in applySextInRegOfLoad() local938 auto &MMO = LoadDef->getMMO(); in applySextInRegOfLoad()939 Builder.setInstrAndDebugLoc(*LoadDef); in applySextInRegOfLoad()[all …]