Home
last modified time | relevance | path

Searched refs:GenWidenVectorStores (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h1116 bool GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, StoreSDNode *ST);
H A DLegalizeVectorTypes.cpp6880 if (GenWidenVectorStores(StChain, ST)) { in WidenVecOp_STORE()
7620 bool DAGTypeLegalizer::GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, in GenWidenVectorStores() function in DAGTypeLegalizer