Searched refs:Types0 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 522 std::initializer_list<LLT> Types0, in actionForCartesianProduct() argument 525 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct() 533 LegalizeAction Action, std::initializer_list<LLT> Types0, in actionForCartesianProduct() argument 536 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct() 601 return actionForCartesianProduct(LegalizeAction::Legal, Types0, Types1); in legalForCartesianProduct() 608 return actionForCartesianProduct(LegalizeAction::Legal, Types0, Types1, in legalForCartesianProduct() 679 return actionForCartesianProduct(LegalizeAction::Lower, Types0, Types1); in lowerForCartesianProduct() 687 return actionForCartesianProduct(LegalizeAction::Lower, Types0, Types1, in lowerForCartesianProduct() 719 libcallForCartesianProduct(std::initializer_list<LLT> Types0, in libcallForCartesianProduct() argument 811 customForCartesianProduct(std::initializer_list<LLT> Types0, in customForCartesianProduct() argument [all …]
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-type-util.h.pump | 128 // Except for Types0, every struct in the family has two member types: 133 struct Types0 {}; 140 typedef Types0 Tail; 181 typedef internal::Types0 type;
|
| H A D | gtest-internal.h | 624 void GenerateNamesRecursively(Types0, std::vector<std::string>*, int) {} in GenerateNamesRecursively() argument 687 class TypeParameterizedTest<Fixture, TestSel, Types0> {
|
| H A D | gtest-type-util.h | 135 struct Types0 {}; 142 typedef Types0 Tail; 791 typedef internal::Types0 type;
|