Searched refs:FillRC (Results 1 – 1 of 1) sorted by relevance
6291 const TargetRegisterClass *FillRC; in foldMemoryOperandImpl() local6294 FillRC = nullptr; in foldMemoryOperandImpl()6297 FillRC = &AArch64::GPR32RegClass; in foldMemoryOperandImpl()6300 FillRC = &AArch64::FPR32RegClass; in foldMemoryOperandImpl()6303 FillRC = &AArch64::FPR64RegClass; in foldMemoryOperandImpl()6307 if (FillRC) { in foldMemoryOperandImpl()6309 TRI.getRegSizeInBits(*FillRC) && in foldMemoryOperandImpl()6311 loadRegFromStackSlot(MBB, InsertPt, DstReg, FrameIndex, FillRC, &TRI, in foldMemoryOperandImpl()