Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp3156 const TargetRegisterClass *FillRC; in foldMemoryOperandImpl() local
3159 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()