Searched refs:SpillRC (Results 1 – 2 of 2) sorted by relevance
3337 const TargetRegisterClass *SpillRC; in foldMemoryOperandImpl() local3341 SpillRC = nullptr; in foldMemoryOperandImpl()3346 SpillRC = &AArch64::GPR64RegClass; in foldMemoryOperandImpl()3349 SpillRC = &AArch64::FPR64RegClass; in foldMemoryOperandImpl()3352 SpillRC = nullptr; in foldMemoryOperandImpl()3356 SpillRC = &AArch64::FPR128RegClass; in foldMemoryOperandImpl()3359 SpillRC = nullptr; in foldMemoryOperandImpl()3363 if (SpillRC) in foldMemoryOperandImpl()3365 TRI.getMatchingSuperReg(SrcReg, SpillSubreg, SpillRC)) { in foldMemoryOperandImpl()3367 FrameIndex, SpillRC, &TRI); in foldMemoryOperandImpl()
3715 const TargetRegisterClass *SpillRC; in foldMemoryOperandImpl() local3719 SpillRC = nullptr; in foldMemoryOperandImpl()3724 SpillRC = &AArch64::GPR64RegClass; in foldMemoryOperandImpl()3727 SpillRC = &AArch64::FPR64RegClass; in foldMemoryOperandImpl()3730 SpillRC = nullptr; in foldMemoryOperandImpl()3734 SpillRC = &AArch64::FPR128RegClass; in foldMemoryOperandImpl()3737 SpillRC = nullptr; in foldMemoryOperandImpl()3741 if (SpillRC) in foldMemoryOperandImpl()3743 TRI.getMatchingSuperReg(SrcReg, SpillSubreg, SpillRC)) { in foldMemoryOperandImpl()3745 FrameIndex, SpillRC, &TRI); in foldMemoryOperandImpl()