Searched refs:getTruncStoreAction (Results 1 – 4 of 4) sorted by relevance
1251 LegalizeAction getTruncStoreAction(EVT ValVT, EVT MemVT) const { in getTruncStoreAction() function1263 return isTypeLegal(ValVT) && getTruncStoreAction(ValVT, MemVT) == Legal; in isTruncStoreLegal()1270 (getTruncStoreAction(ValVT, MemVT) == Legal || in isTruncStoreLegalOrCustom()1271 getTruncStoreAction(ValVT, MemVT) == Custom); in isTruncStoreLegalOrCustom()
1133 LA = getTLI()->getTruncStoreAction(LT.second, MemVT);
295 switch (TLI.getTruncStoreAction(ValVT, StVT)) { in LegalizeOp()
619 switch (TLI.getTruncStoreAction(ST->getValue().getValueType(), StVT)) { in LegalizeStoreOps()