Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp325 bool AllSame = true; in getBest() local
333 AllSame = false; in getBest()
341 if (!AllSame) in getBest()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp3281 bool AllSame = true; in handleOperandChangeImpl() local
3292 AllSame &= Val == ToC; in handleOperandChangeImpl()
3295 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()
3298 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()
3322 bool AllSame = true; in handleOperandChangeImpl() local
3332 AllSame &= Val == ToC; in handleOperandChangeImpl()
3335 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()
3338 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1851 bool AllSame = none_of(Succs, [&Succs](BasicBlock *Succ) { in hoistCommonCodeFromSuccessors() local
1858 if (!AllSame) in hoistCommonCodeFromSuccessors()
1860 if (AllSame) { in hoistCommonCodeFromSuccessors()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2233 bool Identity = true, AllSame = true; in getVectorShuffle() local
2236 if (MaskVec[i] != MaskVec[0]) AllSame = false; in getVectorShuffle()
2271 if (AllSame && SameNumElts) { in getVectorShuffle()
H A DDAGCombiner.cpp26950 bool AllSame = true; in visitVECTOR_SHUFFLE() local
26962 AllSame = false; in visitVECTOR_SHUFFLE()
26967 if (AllSame) in visitVECTOR_SHUFFLE()