Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp3382 const TargetRegisterClass *FillRC; in foldMemoryOperandImpl() local
3385 FillRC = nullptr; in foldMemoryOperandImpl()
3388 FillRC = &AArch64::GPR32RegClass; in foldMemoryOperandImpl()
3391 FillRC = &AArch64::FPR32RegClass; in foldMemoryOperandImpl()
3394 FillRC = &AArch64::FPR64RegClass; in foldMemoryOperandImpl()
3398 if (FillRC) { in foldMemoryOperandImpl()
3400 TRI.getRegSizeInBits(*FillRC) && in foldMemoryOperandImpl()
3402 loadRegFromStackSlot(MBB, InsertPt, DstReg, FrameIndex, FillRC, &TRI); in foldMemoryOperandImpl()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp3760 const TargetRegisterClass *FillRC; in foldMemoryOperandImpl() local
3763 FillRC = nullptr; in foldMemoryOperandImpl()
3766 FillRC = &AArch64::GPR32RegClass; in foldMemoryOperandImpl()
3769 FillRC = &AArch64::FPR32RegClass; in foldMemoryOperandImpl()
3772 FillRC = &AArch64::FPR64RegClass; in foldMemoryOperandImpl()
3776 if (FillRC) { in foldMemoryOperandImpl()
3778 TRI.getRegSizeInBits(*FillRC) && in foldMemoryOperandImpl()
3780 loadRegFromStackSlot(MBB, InsertPt, DstReg, FrameIndex, FillRC, &TRI); in foldMemoryOperandImpl()