Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp645 auto InsElt = buildInsertVectorElement(DstTy, UndefVec, Src, Zero); in buildShuffleSplat()
753 MachineIRBuilder::buildInsertVectorElement(const DstOp &Res, const SrcOp &Val, in buildInsertVectorElement() function in MachineIRBuilder
DIRTranslator.cpp2546 MIRBuilder.buildInsertVectorElement(Res, Val, Elt, Idx); in translateInsertElement()
DLegalizerHelper.cpp2633 InsertedElt = MIRBuilder.buildInsertVectorElement( in bitcastInsertVectorElt()
3698 auto InsertPart = MIRBuilder.buildInsertVectorElement( in fewerElementsVectorExtractInsertVectorElt()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h949 MachineInstrBuilder buildInsertVectorElement(const DstOp &Res,
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h1091 MachineInstrBuilder buildInsertVectorElement(const DstOp &Res,
/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/
DLegalizerHelperTest.cpp3075 B.buildInsertVectorElement(V8S16, VectorV8, Value, Seven); in TEST_F()
3077 B.buildInsertVectorElement(V8S16, VectorV8, Value, Seven); in TEST_F()
/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/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp2889 auto InsLo = B.buildInsertVectorElement(Vec32, CastSrc, InsRegs[0], IdxLo); in applyMappingImpl()
2890 auto InsHi = B.buildInsertVectorElement(Vec32, InsLo, InsRegs[1], IdxHi); in applyMappingImpl()