Home
last modified time | relevance | path

Searched refs:IsLoadSrc (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13840 bool IsLoadSrc = isa<LoadSDNode>(Val); in getStoreMergeCandidates() local
13844 if (IsLoadSrc) { in getStoreMergeCandidates()
13866 if (IsLoadSrc) { in getStoreMergeCandidates()
14027 bool IsLoadSrc = isa<LoadSDNode>(StoredVal); in MergeConsecutiveStores() local
14033 if (!IsConstantSrc && !IsLoadSrc && !IsExtractVecSrc) in MergeConsecutiveStores()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11515 bool IsLoadSrc = isa<LoadSDNode>(StoredVal); in MergeConsecutiveStores() local
11521 if (!IsConstantSrc && !IsLoadSrc && !IsExtractVecSrc) in MergeConsecutiveStores()
11527 if (MemVT.isVector() && IsLoadSrc) in MergeConsecutiveStores()