Searched refs:IsExtended (Results 1 – 4 of 4) sorted by relevance
80 static unsigned getCompoundCandidateGroup(MCInst const &MI, bool IsExtended) { in getCompoundCandidateGroup() argument95 if (IsExtended) in getCompoundCandidateGroup()108 if (IsExtended) in getCompoundCandidateGroup()120 if (IsExtended) in getCompoundCandidateGroup()130 if (IsExtended) in getCompoundCandidateGroup()140 if (IsExtended) in getCompoundCandidateGroup()
2614 bool IsExtended = false; variable2620 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() argument2648 IsExtended(IsExtended) {} in OMPUpdateClause()2651 OMPUpdateClause(bool IsExtended) in OMPUpdateClause() argument2653 IsExtended(IsExtended) {} in OMPUpdateClause()2683 static OMPUpdateClause *CreateEmpty(const ASTContext &C, bool IsExtended);[all …]
2745 bool IsExtended = ExpressionType == ExpressionTypes::ExtMulAccReduction; in print() local2746 auto *Mul = cast<VPWidenRecipe>(IsExtended ? ExpressionRecipes[2] in print()2749 if (IsExtended) in print()2752 if (IsExtended) { in print()2760 if (IsExtended) { in print()
417 bool IsExtended) { in CreateEmpty() argument418 if (!IsExtended) in CreateEmpty()424 Clause->IsExtended = true; in CreateEmpty()