Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4534 SDValue expandVectorSplice(SDNode *Node, SelectionDAG &DAG) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3073 Results.push_back(TLI.expandVectorSplice(Node, DAG)); in ExpandNode()
H A DLegalizeVectorTypes.cpp5586 SDValue Expanded = TLI.expandVectorSplice(N, DAG); in SplitVecRes_VECTOR_SPLICE()
H A DTargetLowering.cpp8709 SDValue TargetLowering::expandVectorSplice(SDNode *Node, in expandVectorSplice() function in TargetLowering