Searched refs:LoEVL (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 2183 SDValue LoEVL, HiEVL; in SplitVecRes_VP_STRIDED_LOAD() 2184 std::tie(LoEVL, HiEVL) = in SplitVecRes_VP_STRIDED_LOAD() 2191 LoMask, LoEVL, LoMemVT, SLD->getMemOperand(), SLD->isExpandingLoad()); in SplitVecRes_VP_STRIDED_LOAD() 2202 // that is: Ptr = Ptr + (LoEVL * Stride) in SplitVecRes_VP_STRIDED_LOAD() 2205 DAG.getNode(ISD::MUL, DL, PtrVT, LoEVL, in SplitVecRes_VP_STRIDED_LOAD() 3728 SDValue LoEVL, HiEVL; in SplitVecOp_VP_STRIDED_STORE() 3729 std::tie(LoEVL, HiEVL) = in SplitVecOp_VP_STRIDED_STORE() 3735 N->getStride(), LoMask, LoEVL, LoMemVT, N->getMemOperand(), in SplitVecOp_VP_STRIDED_STORE() 3746 // that is: Ptr = Ptr + (LoEVL * Stride) in SplitVecOp_VP_STRIDED_STORE() 3749 DAG.getNode(ISD::MUL, DL, PtrVT, LoEVL, in SplitVecOp_VP_STRIDED_STORE() 2179 SDValue LoEVL, HiEVL; SplitVecRes_VP_STRIDED_LOAD() local 3724 SDValue LoEVL, HiEVL; SplitVecOp_VP_STRIDED_STORE() local [all...] |