Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7945 bool IsOpLoad = FindAliasInfo(Chain.getNode(), OpPtr, OpSize, in GatherAllAliases() local
7951 if (!(IsLoad && IsOpLoad) && in GatherAllAliases()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14888 bool IsOpLoad = isa<LoadSDNode>(Chain.getNode()) && in GatherAllAliases() local
14892 if (!(IsLoad && IsOpLoad) && in GatherAllAliases()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp18512 bool IsOpLoad = isa<LoadSDNode>(Chain.getNode()) && in GatherAllAliases() local
18516 if (!(IsLoad && IsOpLoad) && in GatherAllAliases()