Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4281 const TargetRegisterClass *FillRC; in foldMemoryOperandImpl() local
4284 FillRC = nullptr; in foldMemoryOperandImpl()
4287 FillRC = &AArch64::GPR32RegClass; in foldMemoryOperandImpl()
4290 FillRC = &AArch64::FPR32RegClass; in foldMemoryOperandImpl()
4293 FillRC = &AArch64::FPR64RegClass; in foldMemoryOperandImpl()
4297 if (FillRC) { in foldMemoryOperandImpl()
4299 TRI.getRegSizeInBits(*FillRC) && in foldMemoryOperandImpl()
4301 loadRegFromStackSlot(MBB, InsertPt, DstReg, FrameIndex, FillRC, &TRI); in foldMemoryOperandImpl()