Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp268 bool AllSame = true; in getBest() local
276 AllSame = false; in getBest()
284 if (!AllSame) in getBest()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp3313 bool AllSame = true; in handleOperandChangeImpl() local
3324 AllSame &= Val == ToC; in handleOperandChangeImpl()
3327 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()
3330 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()
3354 bool AllSame = true; in handleOperandChangeImpl() local
3364 AllSame &= Val == ToC; in handleOperandChangeImpl()
3367 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()
3370 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp807 bool AllSame = llvm::all_of(GPUArchs, [&](const StringRef &GPUArch) { in getSystemGPUArch() local
810 if (!AllSame) in getSystemGPUArch()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1969 bool Identity = true, AllSame = true; in getVectorShuffle() local
1972 if (MaskVec[i] != MaskVec[0]) AllSame = false; in getVectorShuffle()
2010 if (AllSame && SameNumElts) { in getVectorShuffle()
H A DDAGCombiner.cpp22560 bool AllSame = true; in visitVECTOR_SHUFFLE() local
22572 AllSame = false; in visitVECTOR_SHUFFLE()
22577 if (AllSame) in visitVECTOR_SHUFFLE()