Searched refs:LoadRegIndex (Results 1 – 5 of 5) sorted by relevance
1415 unsigned LoadRegIndex; in ExtractHoistableLoad() local1420 &LoadRegIndex); in ExtractHoistableLoad()1424 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF); in ExtractHoistableLoad()
1393 unsigned LoadRegIndex; in tryInstructionTransform() local1398 &LoadRegIndex); in tryInstructionTransform()1406 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF)); in tryInstructionTransform()
522 unsigned *LoadRegIndex = nullptr) const override;
8731 unsigned *LoadRegIndex) const { in getOpcodeAfterMemoryUnfold()8741 if (LoadRegIndex) in getOpcodeAfterMemoryUnfold()8742 *LoadRegIndex = I->Flags & TB_INDEX_MASK; in getOpcodeAfterMemoryUnfold()
1502 unsigned *LoadRegIndex = nullptr) const {