Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2546 bool IsSplat = true; in buildVector32() local
2607 bool IsSplat = true; in buildVector64() local
H A DHexagonISelLoweringHVX.cpp826 bool IsSplat = isSplat(Words, SplatV); in buildHvxVectorReg() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9036 bool IsSplat = true; in haveEfficientBuildVectorPattern() local
14170 bool IsSplat = true; in combineElementTruncationToVectorTruncation() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5135 bool IsSplat = getIConstantSplatVal(*RHSDef, MRI).has_value(); in buildSDivUsingMul() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6401 bool IsSplat = Vector->isConstantSplat(SplatValue, SplatUndef, in visitAND() local
23184 bool IsSplat = false; in combineShuffleOfScalars() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9077 bool IsSplat = isSplat(VL) && (VL.size() > 2 || VL.front() == VL.back()); in createBuildVector() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10039 bool IsSplat = true; in LowerBUILD_VECTORvXi1() local
55164 bool IsSplat = llvm::all_equal(Ops); in combineConcatVectorOps() local