Searched refs:actionIf (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 472 LegalizeRuleSet &actionIf(LegalizeAction Action, in actionIf() function 479 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf() function 489 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionFor() 497 return actionIf(Action, typeInSet(typeIdx(0), Types), Mutation); in actionFor() 505 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionFor() 514 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types), in actionFor() 524 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionForTypeWithAnyImm() 531 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionForTypeWithAnyImm() 540 return actionIf(Action, all(typeInSet(typeIdx(0), Types), in actionForCartesianProduct() 552 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct() [all …]
|