Searched refs:InEltVT (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 5435 EVT InEltVT = InVT.getVectorElementType(); in WidenVecRes_Convert() local 5436 EVT InWidenVT = EVT::getVectorVT(Ctx, InEltVT, WidenEC); in WidenVecRes_Convert() 5501 SDValue Val = DAG.getExtractVectorElt(DL, InEltVT, InOp, i); in WidenVecRes_Convert() 5570 EVT InEltVT = InVT.getVectorElementType(); in WidenVecRes_Convert_StrictFP() local 5585 NewOps[1] = DAG.getExtractVectorElt(DL, InEltVT, InOp, i); in WidenVecRes_Convert_StrictFP() 5826 EVT InEltVT = InVT.getVectorElementType(); in WidenVecRes_BITCAST() local 5827 NewInVT = EVT::getVectorVT(*DAG.getContext(), InEltVT, in WidenVecRes_BITCAST() 5828 WidenSize / InEltVT.getSizeInBits()); in WidenVecRes_BITCAST() 6964 EVT InEltVT = InVT.getVectorElementType(); in WidenVecOp_EXTEND() local 6969 FixedEltVT == InEltVT) { in WidenVecOp_EXTEND() [all …]
|
| H A D | DAGCombiner.cpp | 23636 EVT InEltVT = Elt.getValueType(); in visitEXTRACT_VECTOR_ELT() local 23641 if (ScalarVT == InEltVT) in visitEXTRACT_VECTOR_ELT()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 4345 EVT InEltVT = InVT.getVectorElementType(); in ReplaceNodeResults() local 4352 if ((InEltVT.getSizeInBits() % EltVT.getSizeInBits()) == 0) { in ReplaceNodeResults() 4353 int Scale = InEltVT.getSizeInBits() / EltVT.getSizeInBits(); in ReplaceNodeResults()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 33965 EVT InEltVT = InVT.getVectorElementType(); in ReplaceNodeResults() local 33986 if ((InEltVT.getSizeInBits() % EltVT.getSizeInBits()) == 0) { in ReplaceNodeResults() 33987 int Scale = InEltVT.getSizeInBits() / EltVT.getSizeInBits(); in ReplaceNodeResults() 34037 if ((InEltVT == MVT::i16 || InEltVT == MVT::i32 || InEltVT == MVT::i64) && in ReplaceNodeResults() 34041 !(MinElts <= 4 && InEltVT == MVT::i64 && EltVT == MVT::i8)))) { in ReplaceNodeResults() 34043 InEltVT.getSizeInBits() * WidenNumElts); in ReplaceNodeResults()
|