Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp277 bool AllSame = true; in getBest() local
285 AllSame = false; in getBest()
293 if (!AllSame) in getBest()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp3368 bool AllSame = true; in handleOperandChangeImpl() local
3379 AllSame &= Val == ToC; in handleOperandChangeImpl()
3382 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()
3385 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()
3409 bool AllSame = true; in handleOperandChangeImpl() local
3419 AllSame &= Val == ToC; in handleOperandChangeImpl()
3422 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()
3425 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp799 bool AllSame = std::all_of( in getSystemGPUArch() local
802 if (!AllSame) in getSystemGPUArch()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1868 bool Identity = true, AllSame = true; in getVectorShuffle() local
1871 if (MaskVec[i] != MaskVec[0]) AllSame = false; in getVectorShuffle()
1909 if (AllSame && SameNumElts) { in getVectorShuffle()
H A DDAGCombiner.cpp21213 bool AllSame = true; in visitVECTOR_SHUFFLE() local
21225 AllSame = false; in visitVECTOR_SHUFFLE()
21230 if (AllSame) in visitVECTOR_SHUFFLE()