Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5622 const TargetRegisterClass *FillRC; in foldMemoryOperandImpl() local
5625 FillRC = nullptr; in foldMemoryOperandImpl()
5628 FillRC = &AArch64::GPR32RegClass; in foldMemoryOperandImpl()
5631 FillRC = &AArch64::FPR32RegClass; in foldMemoryOperandImpl()
5634 FillRC = &AArch64::FPR64RegClass; in foldMemoryOperandImpl()
5638 if (FillRC) { in foldMemoryOperandImpl()
5640 TRI.getRegSizeInBits(*FillRC) && in foldMemoryOperandImpl()
5642 loadRegFromStackSlot(MBB, InsertPt, DstReg, FrameIndex, FillRC, &TRI, in foldMemoryOperandImpl()