Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7257 AllowFoldKind CanFold = NoFold);
7260 AllowFoldKind CanFold = NoFold);
7263 AllowFoldKind CanFold = NoFold);
7265 AllowFoldKind CanFold = NoFold) {
7266 return VerifyIntegerConstantExpression(E, nullptr, CanFold);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16882 AllowFoldKind CanFold) { in VerifyIntegerConstantExpression() argument
16895 return VerifyIntegerConstantExpression(E, Result, Diagnoser, CanFold); in VerifyIntegerConstantExpression()
16901 AllowFoldKind CanFold) { in VerifyIntegerConstantExpression() argument
16914 return VerifyIntegerConstantExpression(E, Result, Diagnoser, CanFold); in VerifyIntegerConstantExpression()
16931 AllowFoldKind CanFold) { in VerifyIntegerConstantExpression() argument
17084 if (!Folded || !CanFold) { in VerifyIntegerConstantExpression()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4600 auto CanFold = [NewShAmt, WidestBitWidth, NarrowestShift, SQ, in foldShiftIntoShiftInAnotherHandOfAndInICmp() local
4643 if (!CanFold()) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6730 bool CanFold = true; in LowerBuildVectorv4x32() local
6731 for (unsigned i = EltIdx + 1; i < 4 && CanFold; ++i) { in LowerBuildVectorv4x32()
6739 CanFold = (SrcVector == V1) && (Current.getConstantOperandAPInt(1) == i); in LowerBuildVectorv4x32()
6742 if (!CanFold) in LowerBuildVectorv4x32()
7767 bool CanFold = true; in isHorizontalBinOpPart() local
7774 for (unsigned i = 0, e = NumElts; i != e && CanFold; ++i) { in isHorizontalBinOpPart()
7786 CanFold = Op->getOpcode() == Opcode && Op->hasOneUse(); in isHorizontalBinOpPart()
7788 if (!CanFold) in isHorizontalBinOpPart()
7796 CanFold = (Op0.getOpcode() == ISD::EXTRACT_VECTOR_ELT && in isHorizontalBinOpPart()
7801 if (!CanFold) in isHorizontalBinOpPart()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7882 bool CanFold = true; in visitOR() local
7901 CanFold = false; in visitOR()
7914 if (CanFold) { in visitOR()