Searched refs:SplitEVL (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 1286 DAG.SplitEVL(N->getOperand(3), N->getValueType(0), dl); in SplitVecRes_BinOp() 1320 DAG.SplitEVL(N->getOperand(4), N->getValueType(0), dl); in SplitVecRes_TernaryOp() 2039 DAG.SplitEVL(SLD->getVectorLength(), SLD->getValueType(0), DL); in SplitVecRes_VP_STRIDED_LOAD() 2243 DAG.SplitEVL(VPGT->getVectorLength(), MemoryVT, dl); in SplitVecRes_Gather() 2295 DAG.SplitEVL(N->getOperand(4), N->getValueType(0), DL); in SplitVecRes_SETCC() 2339 DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl); in SplitVecRes_UnaryOp() 2438 DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl); in SplitVecRes_ExtendOp() 3243 DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl); in SplitVecOp_UnaryOp() 3545 DAG.SplitEVL(N->getVectorLength(), Data.getValueType(), DL); in SplitVecOp_VP_STRIDED_STORE() 3941 DAG.SplitEVL(N->getOperand(4), N->getValueType(0), DL); in SplitVecOp_VSETCC() [all …]
|
| H A D | LegalizeTypesGeneric.cpp | 548 DAG.SplitEVL(N->getOperand(3), N->getValueType(0), dl); in SplitRes_Select()
|
| H A D | LegalizeIntegerTypes.cpp | 1526 DAG.SplitEVL(N->getOperand(2), N->getValueType(0), dl); in PromoteIntRes_TRUNCATE()
|
| H A D | SelectionDAG.cpp | 12342 std::pair<SDValue, SDValue> SelectionDAG::SplitEVL(SDValue N, EVT VecVT, in SplitEVL() function in SelectionDAG
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 2271 std::pair<SDValue, SDValue> SplitEVL(SDValue N, EVT VecVT, const SDLoc &DL);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 5765 DAG.SplitEVL(Op.getOperand(j), Op.getValueType(), DL); in SplitVPOp() 5791 DAG.SplitEVL(Op.getOperand(3), Op.getOperand(1).getValueType(), DL); in SplitVectorReductionOp()
|