Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp371 SDValue DAGTypeLegalizer::ExpandOp_BUILD_VECTOR(SDNode *N) { in ExpandOp_BUILD_VECTOR() function in DAGTypeLegalizer
DLegalizeTypes.h1053 SDValue ExpandOp_BUILD_VECTOR (SDNode *N);
DLegalizeFloatTypes.cpp1769 case ISD::BUILD_VECTOR: Res = ExpandOp_BUILD_VECTOR(N); break; in ExpandFloatOperand()
DLegalizeIntegerTypes.cpp4249 case ISD::BUILD_VECTOR: Res = ExpandOp_BUILD_VECTOR(N); break; in ExpandIntegerOperand()