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.cpp1398 DAG.SplitEVL(N->getOperand(3), N->getValueType(0), dl); in SplitVecRes_BinOp()
1432 DAG.SplitEVL(N->getOperand(4), N->getValueType(0), dl); in SplitVecRes_TernaryOp()
2023 auto [EVLLo, EVLHi] = DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl);
2109 std::tie(EVLLo, EVLHi) = DAG.SplitEVL(EVL, LD->getValueType(0), dl); in SplitVecRes_VP_LOAD()
2185 DAG.SplitEVL(SLD->getVectorLength(), SLD->getValueType(0), DL); in SplitVecRes_VP_STRIDED_LOAD()
2390 DAG.SplitEVL(VPGT->getVectorLength(), MemoryVT, dl); in SplitVecRes_Gather()
2453 DAG.SplitEVL(N->getOperand(4), N->getValueType(0), DL); in SplitVecRes_SETCC()
2497 DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl); in SplitVecRes_UnaryOp()
2616 DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl); in SplitVecRes_ExtendOp()
3381 std::tie(EVLLo, EVLHi) = DAG.SplitEVL( in SplitVecOp_VP_REDUCE()
[all...]
H A DLegalizeTypesGeneric.cpp548 DAG.SplitEVL(N->getOperand(3), N->getValueType(0), dl); in SplitRes_Select()
H A DLegalizeIntegerTypes.cpp1669 DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl); in PromoteIntRes_TRUNCATE()
H A DSelectionDAG.cpp12672 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.h2283 std::pair<SDValue, SDValue> SplitEVL(SDValue N, EVT VecVT, const SDLoc &DL);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6173 DAG.SplitEVL(Op.getOperand(j), Op.getValueType(), DL); in SplitVPOp()
6199 DAG.SplitEVL(Op.getOperand(3), Op.getOperand(1).getValueType(), DL); in SplitVectorReductionOp()