Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2696 static unsigned getExtendForIntVecReduction(SDNode *N) { in getExtendForIntVecReduction() function
2725 switch (getExtendForIntVecReduction(N)) { in PromoteIntOpVectorReduction()
2828 DAG.getNode(getExtendForIntVecReduction(N), DL, EltVT, N->getOperand(0)); in PromoteIntOp_VP_REDUCE()
H A DLegalizeVectorTypes.cpp7645 static unsigned getExtendForIntVecReduction(unsigned Opc) { in getExtendForIntVecReduction() function
7689 Start = DAG.getNode(getExtendForIntVecReduction(Opc), dl, VT, Start); in WidenVecOp_VECREDUCE()