Home
last modified time | relevance | path

Searched refs:GetDependentSplitDestVTs (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1891 DAG.GetDependentSplitDestVTs(MemoryVT, LoVT, &HiIsEmpty); in SplitVecRes_VP_LOAD()
1966 DAG.GetDependentSplitDestVTs(SLD->getMemoryVT(), LoVT, &HiIsEmpty); in SplitVecRes_VP_STRIDED_LOAD()
2063 DAG.GetDependentSplitDestVTs(MemoryVT, LoVT, &HiIsEmpty); in SplitVecRes_MLOAD()
3288 DAG.GetDependentSplitDestVTs(MemoryVT, DataLo.getValueType(), &HiIsEmpty); in SplitVecOp_VP_STORE()
3348 std::tie(LoMemVT, HiMemVT) = DAG.GetDependentSplitDestVTs( in SplitVecOp_VP_STRIDED_STORE()
3440 DAG.GetDependentSplitDestVTs(MemoryVT, DataLo.getValueType(), &HiIsEmpty); in SplitVecOp_MSTORE()
H A DSelectionDAG.cpp11593 SelectionDAG::GetDependentSplitDestVTs(const EVT &VT, const EVT &EnvVT, in GetDependentSplitDestVTs() function in SelectionDAG
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2194 std::pair<EVT, EVT> GetDependentSplitDestVTs(const EVT &VT, const EVT &EnvVT,