Home
last modified time | relevance | path

Searched refs:getTruncStoreAction (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1303 LegalizeAction getTruncStoreAction(EVT ValVT, EVT MemVT) const { in getTruncStoreAction() function
1315 return isTypeLegal(ValVT) && getTruncStoreAction(ValVT, MemVT) == Legal; in isTruncStoreLegal()
1322 (getTruncStoreAction(ValVT, MemVT) == Legal || in isTruncStoreLegalOrCustom()
1323 getTruncStoreAction(ValVT, MemVT) == Custom); in isTruncStoreLegalOrCustom()
H A DBasicTTIImpl.h1219 LA = getTLI()->getTruncStoreAction(LT.second, MemVT);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp281 Action = TLI.getTruncStoreAction(ValVT, StVT); in LegalizeOp()
H A DLegalizeDAG.cpp617 switch (TLI.getTruncStoreAction(ST->getValue().getValueType(), StVT)) { in LegalizeStoreOps()