Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp3111 const TargetRegisterClass *SpillRC; in foldMemoryOperandImpl() local
3115 SpillRC = nullptr; in foldMemoryOperandImpl()
3120 SpillRC = &AArch64::GPR64RegClass; in foldMemoryOperandImpl()
3123 SpillRC = &AArch64::FPR64RegClass; in foldMemoryOperandImpl()
3126 SpillRC = nullptr; in foldMemoryOperandImpl()
3130 SpillRC = &AArch64::FPR128RegClass; in foldMemoryOperandImpl()
3133 SpillRC = nullptr; in foldMemoryOperandImpl()
3137 if (SpillRC) in foldMemoryOperandImpl()
3139 TRI.getMatchingSuperReg(SrcReg, SpillSubreg, SpillRC)) { in foldMemoryOperandImpl()
3141 FrameIndex, SpillRC, &TRI); in foldMemoryOperandImpl()