Searched refs:actionIf (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizerInfo.h | 312 LegalizeRuleSet &actionIf(LegalizeAction Action, in actionIf() function 319 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf() function 329 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionFor() 337 return actionIf(Action, typeInSet(typeIdx(0), Types), Mutation); in actionFor() 345 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionFor() 354 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types), in actionFor() 363 return actionIf(Action, all(typeInSet(typeIdx(0), Types), in actionForCartesianProduct() 375 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct() 386 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct() 409 return actionIf(LegalizeAction::Legal, Predicate); in legalIf() [all …]
|