/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | MatrixBuilder.h | 44 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 D | IRBuilder.h | 2479 Value *CreateVectorSplat(unsigned NumElts, Value *V, const Twine &Name = ""); 2483 Value *CreateVectorSplat(ElementCount EC, Value *V, const Twine &Name = "");
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 783 Builder.CreateVectorSplat(Ty->getNumElements(), Builder.getInt32(TypeScale)), in tryCreateIncrementingGatScat() 788 Builder.CreateVectorSplat( in tryCreateIncrementingGatScat() 840 Builder.CreateVectorSplat(NumElems, Builder.getInt32(TypeScale)), in tryCreateIncrementingWBGatScat() 845 Builder.CreateVectorSplat( in tryCreateIncrementingWBGatScat() 854 Builder.CreateVectorSplat(NumElems, Builder.getInt32(Immediate)), in tryCreateIncrementingWBGatScat() 1119 NonVectorVal = Builder.CreateVectorSplat( in CheckAndCreateOffsetAdd() 1125 Builder.CreateVectorSplat(VT->getNumElements(), NonVectorVal); in CheckAndCreateOffsetAdd() 1167 Value *XScale = Builder.CreateVectorSplat( in CheckAndCreateOffsetAdd() 1170 Value *YScale = Builder.CreateVectorSplat( in CheckAndCreateOffsetAdd()
|
H A D | ARMTargetTransformInfo.cpp | 181 auto TrueVector = IC.Builder.CreateVectorSplat( in instCombineIntrinsic()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | Local.cpp | 70 Op = Builder->CreateVectorSplat( in emitGEPOffset()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 768 Value *EntryPart = State.Builder.CreateVectorSplat(State.VF, Clone); in execute() 1116 : Builder.CreateVectorSplat(VF, CanonicalIV, "broadcast"); in execute() 1120 VStep = Builder.CreateVectorSplat(VF, VStep); in execute() 1217 Builder.CreateVectorSplat(State.VF, StartV, "minmax.ident"); in execute() 1224 Iden = Builder.CreateVectorSplat(State.VF, Iden); in execute()
|
H A D | LoopVectorize.cpp | 2291 Value *Shuf = Builder.CreateVectorSplat(VF, V, "broadcast"); in getBroadcastInstrs() 2326 Value *StartIdxSplat = Builder.CreateVectorSplat(VLen, StartIdx); in getStepVector() 2330 Step = Builder.CreateVectorSplat(VLen, Step); in getStepVector() 2344 Step = Builder.CreateVectorSplat(VLen, Step); in getStepVector() 2390 SplatStep = Builder.CreateVectorSplat(State.VF, Step); in buildScalarSteps() 2391 SplatIV = Builder.CreateVectorSplat(State.VF, ScalarIV); in buildScalarSteps() 2501 Y = B.CreateVectorSplat(XVTy->getElementCount(), Y); in emitTransformedIndex() 9390 Value *SplatStart = Builder.CreateVectorSplat(State.VF, Start); in execute() 9423 : Builder.CreateVectorSplat(State.VF, Mul); in execute() 9532 State.Builder.CreateVectorSplat(State.VF, StartOffsetScalar); in execute() [all …]
|
H A D | VPlan.cpp | 627 VF.isScalar() ? TCMO : Builder.CreateVectorSplat(VF, TCMO, "broadcast"); in prepareToExecute()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 232 Value *VLSplat = Builder.CreateVectorSplat(NumElems, EVLParam); in convertEVLToMask() 328 auto *NeutralVector = Builder.CreateVectorSplat( in expandPredicationInReduction()
|
H A D | CodeGenPrepare.cpp | 7049 Value *Shuffle = Builder.CreateVectorSplat(NewVecType->getNumElements(), BC1); in optimizeShuffleVectorInst()
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPrepareFunctions.cpp | 235 ? IRB.CreateVectorSplat(VectorTy->getNumElements(), BitWidthConstant) in lowerFunnelShifts()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 695 Op0 = Builder.CreateVectorSplat(NumElems, Op0); in visitGetElementPtrInst() 706 Op = Builder.CreateVectorSplat(NumElems, Op); in visitGetElementPtrInst()
|
H A D | LowerMatrixIntrinsics.cpp | 1362 Value *Splat = Builder.CreateVectorSplat(BlockSize, RH, "splat"); in emitMatrixMultiply() 1389 Value *Splat = Builder.CreateVectorSplat(BlockSize, LH, "splat"); in emitMatrixMultiply()
|
H A D | RewriteStatepointsForGC.cpp | 3181 auto *Splat = B.CreateVectorSplat(VF, I.getOperand(0)); in runOnFunction()
|
H A D | SROA.cpp | 3047 V = IRB.CreateVectorSplat(NumElements, V, "vsplat"); in getVectorSplat()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1249 Value *IRBuilderBase::CreateVectorSplat(unsigned NumElts, Value *V, in CreateVectorSplat() function in IRBuilderBase 1252 return CreateVectorSplat(EC, V, Name); in CreateVectorSplat() 1255 Value *IRBuilderBase::CreateVectorSplat(ElementCount EC, Value *V, in CreateVectorSplat() function in IRBuilderBase
|
H A D | AutoUpgrade.cpp | 1501 Amt = Builder.CreateVectorSplat(NumElts, Amt); in upgradeX86Rotate() 1571 Amt = Builder.CreateVectorSplat(NumElts, Amt); in upgradeX86ConcatShift() 2252 Rep = Builder.CreateVectorSplat(NumElts, Rep); in UpgradeIntrinsicCall() 2301 Rep = Builder.CreateVectorSplat(NumElts, CI->getArgOperand(0)); in UpgradeIntrinsicCall()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 218 Amt = Builder.CreateVectorSplat(VWidth, Amt); in simplifyX86immShift() 227 return Builder.CreateAShr(Vec, Builder.CreateVectorSplat(VWidth, Amt)); in simplifyX86immShift() 288 auto ShiftVec = Builder.CreateVectorSplat(VWidth, ShiftAmt); in simplifyX86immShift()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 905 StartVal = Builder.CreateVectorSplat(VTy->getElementCount(), StartVal); in createSelectCmpOp() 1016 Value *Right = Builder.CreateVectorSplat(EC, InitVal); in createSelectCmpTargetReduction()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 713 Builder.CreateVectorSplat(RetTy->getElementCount(), II.getArgOperand(0)); in instCombineSVEDupX() 1292 Builder.CreateVectorSplat(RetTy->getElementCount(), ScalarArg); in instCombineSVEUnpack() 1318 Builder.CreateVectorSplat(VTy->getElementCount(), Extract); in instCombineSVETBL()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 1414 return Builder.CreateVectorSplat(NumElements, Src, "splat"); in EmitScalarConversion() 2363 return Builder.CreateVectorSplat(NumElements, Elt, "splat"); in VisitCastExpr()
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 2020 Value *PadVec = Builder.CreateVectorSplat(CurSize, Pad); in vresize()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 2127 Sel, 0, IC.Builder.CreateVectorSplat(Ty->getElementCount(), Cond)); in canonicalizeScalarSelectOfVecs()
|
H A D | InstCombineCalls.cpp | 405 Builder.CreateVectorSplat(VecTy->getElementCount(), L, "broadcast"); in simplifyMaskedGather()
|
H A D | InstCombineCompares.cpp | 774 Base = Builder.CreateVectorSplat(EC, Base); in foldGEPICmp()
|