Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp193 SDValue ExpandInsertToVectorThroughStack(SDValue Op);
408 return ExpandInsertToVectorThroughStack(Op); in ExpandINSERT_VECTOR_ELT()
1460 SDValue SelectionDAGLegalize::ExpandInsertToVectorThroughStack(SDValue Op) { in ExpandInsertToVectorThroughStack() function in SelectionDAGLegalize
3463 Results.push_back(ExpandInsertToVectorThroughStack(SDValue(Node, 0))); in ExpandNode()