Home
last modified time | relevance | path

Searched refs:AllSame (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp269 bool AllSame = true; in getBest() local
277 AllSame = false; in getBest()
285 if (!AllSame) in getBest()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp3105 bool AllSame = true; in handleOperandChangeImpl() local
3116 AllSame &= Val == ToC; in handleOperandChangeImpl()
3119 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()
3122 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()
3146 bool AllSame = true; in handleOperandChangeImpl() local
3156 AllSame &= Val == ToC; in handleOperandChangeImpl()
3159 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()
3162 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2139 bool Identity = true, AllSame = true; in getVectorShuffle() local
2142 if (MaskVec[i] != MaskVec[0]) AllSame = false; in getVectorShuffle()
2177 if (AllSame && SameNumElts) { in getVectorShuffle()
H A DDAGCombiner.cpp25490 bool AllSame = true; in visitVECTOR_SHUFFLE() local
25502 AllSame = false; in visitVECTOR_SHUFFLE()
25507 if (AllSame) in visitVECTOR_SHUFFLE()