Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp187 SDValue ExpandVectorBuildThroughStack(SDNode* Node);
1392 SDValue SelectionDAGLegalize::ExpandVectorBuildThroughStack(SDNode* Node) { in ExpandVectorBuildThroughStack() function in SelectionDAGLegalize
2014 return ExpandVectorBuildThroughStack(Node); in ExpandBUILD_VECTOR()
3023 Results.push_back(ExpandVectorBuildThroughStack(Node)); in ExpandNode()