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.cpp6291 const TargetRegisterClass *FillRC; in foldMemoryOperandImpl() local
6294 FillRC = nullptr; in foldMemoryOperandImpl()
6297 FillRC = &AArch64::GPR32RegClass; in foldMemoryOperandImpl()
6300 FillRC = &AArch64::FPR32RegClass; in foldMemoryOperandImpl()
6303 FillRC = &AArch64::FPR64RegClass; in foldMemoryOperandImpl()
6307 if (FillRC) { in foldMemoryOperandImpl()
6309 TRI.getRegSizeInBits(*FillRC) && in foldMemoryOperandImpl()
6311 loadRegFromStackSlot(MBB, InsertPt, DstReg, FrameIndex, FillRC, &TRI, in foldMemoryOperandImpl()