Searched refs:FillRC (Results 1 – 1 of 1) sorted by relevance
4613 const TargetRegisterClass *FillRC; in foldMemoryOperandImpl() local4616 FillRC = nullptr; in foldMemoryOperandImpl()4619 FillRC = &AArch64::GPR32RegClass; in foldMemoryOperandImpl()4622 FillRC = &AArch64::FPR32RegClass; in foldMemoryOperandImpl()4625 FillRC = &AArch64::FPR64RegClass; in foldMemoryOperandImpl()4629 if (FillRC) { in foldMemoryOperandImpl()4631 TRI.getRegSizeInBits(*FillRC) && in foldMemoryOperandImpl()4633 loadRegFromStackSlot(MBB, InsertPt, DstReg, FrameIndex, FillRC, &TRI, in foldMemoryOperandImpl()