Searched refs:LoadRegIndex (Results 1 – 5 of 5) sorted by relevance
1304 unsigned LoadRegIndex; in ExtractHoistableLoad() local1309 &LoadRegIndex); in ExtractHoistableLoad()1313 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF); in ExtractHoistableLoad()
1320 unsigned LoadRegIndex; in tryInstructionTransform() local1325 &LoadRegIndex); in tryInstructionTransform()1333 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF)); in tryInstructionTransform()
456 unsigned *LoadRegIndex = nullptr) const override;
8558 unsigned *LoadRegIndex) const { in getOpcodeAfterMemoryUnfold()8568 if (LoadRegIndex) in getOpcodeAfterMemoryUnfold()8569 *LoadRegIndex = I->Flags & TB_INDEX_MASK; in getOpcodeAfterMemoryUnfold()
1400 unsigned *LoadRegIndex = nullptr) const {