Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1204 DAG.SplitEVL(N->getOperand(3), N->getValueType(0), dl); in SplitVecRes_BinOp()
1238 DAG.SplitEVL(N->getOperand(4), N->getValueType(0), dl); in SplitVecRes_TernaryOp()
1879 std::tie(EVLLo, EVLHi) = DAG.SplitEVL(EVL, LD->getValueType(0), dl); in SplitVecRes_VP_LOAD()
2077 DAG.SplitEVL(VPGT->getVectorLength(), MemoryVT, dl); in SplitVecRes_Gather()
2129 DAG.SplitEVL(N->getOperand(4), N->getValueType(0), DL); in SplitVecRes_SETCC()
2173 DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl); in SplitVecRes_UnaryOp()
2236 DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl); in SplitVecRes_ExtendOp()
2907 std::tie(EVLLo, EVLHi) = DAG.SplitEVL(N->getOperand(3), VecVT, dl); in SplitVecOp_VP_REDUCE()
2946 DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl); in SplitVecOp_UnaryOp()
3542 DAG.SplitEVL(N->getOperand(4), N->getValueType(0), DL); in SplitVecOp_VSETCC()
[all …]
H A DLegalizeTypesGeneric.cpp551 DAG.SplitEVL(N->getOperand(3), N->getValueType(0), dl); in SplitRes_Select()
H A DLegalizeIntegerTypes.cpp1378 DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl); in PromoteIntRes_TRUNCATE()
H A DSelectionDAG.cpp11341 std::pair<SDValue, SDValue> SelectionDAG::SplitEVL(SDValue N, EVT VecVT, in SplitEVL() function in SelectionDAG
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2115 std::pair<SDValue, SDValue> SplitEVL(SDValue N, EVT VecVT, const SDLoc &DL);