Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4558 const TargetRegisterClass *FillRC; in foldMemoryOperandImpl() local
4561 FillRC = nullptr; in foldMemoryOperandImpl()
4564 FillRC = &AArch64::GPR32RegClass; in foldMemoryOperandImpl()
4567 FillRC = &AArch64::FPR32RegClass; in foldMemoryOperandImpl()
4570 FillRC = &AArch64::FPR64RegClass; in foldMemoryOperandImpl()
4574 if (FillRC) { in foldMemoryOperandImpl()
4576 TRI.getRegSizeInBits(*FillRC) && in foldMemoryOperandImpl()
4578 loadRegFromStackSlot(MBB, InsertPt, DstReg, FrameIndex, FillRC, &TRI); in foldMemoryOperandImpl()