Home
last modified time | relevance | path

Searched refs:LogicalAnd (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h32 LogicalAnd = 5, // && enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp55 case tok::ampamp: return prec::LogicalAnd; in getBinOpPrecedence()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPatternMatch.h499 BinaryVPInstruction_match<Op0_t, Op1_t, VPInstruction::LogicalAnd>,
504 m_VPInstruction<VPInstruction::LogicalAnd, Op0_t, Op1_t>(Op0, Op1), in m_LogicalAnd()
H A DLoopVectorizationPlanner.h216 new VPInstruction(VPInstruction::LogicalAnd, {LHS, RHS}, DL, Name));
H A DVPlanAnalysis.cpp122 case VPInstruction::LogicalAnd: in inferScalarTypeForRecipe()
H A DVPlanRecipes.cpp478 case VPInstruction::LogicalAnd: in getNumOperandsForOpcode()
848 case VPInstruction::LogicalAnd: { in generate()
1049 case VPInstruction::LogicalAnd: in opcodeMayReadOrWriteFromMemory()
1188 case VPInstruction::LogicalAnd: in print()
H A DVPlan.h989 LogicalAnd, // Non-poison propagating logical And. enumerator
H A DVPlanTransforms.cpp957 case VPInstruction::LogicalAnd: in tryToFoldLiveIns()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp289 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LogicalAnd, "operator&&"); in output()
H A DMicrosoftDemangle.cpp610 IFK::LogicalAnd, // ?V operator&& in translateIntrinsicFunctionCode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h148 LogicalAnd, // ?V operator&& enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp138 getLangOpts().CPlusPlus11) > prec::LogicalAnd; in CheckConstraintExpression()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td810 def OpGroupNonUniformLogicalAnd: OpGroupNUGroup<"LogicalAnd", 362>;
H A DSPIRVSymbolicOperands.td1828 defm LogicalAnd : SpecConstantOpOperandsOperand<167, [], []>;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp229 /*CPlusPlus11=*/true) > prec::LogicalAnd || in ParseConstraintLogicalAndExpression()