Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h260 typePairInSet(unsigned TypeIdx0, unsigned TypeIdx1,
478 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionFor()
487 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types), in actionFor()
504 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionForTypeWithAnyImm()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp42 LegalityPredicate LegalityPredicates::typePairInSet( in typePairInSet() function in LegalityPredicates