Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp184 SDValue ExpandVectorBuildThroughStack(SDNode* Node);
1469 SDValue SelectionDAGLegalize::ExpandVectorBuildThroughStack(SDNode* Node) { in ExpandVectorBuildThroughStack() function in SelectionDAGLegalize
2004 return ExpandVectorBuildThroughStack(Node); in ExpandBUILD_VECTOR()
3025 Results.push_back(ExpandVectorBuildThroughStack(Node)); in ExpandNode()