Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalityPredicates.cpp54 std::initializer_list<TypePairAndMemDesc> TypesAndMemDescInit) { in typePairAndMemDescInSet()
55 SmallVector<TypePairAndMemDesc, 4> TypesAndMemDesc = TypesAndMemDescInit; in typePairAndMemDescInSet()
57 TypePairAndMemDesc Match = {Query.Types[TypeIdx0], Query.Types[TypeIdx1], in typePairAndMemDescInSet()
62 [=](const TypePairAndMemDesc &Entry) ->bool { in typePairAndMemDescInSet()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalityPredicates.cpp54 std::initializer_list<TypePairAndMemDesc> TypesAndMemDescInit) { in typePairAndMemDescInSet()
55 SmallVector<TypePairAndMemDesc, 4> TypesAndMemDesc = TypesAndMemDescInit; in typePairAndMemDescInSet()
57 TypePairAndMemDesc Match = {Query.Types[TypeIdx0], Query.Types[TypeIdx1], in typePairAndMemDescInSet()
62 [=](const TypePairAndMemDesc &Entry) ->bool { in typePairAndMemDescInSet()
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h174 struct TypePairAndMemDesc { struct
180 bool operator==(const TypePairAndMemDesc &Other) const { argument
188 bool isCompatible(const TypePairAndMemDesc &Other) const { in isCompatible() argument
243 std::initializer_list<TypePairAndMemDesc> TypesAndMemDescInit);
563 std::initializer_list<LegalityPredicates::TypePairAndMemDesc> in legalForTypesWithMemDesc()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h170 struct TypePairAndMemDesc { struct
176 bool operator==(const TypePairAndMemDesc &Other) const { argument
184 bool isCompatible(const TypePairAndMemDesc &Other) const { in isCompatible() argument
217 std::initializer_list<TypePairAndMemDesc> TypesAndMemDescInit);
502 std::initializer_list<LegalityPredicates::TypePairAndMemDesc> in legalForTypesWithMemDesc()