Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h268 typePairInSet(unsigned TypeIdx0, unsigned TypeIdx1,
499 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionFor()
508 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types), in actionFor()
525 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionForTypeWithAnyImm()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp42 LegalityPredicate LegalityPredicates::typePairInSet( in typePairInSet() function in LegalityPredicates