Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h421 LegalizeRuleSet &actionIf(LegalizeAction Action, in actionIf() function
428 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf() function
438 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionFor()
446 return actionIf(Action, typeInSet(typeIdx(0), Types), Mutation); in actionFor()
454 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionFor()
463 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types), in actionFor()
473 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionForTypeWithAnyImm()
480 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionForTypeWithAnyImm()
489 return actionIf(Action, all(typeInSet(typeIdx(0), Types), in actionForCartesianProduct()
501 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct()
[all …]