Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4568 const TargetRegisterClass *SpillRC; in foldMemoryOperandImpl() local
4572 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()