Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1024 LegalizeAction getTruncStoreAction(EVT ValVT, EVT MemVT) const { in getTruncStoreAction() function
1036 return isTypeLegal(ValVT) && getTruncStoreAction(ValVT, MemVT) == Legal; in isTruncStoreLegal()
1043 (getTruncStoreAction(ValVT, MemVT) == Legal || in isTruncStoreLegalOrCustom()
1044 getTruncStoreAction(ValVT, MemVT) == Custom); in isTruncStoreLegalOrCustom()
H A DBasicTTIImpl.h835 LA = getTLI()->getTruncStoreAction(LT.second, MemVT);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp276 switch (TLI.getTruncStoreAction(ValVT, StVT)) { in LegalizeOp()
H A DLegalizeDAG.cpp601 switch (TLI.getTruncStoreAction(ST->getValue().getValueType(), StVT)) { in LegalizeStoreOps()