Home
last modified time | relevance | path

Searched refs:buildConcatVectors (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp402 Builder.buildConcatVectors(LLT::fixed_vector(NumElements, 32), DotReg); in applyExtAddvToUdotAddv()
H A DAArch64PostLegalizerLowering.cpp759 DupSrc = B.buildConcatVectors(SrcTy.multiplyElements(2), in applyDupLane()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp338 return B.buildConcatVectors(DstRegs[0], SrcRegs); in mergeVectorRegsToResultRegs()
H A DMachineIRBuilder.cpp788 MachineIRBuilder::buildConcatVectors(const DstOp &Res, ArrayRef<Register> Ops) { in buildConcatVectors() function in MachineIRBuilder
H A DLegalizerHelper.cpp176 MIRBuilder.buildConcatVectors(DstReg, PartRegs); in insertParts()
5038 MIRBuilder.buildConcatVectors(DstReg, {Lo, Hi}); in fewerElementsVectorShuffle()
5734 auto Src1 = MIRBuilder.buildConcatVectors(PaddedTy, MOps1); in equalizeVectorShuffleLengths()
5735 auto Src2 = MIRBuilder.buildConcatVectors(PaddedTy, MOps2); in equalizeVectorShuffleLengths()
H A DCombinerHelper.cpp450 Builder.buildConcatVectors(MI.getOperand(0).getReg(), Ops); in applyCombineShuffleConcat()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h1139 MachineInstrBuilder buildConcatVectors(const DstOp &Res,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp6451 auto Concat = B.buildConcatVectors( in legalizeImageIntrinsic()
6457 auto Concat = B.buildConcatVectors(PackedAddrTy, PackedRegs); in legalizeImageIntrinsic()
6695 NewResultReg = B.buildConcatVectors(V4S16, ResultRegs).getReg(0); in legalizeImageIntrinsic()
6711 B.buildConcatVectors(DstReg, ResultRegs); in legalizeImageIntrinsic()
H A DAMDGPURegisterBankInfo.cpp1435 B.buildConcatVectors(Dst, LoadParts); in applyMappingSBufferLoad()