Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1781 auto IsSplat = [](Value *V) -> bool { in identifySplat() local
1811 if (!IsSplat(R) || !IsSplat(I)) in identifySplat()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2572 bool IsSplat = true; in buildVector32() local
2576 IsSplat = false; in buildVector32()
2579 if (IsSplat) { in buildVector32()
2633 bool IsSplat = true; in buildVector64() local
2637 IsSplat = false; in buildVector64()
2640 if (IsSplat) { in buildVector64()
H A DHexagonISelLoweringHVX.cpp827 bool IsSplat = isSplat(Words, SplatV); in buildHvxVectorReg() local
828 if (IsSplat && isUndef(SplatV)) in buildHvxVectorReg()
830 if (IsSplat) { in buildHvxVectorReg()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h775 mutable bool IsSplat : 1;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp3187 IsSplat = isSplatData(); in isSplat()
3189 return IsSplat; in isSplat()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5187 bool IsSplat = getIConstantSplatVal(*RHSDefInstr, MRI).has_value(); in buildUDivUsingMul() local
5191 if (IsSplat && !Factors.empty()) { in buildUDivUsingMul()
5431 bool IsSplat = getIConstantSplatVal(*RHSDef, MRI).has_value(); in buildSDivUsingMul() local
5435 if (IsSplat && !Factors.empty()) { in buildSDivUsingMul()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7645 bool IsSplat = true; in LowerBUILD_VECTORvXi1() local
7661 IsSplat = false; in LowerBUILD_VECTORvXi1()
7665 if (IsSplat) { in LowerBUILD_VECTORvXi1()
56091 bool IsSplat = llvm::all_equal(Ops); in combineConcatVectorOps() local
56097 if (IsSplat && in combineConcatVectorOps()
56209 if (!IsSplat && llvm::all_of(Ops, [](SDValue Op) { in combineConcatVectorOps()
56228 if (!IsSplat) in combineConcatVectorOps()
56235 if (!IsSplat && VT.getScalarType() == MVT::f32 && in combineConcatVectorOps()
56248 if (!IsSplat && EltSizeInBits >= 32 && in combineConcatVectorOps()
56266 if (!IsSplat && NumOps == 2 && VT.is256BitVector() && in combineConcatVectorOps()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9304 bool IsSplat = true; in haveEfficientBuildVectorPattern() local
9330 IsSplat = false; in haveEfficientBuildVectorPattern()
9332 return !(IsSplat && IsLoad); in haveEfficientBuildVectorPattern()
14688 bool IsSplat = true; in combineElementTruncationToVectorTruncation() local
14708 IsSplat = false; in combineElementTruncationToVectorTruncation()
14714 if (IsSplat) in combineElementTruncationToVectorTruncation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12489 bool IsSplat = IsRootPoison && isSplat(Scalars) && in processBuildVector() local
12514 if (IsSplat) { in processBuildVector()
12525 if (IsSplat) { in processBuildVector()
12532 } else if (!UndefPos.empty() && IsSplat) { in processBuildVector()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7109 bool IsSplat = in visitAND() local
7115 if (IsSplat && (SplatBitSize % EltBitWidth) == 0) { in visitAND()
25129 bool IsSplat = false; in combineShuffleOfScalars() local
25134 IsSplat = (Splat0 == BV1->getSplatValue()); in combineShuffleOfScalars()
25159 if (!IsSplat && !DuplicateOps.insert(Op).second) in combineShuffleOfScalars()