Searched refs:FillRC (Results 1 – 1 of 1) sorted by relevance
5580 const TargetRegisterClass *FillRC; in foldMemoryOperandImpl() local5583 FillRC = nullptr; in foldMemoryOperandImpl()5586 FillRC = &AArch64::GPR32RegClass; in foldMemoryOperandImpl()5589 FillRC = &AArch64::FPR32RegClass; in foldMemoryOperandImpl()5592 FillRC = &AArch64::FPR64RegClass; in foldMemoryOperandImpl()5596 if (FillRC) { in foldMemoryOperandImpl()5598 TRI.getRegSizeInBits(*FillRC) && in foldMemoryOperandImpl()5600 loadRegFromStackSlot(MBB, InsertPt, DstReg, FrameIndex, FillRC, &TRI, in foldMemoryOperandImpl()