Searched refs:ExtractSubReg (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp2875 static bool getLaneCopyOpcode(unsigned &CopyOpc, unsigned &ExtractSubReg, argument
2882 ExtractSubReg = AArch64::hsub;
2886 ExtractSubReg = AArch64::ssub;
2890 ExtractSubReg = AArch64::dsub;
2905 unsigned ExtractSubReg = 0; local
2906 if (!getLaneCopyOpcode(CopyOpc, ExtractSubReg, ScalarTy.getSizeInBits())) {
2935 .addReg(VecReg, 0, ExtractSubReg);
3065 unsigned ExtractSubReg = 0; local
3066 if (!getLaneCopyOpcode(CopyOpc, ExtractSubReg, NarrowTy.getSizeInBits()))
3115 .addReg(InsertRegs[0], 0, ExtractSubReg);
[all...]

Completed in 166 milliseconds