Searched refs:emitScalarToVector (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 138 MachineInstr *emitScalarToVector(unsigned EltSize, 3629 MachineInstr *AArch64InstructionSelector::emitScalarToVector( in emitScalarToVector() function in AArch64InstructionSelector 3794 MachineInstr *ScalarToVector = emitScalarToVector( in emitExtractVectorElt() 4353 emitScalarToVector(ScalarTy.getSizeInBits(), DstRC, Op1, MIRBuilder); in emitVectorConcat() 4355 emitScalarToVector(ScalarTy.getSizeInBits(), DstRC, Op2, MIRBuilder); in emitVectorConcat() 4618 IndexLoad = emitScalarToVector(64, &AArch64::FPR128RegClass, in selectShuffleVector() 4666 auto InsSub = emitScalarToVector(EltSize, DstRC, EltReg, MIRBuilder); in emitLaneInsert() 4713 emitScalarToVector(VecSize, &AArch64::FPR128RegClass, SrcReg, MIB); in selectInsertElt() 4842 emitScalarToVector(DstTy.getElementType().getSizeInBits(), DstRC, in selectBuildVector()
|