Home
last modified time | relevance | path

Searched defs:IsSplat (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1781 auto IsSplat = [](Value *V) -> bool { in identifySplat() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2572 bool IsSplat = true; in buildVector32() local
2633 bool IsSplat = true; in buildVector64() local
H A DHexagonISelLoweringHVX.cpp827 bool IsSplat = isSplat(Words, SplatV); in buildHvxVectorReg() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5187 bool IsSplat = getIConstantSplatVal(*RHSDefInstr, MRI).has_value(); in buildUDivUsingMul() local
5431 bool IsSplat = getIConstantSplatVal(*RHSDef, MRI).has_value(); in buildSDivUsingMul() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9304 bool IsSplat = true; in haveEfficientBuildVectorPattern() local
14688 bool IsSplat = true; in combineElementTruncationToVectorTruncation() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7109 bool IsSplat = in visitAND() local
25129 bool IsSplat = false; in combineShuffleOfScalars() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12489 bool IsSplat = IsRootPoison && isSplat(Scalars) && in processBuildVector() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7645 bool IsSplat = true; in LowerBUILD_VECTORvXi1() local
56091 bool IsSplat = llvm::all_equal(Ops); in combineConcatVectorOps() local