Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp735 auto InsElt = buildInsertVectorElement(DstTy, UndefVec, Src, Zero); in buildShuffleSplat()
869 MachineIRBuilder::buildInsertVectorElement(const DstOp &Res, const SrcOp &Val, in buildInsertVectorElement() function in MachineIRBuilder
H A DIRTranslator.cpp2966 MIRBuilder.buildInsertVectorElement(Res, Val, Elt, Idx); in translateInsertElement()
H A DLegalizerHelper.cpp3285 InsertedElt = MIRBuilder.buildInsertVectorElement( in bitcastInsertVectorElt()
4384 auto InsertPart = MIRBuilder.buildInsertVectorElement( in fewerElementsVectorExtractInsertVectorElt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp2008 auto Ins1 = MIRBuilder.buildInsertVectorElement( in legalizeFCopySign()
2010 auto Ins2 = MIRBuilder.buildInsertVectorElement( in legalizeFCopySign()
H A DAArch64PostLegalizerLowering.cpp521 Builder.buildInsertVectorElement(Dst, DstVec, Extract, DstCst); in applyINS()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h1228 MachineInstrBuilder buildInsertVectorElement(const DstOp &Res,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp2992 auto InsLo = B.buildInsertVectorElement(Vec32, CastSrc, InsRegs[0], IdxLo); in applyMappingImpl()
2993 auto InsHi = B.buildInsertVectorElement(Vec32, InsLo, InsRegs[1], IdxHi); in applyMappingImpl()
H A DAMDGPULegalizerInfo.cpp2683 auto IntVecDest = B.buildInsertVectorElement(IntVecTy, IntVecSource, IntIns, in legalizeInsertVectorElt()