Searched refs:LoadRegIndex (Results 1 – 5 of 5) sorted by relevance
1391 unsigned LoadRegIndex; in ExtractHoistableLoad() local1396 &LoadRegIndex); in ExtractHoistableLoad()1400 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF); in ExtractHoistableLoad()
1391 unsigned LoadRegIndex; in tryInstructionTransform() local1396 &LoadRegIndex); in tryInstructionTransform()1404 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF)); in tryInstructionTransform()
474 unsigned *LoadRegIndex = nullptr) const override;
8636 unsigned *LoadRegIndex) const { in getOpcodeAfterMemoryUnfold()8646 if (LoadRegIndex) in getOpcodeAfterMemoryUnfold()8647 *LoadRegIndex = I->Flags & TB_INDEX_MASK; in getOpcodeAfterMemoryUnfold()
1436 unsigned *LoadRegIndex = nullptr) const {