Searched refs:buildInsertVectorElement (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 735 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 D | IRTranslator.cpp | 2966 MIRBuilder.buildInsertVectorElement(Res, Val, Elt, Idx); in translateInsertElement()
|
| H A D | LegalizerHelper.cpp | 3285 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 D | AArch64LegalizerInfo.cpp | 2008 auto Ins1 = MIRBuilder.buildInsertVectorElement( in legalizeFCopySign() 2010 auto Ins2 = MIRBuilder.buildInsertVectorElement( in legalizeFCopySign()
|
| H A D | AArch64PostLegalizerLowering.cpp | 521 Builder.buildInsertVectorElement(Dst, DstVec, Extract, DstCst); in applyINS()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.h | 1228 MachineInstrBuilder buildInsertVectorElement(const DstOp &Res,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegisterBankInfo.cpp | 2992 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 D | AMDGPULegalizerInfo.cpp | 2683 auto IntVecDest = B.buildInsertVectorElement(IntVecTy, IntVecSource, IntIns, in legalizeInsertVectorElt()
|