Searched refs:InterVT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2127 MVT InterVT = VT.changeVectorElementType(MVT::f32); local
2130 Src, InterVT, InterContainerVT, DL, DAG, Subtarget);
2170 MVT InterVT = ContainerVT.changeVectorElementType(MVT::f32); local
2172 DAG.getNode(RISCVISD::VFNCVT_ROD_VL, DL, InterVT, Src, Mask, VL);
2916 MVT InterVT = VT.changeVectorElementType(MVT::i8); local
2919 SDValue LHS = DAG.getSplatVector(InterVT, DL, SplatVal);
2920 SDValue Zero = DAG.getConstant(0, DL, InterVT);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2855 EVT InterVT = EVT::getVectorVT(*DAG.getContext(), HalfElementVT, NumElements); local
2856 SDValue InterVec = DAG.getNode(ISD::CONCAT_VECTORS, DL, InterVT, HalfLo,

Completed in 125 milliseconds