Lines Matching refs:getOperationAction
1254 LegalizeAction getOperationAction(unsigned Op, EVT VT) const { in getOperationAction() function
1278 auto Action = getOperationAction(Op, VT); in getFixedPointOperationAction()
1316 return getOperationAction(EqOpc, VT); in getStrictFPOperationAction()
1329 (getOperationAction(Op, VT) == Legal ||
1330 getOperationAction(Op, VT) == Custom);
1343 (getOperationAction(Op, VT) == Legal ||
1344 getOperationAction(Op, VT) == Promote);
1357 (getOperationAction(Op, VT) == Legal ||
1358 getOperationAction(Op, VT) == Custom ||
1359 getOperationAction(Op, VT) == Promote);
1365 return getOperationAction(Op, VT) == Custom; in isOperationCustom()
1427 return (!isTypeLegal(VT) || getOperationAction(Op, VT) == Expand); in isOperationExpand()
1433 getOperationAction(Op, VT) == Legal; in isOperationLegal()
1627 assert(getOperationAction(Op, VT) == Promote && in getTypeToPromoteTo()
1646 getOperationAction(Op, NVT) == Promote); in getTypeToPromoteTo()