Home
last modified time | relevance | path

Searched refs:SplitEVL (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1466 DAG.SplitEVL(N->getOperand(3), N->getValueType(0), dl); in SplitVecRes_BinOp()
1500 DAG.SplitEVL(N->getOperand(4), N->getValueType(0), dl); in SplitVecRes_TernaryOp()
2098 auto [EVLLo, EVLHi] = DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl); in SplitVecRes_VP_SPLAT()
2184 std::tie(EVLLo, EVLHi) = DAG.SplitEVL(EVL, LD->getValueType(0), dl); in SplitVecRes_VP_LOAD()
2260 DAG.SplitEVL(SLD->getVectorLength(), SLD->getValueType(0), DL); in SplitVecRes_VP_STRIDED_LOAD()
2465 DAG.SplitEVL(VPGT->getVectorLength(), MemoryVT, dl); in SplitVecRes_Gather()
2586 DAG.SplitEVL(N->getOperand(4), N->getValueType(0), DL); in SplitVecRes_SETCC()
2630 DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl); in SplitVecRes_UnaryOp()
2751 DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl); in SplitVecRes_ExtendOp()
3683 std::tie(EVLLo, EVLHi) = DAG.SplitEVL(N->getOperand(3), VecVT, dl); in SplitVecOp_VP_REDUCE()
[all …]
H A DLegalizeTypesGeneric.cpp567 DAG.SplitEVL(N->getOperand(3), N->getValueType(0), dl); in SplitRes_Select()
H A DLegalizeIntegerTypes.cpp1714 DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl); in PromoteIntRes_TRUNCATE()
H A DSelectionDAG.cpp13249 std::pair<SDValue, SDValue> SelectionDAG::SplitEVL(SDValue N, EVT VecVT, in SplitEVL() function in SelectionDAG
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2449 LLVM_ABI std::pair<SDValue, SDValue> SplitEVL(SDValue N, EVT VecVT,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7142 DAG.SplitEVL(Op.getOperand(j), Op.getValueType(), DL); in SplitVPOp()
7168 DAG.SplitEVL(Op.getOperand(3), Op.getOperand(1).getValueType(), DL); in SplitVectorReductionOp()