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 | 486 LegalizeRuleSet &actionIf(LegalizeAction Action, in actionIf() function 493 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf() function 503 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionFor() 511 return actionIf(Action, typeInSet(typeIdx(0), Types), Mutation); in actionFor() 519 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionFor() 526 return actionIf(Action, in actionFor() 537 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types), in actionFor() 547 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionForTypeWithAnyImm() 554 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionForTypeWithAnyImm() 563 return actionIf(Action, all(typeInSet(typeIdx(0), Types), in actionForCartesianProduct() [all …]
|