Searched refs:LoadRegIndex (Results 1 – 5 of 5) sorted by relevance
1251 unsigned LoadRegIndex; in ExtractHoistableLoad() local1256 &LoadRegIndex); in ExtractHoistableLoad()1260 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF); in ExtractHoistableLoad()
1292 unsigned LoadRegIndex; in tryInstructionTransform() local1297 &LoadRegIndex); in tryInstructionTransform()1305 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF)); in tryInstructionTransform()
429 unsigned *LoadRegIndex = nullptr) const override;
7174 unsigned *LoadRegIndex) const { in getOpcodeAfterMemoryUnfold()7184 if (LoadRegIndex) in getOpcodeAfterMemoryUnfold()7185 *LoadRegIndex = I->Flags & TB_INDEX_MASK; in getOpcodeAfterMemoryUnfold()
1352 unsigned *LoadRegIndex = nullptr) const {