Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4077 static bool getLaneCopyOpcode(unsigned &CopyOpc, unsigned &ExtractSubReg, in getLaneCopyOpcode() argument
4084 ExtractSubReg = AArch64::bsub; in getLaneCopyOpcode()
4088 ExtractSubReg = AArch64::hsub; in getLaneCopyOpcode()
4092 ExtractSubReg = AArch64::ssub; in getLaneCopyOpcode()
4096 ExtractSubReg = AArch64::dsub; in getLaneCopyOpcode()
4111 unsigned ExtractSubReg = 0; in emitExtractVectorElt() local
4112 if (!getLaneCopyOpcode(CopyOpc, ExtractSubReg, ScalarTy.getSizeInBits())) { in emitExtractVectorElt()
4141 .addReg(VecReg, 0, ExtractSubReg); in emitExtractVectorElt()
4266 unsigned ExtractSubReg = 0; in selectUnmergeValues() local
4267 if (!getLaneCopyOpcode(CopyOpc, ExtractSubReg, NarrowTy.getSizeInBits())) in selectUnmergeValues()
[all …]