Searched refs:FillRC (Results 1 – 1 of 1) sorted by relevance
3156 const TargetRegisterClass *FillRC; in foldMemoryOperandImpl() local3159 FillRC = nullptr; in foldMemoryOperandImpl()3162 FillRC = &AArch64::GPR32RegClass; in foldMemoryOperandImpl()3165 FillRC = &AArch64::FPR32RegClass; in foldMemoryOperandImpl()3168 FillRC = &AArch64::FPR64RegClass; in foldMemoryOperandImpl()3172 if (FillRC) { in foldMemoryOperandImpl()3174 TRI.getRegSizeInBits(*FillRC) && in foldMemoryOperandImpl()3176 loadRegFromStackSlot(MBB, InsertPt, DstReg, FrameIndex, FillRC, &TRI); in foldMemoryOperandImpl()