Searched refs:InEltVT (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 5044 EVT InEltVT = InVT.getVectorElementType(); in WidenVecRes_Convert() 5045 EVT InWidenVT = EVT::getVectorVT(Ctx, InEltVT, WidenEC); in WidenVecRes_Convert() 5111 SDValue Val = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, InEltVT, InOp, in WidenVecRes_Convert() 5181 EVT InEltVT = InVT.getVectorElementType(); in WidenVecRes_Convert_StrictFP() 5196 NewOps[1] = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, InEltVT, InOp, in WidenVecRes_Convert_StrictFP() 5410 EVT InEltVT = InVT.getVectorElementType(); in WidenVecRes_BITCAST() 5411 NewInVT = EVT::getVectorVT(*DAG.getContext(), InEltVT, in WidenVecRes_BITCAST() 5412 WidenSize / InEltVT.getSizeInBits()); in WidenVecRes_BITCAST() 6517 EVT InEltVT = InVT.getVectorElementType(); in WidenVecOp_EXTEND() 6522 FixedEltVT == InEltVT) { in WidenVecOp_EXTEND() 5040 EVT InEltVT = InVT.getVectorElementType(); WidenVecRes_Convert() local 5177 EVT InEltVT = InVT.getVectorElementType(); WidenVecRes_Convert_StrictFP() local 5406 EVT InEltVT = InVT.getVectorElementType(); WidenVecRes_BITCAST() local 6513 EVT InEltVT = InVT.getVectorElementType(); WidenVecOp_EXTEND() local 6655 EVT InEltVT = InVT.getVectorElementType(); WidenVecOp_Convert() local [all...] |
H A D | DAGCombiner.cpp | 22607 EVT InEltVT = Elt.getValueType(); in visitEXTRACT_VECTOR_ELT() local 22612 if (ScalarVT == InEltVT) in visitEXTRACT_VECTOR_ELT()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 32726 EVT InEltVT = InVT.getVectorElementType(); in ReplaceNodeResults() local 32747 if ((InEltVT.getSizeInBits() % EltVT.getSizeInBits()) == 0) { in ReplaceNodeResults() 32748 int Scale = InEltVT.getSizeInBits() / EltVT.getSizeInBits(); in ReplaceNodeResults() 32798 if ((InEltVT == MVT::i16 || InEltVT == MVT::i32 || InEltVT == MVT::i64) && in ReplaceNodeResults() 32802 !(MinElts <= 4 && InEltVT == MVT::i64 && EltVT == MVT::i8)))) { in ReplaceNodeResults() 32804 InEltVT.getSizeInBits() * WidenNumElts); in ReplaceNodeResults()
|