Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h683 LegalizeAction getTruncStoreAction(EVT ValVT, EVT MemVT) const { in getTruncStoreAction() function
695 return isTypeLegal(ValVT) && getTruncStoreAction(ValVT, MemVT) == Legal; in isTruncStoreLegal()
702 (getTruncStoreAction(ValVT, MemVT) == Legal || in isTruncStoreLegalOrCustom()
703 getTruncStoreAction(ValVT, MemVT) == Custom); in isTruncStoreLegalOrCustom()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h970 LegalizeAction getTruncStoreAction(EVT ValVT, EVT MemVT) const { in getTruncStoreAction() function
982 return isTypeLegal(ValVT) && getTruncStoreAction(ValVT, MemVT) == Legal; in isTruncStoreLegal()
989 (getTruncStoreAction(ValVT, MemVT) == Legal || in isTruncStoreLegalOrCustom()
990 getTruncStoreAction(ValVT, MemVT) == Custom); in isTruncStoreLegalOrCustom()
DBasicTTIImpl.h768 LA = getTLI()->getTruncStoreAction(LT.second, MemVT);
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h414 LegalizeAction getTruncStoreAction(EVT ValVT, EVT MemVT) const { in getTruncStoreAction() function
426 getTruncStoreAction(ValVT, MemVT) == Legal; in isTruncStoreLegal()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h541 LA = getTLI()->getTruncStoreAction(LT.second, MemVT); in getMemoryOpCost()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp235 switch (TLI.getTruncStoreAction(ValVT, StVT)) { in LegalizeOp()
DLegalizeDAG.cpp580 switch (TLI.getTruncStoreAction(ST->getValue().getValueType(), StVT)) { in LegalizeStoreOps()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp269 switch (TLI.getTruncStoreAction(ValVT, StVT)) { in LegalizeOp()
DLegalizeDAG.cpp602 switch (TLI.getTruncStoreAction(ST->getValue().getValueType(), StVT)) { in LegalizeStoreOps()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1614 switch (TLI.getTruncStoreAction(ST->getValue().getValueType(), StVT)) { in LegalizeOp()