Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLegalityPredicates.cpp43 std::initializer_list<TypePairAndMemDesc> TypesAndMemDescInit) { in typePairAndMemDescInSet()
44 SmallVector<TypePairAndMemDesc, 4> TypesAndMemDesc = TypesAndMemDescInit; in typePairAndMemDescInSet()
46 TypePairAndMemDesc Match = {Query.Types[TypeIdx0], Query.Types[TypeIdx1], in typePairAndMemDescInSet()
51 [=](const TypePairAndMemDesc &Entry) ->bool { in typePairAndMemDescInSet()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDLegalizerInfo.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()