Searched refs:Types1 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 550 std::initializer_list<LLT> Types1) { in actionForCartesianProduct() argument 553 typeInSet(typeIdx(1), Types1))); in actionForCartesianProduct() 561 std::initializer_list<LLT> Types1, std::initializer_list<LLT> Types2) { in actionForCartesianProduct() argument 564 all(typeInSet(typeIdx(1), Types1), in actionForCartesianProduct() 637 std::initializer_list<LLT> Types1) { in legalForCartesianProduct() argument 638 return actionForCartesianProduct(LegalizeAction::Legal, Types0, Types1); in legalForCartesianProduct() 643 std::initializer_list<LLT> Types1, in legalForCartesianProduct() argument 645 return actionForCartesianProduct(LegalizeAction::Legal, Types0, Types1, in legalForCartesianProduct() 714 std::initializer_list<LLT> Types1) { in lowerForCartesianProduct() argument 716 return actionForCartesianProduct(LegalizeAction::Lower, Types0, Types1); in lowerForCartesianProduct() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | ClauseT.h | 127 template <typename... Types1, typename... Types2> 128 struct UnionOfTwo<std::variant<Types1...>, std::variant<Types2...>> { 129 using type = std::variant<Types1..., Types2...>;
|