Searched refs:SpillRC (Results 1 – 1 of 1) sorted by relevance
4568 const TargetRegisterClass *SpillRC; in foldMemoryOperandImpl() local4572 SpillRC = nullptr; in foldMemoryOperandImpl()4577 SpillRC = &AArch64::GPR64RegClass; in foldMemoryOperandImpl()4580 SpillRC = &AArch64::FPR64RegClass; in foldMemoryOperandImpl()4583 SpillRC = nullptr; in foldMemoryOperandImpl()4587 SpillRC = &AArch64::FPR128RegClass; in foldMemoryOperandImpl()4590 SpillRC = nullptr; in foldMemoryOperandImpl()4594 if (SpillRC) in foldMemoryOperandImpl()4596 TRI.getMatchingSuperReg(SrcReg, SpillSubreg, SpillRC)) { in foldMemoryOperandImpl()4598 FrameIndex, SpillRC, &TRI, Register()); in foldMemoryOperandImpl()