Searched refs:WidenVT (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 3941 if (VT == WidenVT) in CollectOpsToWiden() 3996 if (VT == WidenVT) in CollectOpsToWiden() 4017 EVT VT = WidenVT; in WidenVecRes_BinaryCanTrap() 4107 EVT VT = WidenVT; in WidenVecRes_StrictFP() 4551 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST() 4580 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST() 4749 if (IdxVal == 0 && InVT == WidenVT) in WidenVecRes_EXTRACT_SUBVECTOR() 5248 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_Select() 5274 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_Select() 5291 return DAG.getUNDEF(WidenVT); in WidenVecRes_UNDEF() [all …]
|
| H A D | SelectionDAGBuilder.cpp | 675 EVT WidenVT = in getCopyToPartsVector() local 678 SDValue Widened = widenVectorToPartType(DAG, Val, DL, WidenVT); in getCopyToPartsVector()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 5719 MVT WidenVT = MVT::getVectorVT(MVT::i8, VecVT.getVectorElementCount()); in lowerVECTOR_REVERSE() local 5720 SDValue Op1 = DAG.getNode(ISD::ZERO_EXTEND, DL, WidenVT, Op.getOperand(0)); in lowerVECTOR_REVERSE() 5721 SDValue Op2 = DAG.getNode(ISD::VECTOR_REVERSE, DL, WidenVT, Op1); in lowerVECTOR_REVERSE()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 32561 MVT WidenVT = getTypeToTransformTo(*DAG.getContext(), VT).getSimpleVT(); in ReplaceNodeResults() local 32572 unsigned WidenNumElts = WidenVT.getVectorNumElements(); in ReplaceNodeResults() 32582 Results.push_back(DAG.getBuildVector(WidenVT, dl, Ops)); in ReplaceNodeResults() 32591 Results.push_back(DAG.getNode(X86ISD::VTRUNC, dl, WidenVT, In)); in ReplaceNodeResults() 32598 Results.push_back(DAG.getNode(X86ISD::VTRUNC, dl, WidenVT, In)); in ReplaceNodeResults()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 7879 MVT WidenVT = MVT::getVectorVT(MVT::getIntegerVT(EltSize), NumElts); in LowerCTPOP_PARITY() local 7881 ISD::INTRINSIC_WO_CHAIN, DL, WidenVT, in LowerCTPOP_PARITY()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 6495 MVT WidenVT = MVT::getVectorVT(MVT::getIntegerVT(EltSize), NumElts); in LowerCTPOP() local 6496 Res = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, WidenVT, Ops); in LowerCTPOP()
|