Searched refs:WidenNode (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 4621 void DAGTypeLegalizer::ReplaceOtherWidenResults(SDNode *N, SDNode *WidenNode, in ReplaceOtherWidenResults() argument 4629 SetWidenedVector(SDValue(N, ResNo), SDValue(WidenNode, ResNo)); in ReplaceOtherWidenResults() 4633 DAG.getExtractSubvector(DL, ResVT, SDValue(WidenNode, ResNo), 0); in ReplaceOtherWidenResults() 5734 SDNode *WidenNode = in WidenVecRes_UnaryOpWithTwoResults() local 5738 ReplaceOtherWidenResults(N, WidenNode, ResNo); in WidenVecRes_UnaryOpWithTwoResults() 5739 return SDValue(WidenNode, ResNo); in WidenVecRes_UnaryOpWithTwoResults()
|
| H A D | LegalizeTypes.h | 1108 void ReplaceOtherWidenResults(SDNode *N, SDNode *WidenNode,
|