Searched refs:LoadRegIndex (Results 1 – 5 of 5) sorted by relevance
1238 unsigned LoadRegIndex; in ExtractHoistableLoad() local1243 &LoadRegIndex); in ExtractHoistableLoad()1247 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF); in ExtractHoistableLoad()
1205 unsigned LoadRegIndex; in tryInstructionTransform() local1210 &LoadRegIndex); in tryInstructionTransform()1218 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF)); in tryInstructionTransform()
413 unsigned *LoadRegIndex = nullptr) const override;
6532 unsigned *LoadRegIndex) const { in getOpcodeAfterMemoryUnfold()6542 if (LoadRegIndex) in getOpcodeAfterMemoryUnfold()6543 *LoadRegIndex = I->Flags & TB_INDEX_MASK; in getOpcodeAfterMemoryUnfold()
1288 unsigned *LoadRegIndex = nullptr) const {