Searched refs:getTruncStoreAction (Results 1 – 4 of 4) sorted by relevance
1303 LegalizeAction getTruncStoreAction(EVT ValVT, EVT MemVT) const { in getTruncStoreAction() function1315 return isTypeLegal(ValVT) && getTruncStoreAction(ValVT, MemVT) == Legal; in isTruncStoreLegal()1322 (getTruncStoreAction(ValVT, MemVT) == Legal || in isTruncStoreLegalOrCustom()1323 getTruncStoreAction(ValVT, MemVT) == Custom); in isTruncStoreLegalOrCustom()
1219 LA = getTLI()->getTruncStoreAction(LT.second, MemVT);
281 Action = TLI.getTruncStoreAction(ValVT, StVT); in LegalizeOp()
617 switch (TLI.getTruncStoreAction(ST->getValue().getValueType(), StVT)) { in LegalizeStoreOps()