Searched refs:WidenVT (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 2588 if (VT == WidenVT) in CollectOpsToWiden() 2645 if (VT == WidenVT) in CollectOpsToWiden() 2666 EVT VT = WidenVT; in WidenVecRes_BinaryCanTrap() 2742 EVT VT = WidenVT; in WidenVecRes_StrictFP() 2912 EVT EltVT = WidenVT.getVectorElementType(); in WidenVecRes_Convert() 3064 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST() 3079 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST() 3229 if (IdxVal == 0 && InVT == WidenVT) in WidenVecRes_EXTRACT_SUBVECTOR() 3590 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT() 3605 return DAG.getUNDEF(WidenVT); in WidenVecRes_UNDEF() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 4636 MVT WidenVT = MVT::getVectorVT(MVT::getIntegerVT(EltSize), NumElts); in LowerCTPOP() local 4638 ISD::INTRINSIC_WO_CHAIN, DL, WidenVT, in LowerCTPOP()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 5443 MVT WidenVT = MVT::getVectorVT(MVT::getIntegerVT(EltSize), NumElts); in LowerCTPOP() local 5444 Res = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, WidenVT, Ops); in LowerCTPOP()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 26482 MVT WidenVT = getTypeToTransformTo(*DAG.getContext(), VT).getSimpleVT(); in ReplaceNodeResults() local 26493 unsigned WidenNumElts = WidenVT.getVectorNumElements(); in ReplaceNodeResults() 26503 Results.push_back(DAG.getBuildVector(WidenVT, dl, Ops)); in ReplaceNodeResults() 26512 Results.push_back(DAG.getNode(X86ISD::VTRUNC, dl, WidenVT, In)); in ReplaceNodeResults() 26519 Results.push_back(DAG.getNode(X86ISD::VTRUNC, dl, WidenVT, In)); in ReplaceNodeResults()
|