Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp712 auto InsElt = buildInsertVectorElement(DstTy, UndefVec, Src, Zero); in buildShuffleSplat()
821 MachineIRBuilder::buildInsertVectorElement(const DstOp &Res, const SrcOp &Val, in buildInsertVectorElement() function in MachineIRBuilder
DIRTranslator.cpp2811 MIRBuilder.buildInsertVectorElement(Res, Val, Elt, Idx); in translateInsertElement()
DLegalizerHelper.cpp2921 InsertedElt = MIRBuilder.buildInsertVectorElement( in bitcastInsertVectorElt()
4009 auto InsertPart = MIRBuilder.buildInsertVectorElement( in fewerElementsVectorExtractInsertVectorElt()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
DAArch64LegalizerInfo.cpp1574 auto Ins1 = MIRBuilder.buildInsertVectorElement( in legalizeFCopySign()
1576 auto Ins2 = MIRBuilder.buildInsertVectorElement( in legalizeFCopySign()
DAArch64PostLegalizerLowering.cpp510 Builder.buildInsertVectorElement(Dst, DstVec, Extract, DstCst); in applyINS()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h949 MachineInstrBuilder buildInsertVectorElement(const DstOp &Res,
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h1193 MachineInstrBuilder buildInsertVectorElement(const DstOp &Res,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp724 MachineIRBuilder::buildInsertVectorElement(const DstOp &Res, const SrcOp &Val, in buildInsertVectorElement() function in MachineIRBuilder
DIRTranslator.cpp1893 MIRBuilder.buildInsertVectorElement(Res, Val, Elt, Idx); in translateInsertElement()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp2074 auto InsLo = B.buildInsertVectorElement(Vec32, CastSrc, InsRegs[0], IdxLo); in applyMappingImpl()
2075 auto InsHi = B.buildInsertVectorElement(Vec32, InsLo, InsRegs[1], IdxHi); in applyMappingImpl()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp2862 auto InsLo = B.buildInsertVectorElement(Vec32, CastSrc, InsRegs[0], IdxLo); in applyMappingImpl()
2863 auto InsHi = B.buildInsertVectorElement(Vec32, InsLo, InsRegs[1], IdxHi); in applyMappingImpl()