Home
last modified time | relevance | path

Searched refs:FillRC (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4613 const TargetRegisterClass *FillRC; in foldMemoryOperandImpl() local
4616 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()