/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelDAGToDAG.cpp | 96 APInt SplatValue, SplatUndef; in INITIALIZE_PASS() local 339 APInt SplatValue, SplatUndef; in selectVSplat() local
|
H A D | LoongArchISelLowering.cpp | 1377 APInt SplatValue, SplatUndef; in lowerBUILD_VECTOR() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 539 APInt SplatValue, SplatUndef; in isVSplat() local 564 APInt SplatValue, SplatUndef; in isVectorAllOnes() local 848 APInt SplatValue, SplatUndef; in performDSPShiftCombine() local 1422 static SDValue getBuildVectorSplat(EVT VecTy, SDValue SplatValue, in getBuildVectorSplat() 2459 APInt SplatValue, SplatUndef; in lowerBUILD_VECTOR() local
|
H A D | MipsISelDAGToDAG.cpp | 243 APInt SplatValue, SplatUndef; in selectVecAddAsVecSubIfProfitable() local
|
H A D | MipsSEISelDAGToDAG.cpp | 521 APInt SplatValue, SplatUndef; in selectVSplat() local 1098 APInt SplatValue, SplatUndef; in trySelect() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 1128 auto *SplatValue = in instCombineSVECmpNE() local 1699 auto *SplatValue = getSplatValue(I); in instCombineSVEVectorMul() local 1712 auto *SplatValue = IntrI->getOperand(2); in instCombineSVEVectorMul() local 1763 auto *SplatValue = dyn_cast_or_null<ConstantInt>(getSplatValue(OpIndices)); in instCombineSVETBL() local 1894 Value *SplatValue = getSplatValue(DivVec); in instCombineSVESDIV() local
|
H A D | AArch64ISelLowering.cpp | 14965 APInt SplatValue; in EmitVectorComparison() local 20826 APInt SplatValue, SplatUndef; in tryCombineShiftImm() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 1320 int SplatValue = *FirstDefinedIdx; in getSplatIndex() local 1379 int64_t SplatValue, bool AllowUndef) { in isBuildVectorConstantSplat() 1387 int64_t SplatValue, bool AllowUndef) { in isBuildVectorConstantSplat()
|
H A D | CombinerHelper.cpp | 6609 bool CombinerHelper::isConstantSplatVector(Register Src, int64_t SplatValue, in isConstantSplatVector()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 453 Value *SplatValue = isBytewiseValue(StoredVal, *DL); in isLegalStore() local 922 Value *SplatValue = MSI->getValue(); in processLoopMemSet() local 1011 Value *SplatValue = isBytewiseValue(StoredVal, *DL); in processLoopStridedStore() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2163 SDValue SplatValue; in LowerBUILD_VECTOR() local 2592 APInt SplatValue, SplatUndef; in performVectorTruncZeroCombine() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 401 if (auto *SplatValue = getSplatValue(II.getArgOperand(0))) { in simplifyMaskedScatter() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 3797 uint64_t SplatValue = 0; lowerBuildVectorOfConstants() local 3853 uint64_t SplatValue = 0; lowerBuildVectorOfConstants() local 11311 SDValue SplatValue = DAG.getConstant( lowerVPExtMaskOp() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 2634 APInt SplatValue; SplitVecRes_VECTOR_SHUFFLE() local
|
H A D | TargetLowering.cpp | 6648 auto SplatValue = llvm::find_if_not(Values, Predicate); in turnVectorIntoSplatVector() local
|
H A D | DAGCombiner.cpp | 7100 APInt SplatValue, SplatUndef; in visitAND() local 12538 APInt SplatValue; in visitVSELECT() local
|
H A D | SelectionDAG.cpp | 12725 bool BuildVectorSDNode::isConstantSplat(APInt &SplatValue, APInt &SplatUndef, in isConstantSplat()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 4280 APInt SplatValue, SplatUndef; in getAVX512Node() local 7220 static Constant *getConstantVector(MVT VT, const APInt &SplatValue, in getConstantVector() 7343 APInt SplatValue, Undef; in lowerBuildVectorAsBroadcast() local
|