Searched refs:LoadRegIndex (Results 1 – 5 of 5) sorted by relevance
1238 unsigned LoadRegIndex; in ExtractHoistableLoad() local1243 &LoadRegIndex); in ExtractHoistableLoad()1247 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF); in ExtractHoistableLoad()
1210 unsigned LoadRegIndex; in tryInstructionTransform() local1215 &LoadRegIndex); in tryInstructionTransform()1223 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF)); in tryInstructionTransform()
417 unsigned *LoadRegIndex = nullptr) const override;
6586 unsigned *LoadRegIndex) const { in getOpcodeAfterMemoryUnfold()6596 if (LoadRegIndex) in getOpcodeAfterMemoryUnfold()6597 *LoadRegIndex = I->Flags & TB_INDEX_MASK; in getOpcodeAfterMemoryUnfold()
1301 unsigned *LoadRegIndex = nullptr) const {