Searched refs:IsSplat (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp376 bool IsSplat = true, IsUndef = true; local
378 for (unsigned i = 0; i != NumWords && IsSplat; ++i) {
385 IsSplat = false;
389 if (IsSplat) {
H A DHexagonISelLowering.cpp2224 bool IsSplat = true; local
2230 IsSplat = false;
2233 if (IsSplat) {
2286 bool IsSplat = true; local
2292 IsSplat = false;
2295 if (IsSplat) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8557 bool IsSplat = true;
8583 IsSplat = false;
8585 return !(IsSplat && IsLoad);
12989 bool IsSplat = true; local
13009 IsSplat = false;
13015 if (IsSplat)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5267 bool IsSplat = Vector->isConstantSplat(SplatValue, SplatUndef, local
5269 if (IsSplat) {
18823 bool IsSplat = false; local
18828 IsSplat = (Splat0 == BV1->getSplatValue());
18853 if (!IsSplat && !DuplicateOps.insert(Op).second)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8778 bool IsSplat = true;
8794 IsSplat = false;
8798 if (IsSplat) {
[all...]

Completed in 281 milliseconds