Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h1059 SDValue WidenVecOp_CONCAT_VECTORS(SDNode *N);
H A DLegalizeVectorTypes.cpp6368 case ISD::CONCAT_VECTORS: Res = WidenVecOp_CONCAT_VECTORS(N); break; in WidenVectorOperand()
6751 SDValue DAGTypeLegalizer::WidenVecOp_CONCAT_VECTORS(SDNode *N) { in WidenVecOp_CONCAT_VECTORS()
6747 SDValue DAGTypeLegalizer::WidenVecOp_CONCAT_VECTORS(SDNode *N) { WidenVecOp_CONCAT_VECTORS() function in DAGTypeLegalizer