Searched refs:Types0 (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 543 std::initializer_list<LLT> Types0, in actionForCartesianProduct() argument 546 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct() 554 LegalizeAction Action, std::initializer_list<LLT> Types0, in actionForCartesianProduct() argument 557 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct() 632 return actionForCartesianProduct(LegalizeAction::Legal, Types0, Types1); in legalForCartesianProduct() 639 return actionForCartesianProduct(LegalizeAction::Legal, Types0, Types1, in legalForCartesianProduct() 710 return actionForCartesianProduct(LegalizeAction::Lower, Types0, Types1); in lowerForCartesianProduct() 718 return actionForCartesianProduct(LegalizeAction::Lower, Types0, Types1, in lowerForCartesianProduct() 750 libcallForCartesianProduct(std::initializer_list<LLT> Types0, in libcallForCartesianProduct() argument 856 customForCartesianProduct(std::initializer_list<LLT> Types0, in customForCartesianProduct() argument [all …]
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 669 void GenerateNamesRecursively(Types0, std::vector<std::string>*, int) {} in GenerateNamesRecursively() argument 736 class TypeParameterizedTest<Fixture, TestSel, Types0> {
|
| H A D | gtest-type-util.h | 126 struct Types0 {}; struct 133 typedef Types0 Tail; 782 typedef internal::Types0 type;
|