Home
last modified time | relevance | path

Searched refs:SpillSubreg (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp4237 unsigned SpillSubreg; in foldMemoryOperandImpl() local
4246 SpillSubreg = AArch64::sub_32; in foldMemoryOperandImpl()
4249 SpillSubreg = AArch64::ssub; in foldMemoryOperandImpl()
4256 SpillSubreg = AArch64::dsub; in foldMemoryOperandImpl()
4264 TRI.getMatchingSuperReg(SrcReg, SpillSubreg, SpillRC)) { in foldMemoryOperandImpl()