Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1947 bool HiIsEmpty = false; in SplitVecRes_VP_LOAD() local
1974 if (HiIsEmpty) { in SplitVecRes_VP_LOAD()
2022 bool HiIsEmpty = false; in SplitVecRes_VP_STRIDED_LOAD() local
2047 if (HiIsEmpty) { in SplitVecRes_VP_STRIDED_LOAD()
2119 bool HiIsEmpty = false; in SplitVecRes_MLOAD() local
2138 if (HiIsEmpty) { in SplitVecRes_MLOAD()
3468 bool HiIsEmpty = false; in SplitVecOp_VP_STORE() local
3486 if (HiIsEmpty) in SplitVecOp_VP_STORE()
3529 bool HiIsEmpty = false; in SplitVecOp_VP_STRIDED_STORE() local
3555 if (HiIsEmpty) in SplitVecOp_VP_STRIDED_STORE()
[all …]
H A DSelectionDAG.cpp12292 bool *HiIsEmpty) const { in GetDependentSplitDestVTs()
12307 *HiIsEmpty = false; in GetDependentSplitDestVTs()
12313 *HiIsEmpty = true; in GetDependentSplitDestVTs()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2256 bool *HiIsEmpty) const;