Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp3337 const TargetRegisterClass *SpillRC; in foldMemoryOperandImpl() local
3341 SpillRC = nullptr; in foldMemoryOperandImpl()
3346 SpillRC = &AArch64::GPR64RegClass; in foldMemoryOperandImpl()
3349 SpillRC = &AArch64::FPR64RegClass; in foldMemoryOperandImpl()
3352 SpillRC = nullptr; in foldMemoryOperandImpl()
3356 SpillRC = &AArch64::FPR128RegClass; in foldMemoryOperandImpl()
3359 SpillRC = nullptr; in foldMemoryOperandImpl()
3363 if (SpillRC) in foldMemoryOperandImpl()
3365 TRI.getMatchingSuperReg(SrcReg, SpillSubreg, SpillRC)) { in foldMemoryOperandImpl()
3367 FrameIndex, SpillRC, &TRI); in foldMemoryOperandImpl()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp3715 const TargetRegisterClass *SpillRC; in foldMemoryOperandImpl() local
3719 SpillRC = nullptr; in foldMemoryOperandImpl()
3724 SpillRC = &AArch64::GPR64RegClass; in foldMemoryOperandImpl()
3727 SpillRC = &AArch64::FPR64RegClass; in foldMemoryOperandImpl()
3730 SpillRC = nullptr; in foldMemoryOperandImpl()
3734 SpillRC = &AArch64::FPR128RegClass; in foldMemoryOperandImpl()
3737 SpillRC = nullptr; in foldMemoryOperandImpl()
3741 if (SpillRC) in foldMemoryOperandImpl()
3743 TRI.getMatchingSuperReg(SrcReg, SpillSubreg, SpillRC)) { in foldMemoryOperandImpl()
3745 FrameIndex, SpillRC, &TRI); in foldMemoryOperandImpl()