Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5556 unsigned InsertIntoSubReg = 0; in selectIndexedExtLoad() local
5579 InsertIntoSubReg = AArch64::bsub; in selectIndexedExtLoad()
5583 InsertIntoSubReg = IsDst64 ? AArch64::sub_32 : 0; in selectIndexedExtLoad()
5595 InsertIntoSubReg = AArch64::hsub; in selectIndexedExtLoad()
5599 InsertIntoSubReg = IsDst64 ? AArch64::sub_32 : 0; in selectIndexedExtLoad()
5608 InsertIntoSubReg = AArch64::ssub; in selectIndexedExtLoad()
5612 InsertIntoSubReg = IsDst64 ? AArch64::sub_32 : 0; in selectIndexedExtLoad()
5629 if (InsertIntoSubReg) { in selectIndexedExtLoad()
5634 .addImm(InsertIntoSubReg); in selectIndexedExtLoad()