Searched refs:SplatVT (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 6131 EVT SplatVT = EVT::getVectorVT(*DAG.getContext(), ElemVT, in WidenVecOp_VECREDUCE() local 6133 SDValue SplatNeutral = DAG.getSplatVector(SplatVT, dl, NeutralElem); in WidenVecOp_VECREDUCE() 6168 EVT SplatVT = EVT::getVectorVT(*DAG.getContext(), ElemVT, in WidenVecOp_VECREDUCE_SEQ() local 6170 SDValue SplatNeutral = DAG.getSplatVector(SplatVT, dl, NeutralElem); in WidenVecOp_VECREDUCE_SEQ()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 7604 EVT SplatVT = ScalarV.getValueType(); in combineBinOpToReduce() local 7607 if (SplatVT.isInteger()) { in combineBinOpToReduce() 7616 DAG.getNode(SplatOpc, SDLoc(N), SplatVT, ScalarV.getOperand(0), NewStart, in combineBinOpToReduce()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 6512 EVT SplatVT = EVT::getVectorVT(*DAG.getContext(), WordVT, NumElts); in combineSTORE() local 6513 SDValue SplatVal = DAG.getSplatVector(SplatVT, SDLoc(SN), Word); in combineSTORE()
|