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.cpp2088 bool HiIsEmpty = false; in SplitVecRes_VP_LOAD() local
2090 DAG.GetDependentSplitDestVTs(MemoryVT, LoVT, &HiIsEmpty); in SplitVecRes_VP_LOAD()
2116 if (HiIsEmpty) { in SplitVecRes_VP_LOAD()
2164 bool HiIsEmpty = false; in SplitVecRes_VP_STRIDED_LOAD() local
2166 DAG.GetDependentSplitDestVTs(SLD->getMemoryVT(), LoVT, &HiIsEmpty); in SplitVecRes_VP_STRIDED_LOAD()
2189 if (HiIsEmpty) { in SplitVecRes_VP_STRIDED_LOAD()
2261 bool HiIsEmpty = false; in SplitVecRes_MLOAD() local
2263 DAG.GetDependentSplitDestVTs(MemoryVT, LoVT, &HiIsEmpty); in SplitVecRes_MLOAD()
2280 if (HiIsEmpty) { in SplitVecRes_MLOAD()
3648 bool HiIsEmpty = false; in SplitVecOp_VP_STORE() local
[all …]
H A DSelectionDAG.cpp12622 bool *HiIsEmpty) const { in GetDependentSplitDestVTs()
12637 *HiIsEmpty = false; in GetDependentSplitDestVTs()
12643 *HiIsEmpty = true; in GetDependentSplitDestVTs()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2268 bool *HiIsEmpty) const;