Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h967 SDValue SplitVecOp_CONCAT_VECTORS(SDNode *N);
H A DLegalizeVectorTypes.cpp3144 case ISD::CONCAT_VECTORS: Res = SplitVecOp_CONCAT_VECTORS(N); break; in SplitVectorOperand()
3978 SDValue DAGTypeLegalizer::SplitVecOp_CONCAT_VECTORS(SDNode *N) { in SplitVecOp_CONCAT_VECTORS()
3974 SDValue DAGTypeLegalizer::SplitVecOp_CONCAT_VECTORS(SDNode *N) { SplitVecOp_CONCAT_VECTORS() function in DAGTypeLegalizer