Home
last modified time | relevance | path

Searched refs:IsExtended (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp80 static unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup() argument
95 if (IsExtended) in getCompoundCandidateGroup()
108 if (IsExtended) in getCompoundCandidateGroup()
120 if (IsExtended) in getCompoundCandidateGroup()
130 if (IsExtended) in getCompoundCandidateGroup()
140 if (IsExtended) in getCompoundCandidateGroup()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2614 bool IsExtended = false; variable
2620 return IsExtended ? 2 : 0; in numTrailingObjects()
2625 assert(IsExtended && "Expected extended clause."); in setLParenLoc()
2631 assert(IsExtended && "Expected extended clause."); in setArgumentLoc()
2637 assert(IsExtended && "Expected extended clause."); in setDependencyKind()
2646 bool IsExtended) in OMPUpdateClause() argument
2648 IsExtended(IsExtended) {} in OMPUpdateClause()
2651 OMPUpdateClause(bool IsExtended) in OMPUpdateClause() argument
2653 IsExtended(IsExtended) {} in OMPUpdateClause()
2683 static OMPUpdateClause *CreateEmpty(const ASTContext &C, bool IsExtended);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp2745 bool IsExtended = ExpressionType == ExpressionTypes::ExtMulAccReduction; in print() local
2746 auto *Mul = cast<VPWidenRecipe>(IsExtended ? ExpressionRecipes[2] in print()
2749 if (IsExtended) in print()
2752 if (IsExtended) { in print()
2760 if (IsExtended) { in print()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp417 bool IsExtended) { in CreateEmpty() argument
418 if (!IsExtended) in CreateEmpty()
424 Clause->IsExtended = true; in CreateEmpty()