Searched refs:LoadRegIndex (Results 1 – 5 of 5) sorted by relevance
1297 unsigned LoadRegIndex; in ExtractHoistableLoad() local1302 &LoadRegIndex); in ExtractHoistableLoad()1306 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF); in ExtractHoistableLoad()
1348 unsigned LoadRegIndex; in tryInstructionTransform() local1353 &LoadRegIndex); in tryInstructionTransform()1361 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF)); in tryInstructionTransform()
420 unsigned *LoadRegIndex = nullptr) const override;
5639 unsigned *LoadRegIndex) const { in getOpcodeAfterMemoryUnfold()5649 if (LoadRegIndex) in getOpcodeAfterMemoryUnfold()5650 *LoadRegIndex = I->Flags & TB_INDEX_MASK; in getOpcodeAfterMemoryUnfold()
1111 unsigned *LoadRegIndex = nullptr) const {