Searched refs:getTruncStoreAction (Results 1 – 4 of 4) sorted by relevance
1487 LegalizeAction getTruncStoreAction(EVT ValVT, EVT MemVT) const { in getTruncStoreAction() function1499 return isTypeLegal(ValVT) && getTruncStoreAction(ValVT, MemVT) == Legal; in isTruncStoreLegal()1506 (getTruncStoreAction(ValVT, MemVT) == Legal || in isTruncStoreLegalOrCustom()1507 getTruncStoreAction(ValVT, MemVT) == Custom); in isTruncStoreLegalOrCustom()
1360 LA = getTLI()->getTruncStoreAction(LT.second, MemVT);
300 Action = TLI.getTruncStoreAction(ValVT, StVT); in LegalizeOp()
608 switch (TLI.getTruncStoreAction(ST->getValue().getValueType(), StVT)) { in LegalizeStoreOps()