Home
last modified time | relevance | path

Searched refs:InterVec (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4081 SDValue InterVec = DAG.getNode(ISD::CONCAT_VECTORS, DL, InterVT, HalfLo, in SplitVecOp_TruncateHelper()
4091 {Chain, InterVec, in SplitVecOp_TruncateHelper()
4099 ? DAG.getNode(ISD::FP_ROUND, DL, OutVT, InterVec, in SplitVecOp_TruncateHelper()
4102 : DAG.getNode(ISD::TRUNCATE, DL, OutVT, InterVec); in SplitVecOp_VSETCC()
4077 SDValue InterVec = DAG.getNode(ISD::CONCAT_VECTORS, DL, InterVT, HalfLo, SplitVecOp_TruncateHelper() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4268 auto InterVec = DAG.getNode(RISCVISD::VMV_V_X_VL, DL, InterVT, in splatPartsI64WithVL()
4270 return DAG.getNode(ISD::BITCAST, DL, VT, InterVec); in splatPartsI64WithVL()
4267 auto InterVec = DAG.getNode(RISCVISD::VMV_V_X_VL, DL, InterVT, splatPartsI64WithVL() local