Home
last modified time | relevance | path

Searched refs:CreateVectorSplat (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h44 RHS = B.CreateVectorSplat( in splatScalarOperandIfNeeded()
50 LHS = B.CreateVectorSplat( in splatScalarOperandIfNeeded()
162 RHS = B.CreateVectorSplat( in CreateAdd()
168 LHS = B.CreateVectorSplat( in CreateAdd()
187 RHS = B.CreateVectorSplat( in CreateSub()
193 LHS = B.CreateVectorSplat( in CreateSub()
221 B.CreateVectorSplat(cast<VectorType>(LHS->getType())->getElementCount(), in CreateScalarDiv()
H A DIRBuilder.h2603 Value *CreateVectorSplat(unsigned NumElts, Value *V, const Twine &Name = "");
2607 Value *CreateVectorSplat(ElementCount EC, Value *V, const Twine &Name = "");
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLocal.cpp61 Op = Builder->CreateVectorSplat( in emitGEPOffset()
71 Scale = Builder->CreateVectorSplat( in emitGEPOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp783 Builder.CreateVectorSplat(Ty->getNumElements(), in tryCreateIncrementingGatScat()
789 Builder.CreateVectorSplat( in tryCreateIncrementingGatScat()
841 Builder.CreateVectorSplat(NumElems, Builder.getInt32(TypeScale)), in tryCreateIncrementingWBGatScat()
847 Builder.CreateVectorSplat( in tryCreateIncrementingWBGatScat()
857 Builder.CreateVectorSplat(NumElems, Builder.getInt32(Immediate)), in tryCreateIncrementingWBGatScat()
1125 NonVectorVal = Builder.CreateVectorSplat( in CheckAndCreateOffsetAdd()
1131 Builder.CreateVectorSplat(VT->getNumElements(), NonVectorVal); in CheckAndCreateOffsetAdd()
1173 Value *XScale = Builder.CreateVectorSplat( in CheckAndCreateOffsetAdd()
1176 Value *YScale = Builder.CreateVectorSplat( in CheckAndCreateOffsetAdd()
H A DARMTargetTransformInfo.cpp181 auto TrueVector = IC.Builder.CreateVectorSplat( in instCombineIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1216 Value *StartIdxSplat = Builder.CreateVectorSplat(VLen, StartIdx); in getStepVector()
1220 Step = Builder.CreateVectorSplat(VLen, Step); in getStepVector()
1234 Step = Builder.CreateVectorSplat(VLen, Step); in getStepVector()
1292 Value *SplatStart = Builder.CreateVectorSplat(State.VF, Start); in execute()
1325 : Builder.CreateVectorSplat(State.VF, Mul); in execute()
1440 SplatStep = Builder.CreateVectorSplat(State.VF, Step); in execute()
1441 SplatIV = Builder.CreateVectorSplat(State.VF, BaseIV); in execute()
1458 auto *SplatStartIdx = Builder.CreateVectorSplat(State.VF, StartIdx0); in execute()
1528 Value *EntryPart = State.Builder.CreateVectorSplat(State.VF, NewGEP); in execute()
1717 Iden = State.Builder.CreateVectorSplat(VecTy->getElementCount(), Iden); in execute()
[all …]
H A DLoopIdiomVectorize.cpp396 Value *PFalse = Builder.CreateVectorSplat(PredVTy->getElementCount(), in createMaskedFindMismatch()
H A DLoopVectorize.cpp2259 Y = B.CreateVectorSplat(XVTy->getElementCount(), Y); in emitTransformedIndex()
9101 State.Builder.CreateVectorSplat(State.VF, StartOffsetScalar); in execute()
9112 State.Builder.CreateVectorSplat(State.VF, ScalarStepValue), in execute()
9245 Builder.CreateVectorSplat(ValTy->getElementCount(), Builder.getTrue()); in createReverseEVL()
9271 Mask = Builder.CreateVectorSplat(State.VF, Builder.getTrue()); in execute()
9356 Mask = Builder.CreateVectorSplat(State.VF, Builder.getTrue()); in execute()
H A DVPlan.cpp284 Value *Shuf = Builder.CreateVectorSplat(VF, V, "broadcast"); in get()
H A DVectorCombine.cpp902 replaceValue(VPI, *Builder.CreateVectorSplat(EC, ScalarVal)); in scalarizeVPIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp247 Value *VLSplat = Builder.CreateVectorSplat(NumElems, EVLParam); in convertEVLToMask()
426 auto *NeutralVector = Builder.CreateVectorSplat( in expandPredicationInReduction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp752 Value *SplatArg1 = B.CreateVectorSplat(VecTy->getElementCount(), Arg1); in fold()
1293 Value *SplatRHS = B.CreateVectorSplat(Arg0VecTy->getElementCount(), Arg1); in replaceLibCallWithSimpleIntrinsic()
1296 Value *SplatLHS = B.CreateVectorSplat(Arg1VecTy->getElementCount(), Arg0); in replaceLibCallWithSimpleIntrinsic()
H A DAMDGPUPromoteAlloca.cpp630 Value *EltBytes = Builder.CreateVectorSplat(BytesPerElt, Elt); in promoteAllocaUserToVector()
642 return Builder.CreateVectorSplat(VectorTy->getElementCount(), Elt); in promoteAllocaUserToVector()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1193 Value *IRBuilderBase::CreateVectorSplat(unsigned NumElts, Value *V, in CreateVectorSplat() function in IRBuilderBase
1196 return CreateVectorSplat(EC, V, Name); in CreateVectorSplat()
1199 Value *IRBuilderBase::CreateVectorSplat(ElementCount EC, Value *V, in CreateVectorSplat() function in IRBuilderBase
H A DAutoUpgrade.cpp1742 Amt = Builder.CreateVectorSplat(NumElts, Amt); in upgradeX86Rotate()
1812 Amt = Builder.CreateVectorSplat(NumElts, Amt); in upgradeX86ConcatShift()
2331 Rep = Builder.CreateVectorSplat(NumElts, Rep); in upgradeX86IntrinsicCall()
2380 Rep = Builder.CreateVectorSplat(NumElts, CI->getArgOperand(0)); in upgradeX86IntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp312 ? IRB.CreateVectorSplat(VectorTy->getNumElements(), BitWidthConstant) in lowerFunnelShifts()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp219 Amt = Builder.CreateVectorSplat(VWidth, Amt); in simplifyX86immShift()
228 return Builder.CreateAShr(Vec, Builder.CreateVectorSplat(VWidth, Amt)); in simplifyX86immShift()
289 auto ShiftVec = Builder.CreateVectorSplat(VWidth, ShiftAmt); in simplifyX86immShift()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1564 Value *Splat = Builder.CreateVectorSplat(BlockSize, RH, "splat"); in emitMatrixMultiply()
1591 Value *Splat = Builder.CreateVectorSplat(BlockSize, LH, "splat"); in emitMatrixMultiply()
H A DRewriteStatepointsForGC.cpp3153 auto *Splat = B.CreateVectorSplat(VF, I.getOperand(0)); in runOnFunction()
H A DSROA.cpp3132 V = IRB.CreateVectorSplat(NumElements, V, "vsplat"); in getVectorSplat()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1107 Value *Splat = IC.Builder.CreateVectorSplat(RetTy->getElementCount(), in instCombineSVEDupX()
1748 IC.Builder.CreateVectorSplat(RetTy->getElementCount(), ScalarArg); in instCombineSVEUnpack()
1772 IC.Builder.CreateVectorSplat(VTy->getElementCount(), Extract); in instCombineSVETBL()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1574 return Builder.CreateVectorSplat(NumElements, Src, "splat"); in EmitScalarConversion()
2563 return Builder.CreateVectorSplat(NumElements, Elt, "splat"); in VisitCastExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2453 Value *PadVec = Builder.CreateVectorSplat(CurSize, Pad, "spt"); in vresize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2312 Sel, 0, IC.Builder.CreateVectorSplat(Ty->getElementCount(), Cond)); in canonicalizeScalarSelectOfVecs()
H A DInstCombineCalls.cpp377 Builder.CreateVectorSplat(VecTy->getElementCount(), L, "broadcast"); in simplifyMaskedGather()

12