Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5580 const TargetRegisterClass *FillRC; in foldMemoryOperandImpl() local
5583 FillRC = nullptr; in foldMemoryOperandImpl()
5586 FillRC = &AArch64::GPR32RegClass; in foldMemoryOperandImpl()
5589 FillRC = &AArch64::FPR32RegClass; in foldMemoryOperandImpl()
5592 FillRC = &AArch64::FPR64RegClass; in foldMemoryOperandImpl()
5596 if (FillRC) { in foldMemoryOperandImpl()
5598 TRI.getRegSizeInBits(*FillRC) && in foldMemoryOperandImpl()
5600 loadRegFromStackSlot(MBB, InsertPt, DstReg, FrameIndex, FillRC, &TRI, in foldMemoryOperandImpl()