Lines Matching refs:Legal
200 Legal, // The target natively supports this operation. enumerator
1248 return Legal; in getCustomOperationAction()
1279 if (Action != Legal) in getFixedPointOperationAction()
1329 (getOperationAction(Op, VT) == Legal ||
1343 (getOperationAction(Op, VT) == Legal ||
1357 (getOperationAction(Op, VT) == Legal ||
1433 getOperationAction(Op, VT) == Legal; in isOperationLegal()
1452 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal; in isLoadExtLegal()
1458 return getLoadExtAction(ExtType, ValVT, MemVT) == Legal || in isLoadExtLegalOrCustom()
1473 assert((Action == Legal || Action == Expand) && in getAtomicLoadExtAction()
1481 return getAtomicLoadExtAction(ExtType, ValVT, MemVT) == Legal; in isAtomicLoadExtLegal()
1499 return isTypeLegal(ValVT) && getTruncStoreAction(ValVT, MemVT) == Legal; in isTruncStoreLegal()
1506 (getTruncStoreAction(ValVT, MemVT) == Legal || in isTruncStoreLegalOrCustom()
1528 (getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedLoadLegal()
1542 (getIndexedStoreAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedStoreLegal()
1556 (getIndexedMaskedLoadAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedMaskedLoadLegal()
1570 (getIndexedMaskedStoreAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedMaskedStoreLegal()
1614 return getCondCodeAction(CC, VT) == Legal; in isCondCodeLegal()
1620 return getCondCodeAction(CC, VT) == Legal || in isCondCodeLegalOrCustom()