Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1227 DAG.SplitEVL(N->getOperand(3), N->getValueType(0), dl); in SplitVecRes_BinOp()
1261 DAG.SplitEVL(N->getOperand(4), N->getValueType(0), dl); in SplitVecRes_TernaryOp()
1906 std::tie(EVLLo, EVLHi) = DAG.SplitEVL(EVL, LD->getValueType(0), dl); in SplitVecRes_VP_LOAD()
1981 DAG.SplitEVL(SLD->getVectorLength(), SLD->getValueType(0), DL); in SplitVecRes_VP_STRIDED_LOAD()
2185 DAG.SplitEVL(VPGT->getVectorLength(), MemoryVT, dl); in SplitVecRes_Gather()
2237 DAG.SplitEVL(N->getOperand(4), N->getValueType(0), DL); in SplitVecRes_SETCC()
2281 DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl); in SplitVecRes_UnaryOp()
2344 DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl); in SplitVecRes_ExtendOp()
3022 std::tie(EVLLo, EVLHi) = DAG.SplitEVL(N->getOperand(3), VecVT, dl); in SplitVecOp_VP_REDUCE()
3061 DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl); in SplitVecOp_UnaryOp()
[all …]
H A DLegalizeTypesGeneric.cpp548 DAG.SplitEVL(N->getOperand(3), N->getValueType(0), dl); in SplitRes_Select()
H A DLegalizeIntegerTypes.cpp1385 DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl); in PromoteIntRes_TRUNCATE()
H A DSelectionDAG.cpp11644 std::pair<SDValue, SDValue> SelectionDAG::SplitEVL(SDValue N, EVT VecVT, in SplitEVL() function in SelectionDAG
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2210 std::pair<SDValue, SDValue> SplitEVL(SDValue N, EVT VecVT, const SDLoc &DL);