Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h499 std::initializer_list<LLT> Types1) { in actionForCartesianProduct() argument
502 typeInSet(typeIdx(1), Types1))); in actionForCartesianProduct()
510 std::initializer_list<LLT> Types1, std::initializer_list<LLT> Types2) { in actionForCartesianProduct() argument
513 all(typeInSet(typeIdx(1), Types1), in actionForCartesianProduct()
576 std::initializer_list<LLT> Types1) { in legalForCartesianProduct() argument
577 return actionForCartesianProduct(LegalizeAction::Legal, Types0, Types1); in legalForCartesianProduct()
582 std::initializer_list<LLT> Types1, in legalForCartesianProduct() argument
584 return actionForCartesianProduct(LegalizeAction::Legal, Types0, Types1, in legalForCartesianProduct()
653 std::initializer_list<LLT> Types1) { in lowerForCartesianProduct() argument
655 return actionForCartesianProduct(LegalizeAction::Lower, Types0, Types1); in lowerForCartesianProduct()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmeta.d914 alias Types1 = AliasSeq!(string, wstring, dchar[], char[], dstring, int); variable
915 alias TL1 = Filter!(isNarrowString, Types1);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmeta.d779 alias Types1 = AliasSeq!(string, wstring, dchar[], char[], dstring, int); variable
780 alias TL1 = Filter!(isNarrowString, Types1);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-type-util.h127 struct Types1 { struct
134 typedef Types1<T2> Tail; argument
794 typedef internal::Types1<T1> type;
3307 typedef Types1<T> type;