Searched refs:Types0 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 373 std::initializer_list<LLT> Types0, in actionForCartesianProduct() argument 376 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct() 384 LegalizeAction Action, std::initializer_list<LLT> Types0, in actionForCartesianProduct() argument 387 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct() 437 LegalizeRuleSet &legalForCartesianProduct(std::initializer_list<LLT> Types0, in legalForCartesianProduct() argument 439 return actionForCartesianProduct(LegalizeAction::Legal, Types0, Types1); in legalForCartesianProduct() 496 return actionForCartesianProduct(LegalizeAction::Lower, Types0, Types1); in lowerForCartesianProduct() 504 return actionForCartesianProduct(LegalizeAction::Lower, Types0, Types1, in lowerForCartesianProduct() 527 libcallForCartesianProduct(std::initializer_list<LLT> Types0, in libcallForCartesianProduct() argument 595 customForCartesianProduct(std::initializer_list<LLT> Types0, in customForCartesianProduct() argument [all …]
|
| /freebsd-12.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;
|