Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2167 bool HiIsEmpty = false; in SplitVecRes_VP_LOAD() local
2169 DAG.GetDependentSplitDestVTs(MemoryVT, LoVT, &HiIsEmpty); in SplitVecRes_VP_LOAD()
2195 if (HiIsEmpty) { in SplitVecRes_VP_LOAD()
2243 bool HiIsEmpty = false; in SplitVecRes_VP_STRIDED_LOAD() local
2245 DAG.GetDependentSplitDestVTs(SLD->getMemoryVT(), LoVT, &HiIsEmpty); in SplitVecRes_VP_STRIDED_LOAD()
2268 if (HiIsEmpty) { in SplitVecRes_VP_STRIDED_LOAD()
2340 bool HiIsEmpty = false; in SplitVecRes_MLOAD() local
2342 DAG.GetDependentSplitDestVTs(MemoryVT, LoVT, &HiIsEmpty); in SplitVecRes_MLOAD()
2359 if (HiIsEmpty) { in SplitVecRes_MLOAD()
3962 bool HiIsEmpty = false; in SplitVecOp_VP_STORE() local
[all …]
H A DSelectionDAG.cpp13200 bool *HiIsEmpty) const { in GetDependentSplitDestVTs()
13215 *HiIsEmpty = false; in GetDependentSplitDestVTs()
13221 *HiIsEmpty = true; in GetDependentSplitDestVTs()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2432 bool *HiIsEmpty) const;