Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h422 LegalizeRuleSet &actionIf(LegalizeAction Action, in actionIf() function
429 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf() function
439 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionFor()
447 return actionIf(Action, typeInSet(typeIdx(0), Types), Mutation); in actionFor()
455 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionFor()
464 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types), in actionFor()
474 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionForTypeWithAnyImm()
481 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionForTypeWithAnyImm()
490 return actionIf(Action, all(typeInSet(typeIdx(0), Types), in actionForCartesianProduct()
502 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h376 LegalizeRuleSet &actionIf(LegalizeAction Action, in actionIf() function
383 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf() function
393 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionFor()
401 return actionIf(Action, typeInSet(typeIdx(0), Types), Mutation); in actionFor()
409 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionFor()
418 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types), in actionFor()
428 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionForTypeWithAnyImm()
436 return actionIf(Action, all(typeInSet(typeIdx(0), Types), in actionForCartesianProduct()
448 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct()
459 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct()
[all …]