Searched refs:FillRC (Results 1 – 1 of 1) sorted by relevance
5622 const TargetRegisterClass *FillRC; in foldMemoryOperandImpl() local5625 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()