Searched refs:LoadRegIndex (Results 1 – 5 of 5) sorted by relevance
1253 unsigned LoadRegIndex; in ExtractHoistableLoad() local1258 &LoadRegIndex); in ExtractHoistableLoad()1262 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()
423 unsigned *LoadRegIndex = nullptr) const override;
7123 unsigned *LoadRegIndex) const { in getOpcodeAfterMemoryUnfold()7133 if (LoadRegIndex) in getOpcodeAfterMemoryUnfold()7134 *LoadRegIndex = I->Flags & TB_INDEX_MASK; in getOpcodeAfterMemoryUnfold()
1305 unsigned *LoadRegIndex = nullptr) const {