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