Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp1670 bool FoundLoad = false; in foundLSInPacket() local
1680 FoundLoad = true; in foundLSInPacket()
1684 return FoundLoad && FoundStore; in foundLSInPacket()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp2902 bool FoundLoad = false; in isFusableLoadOpStorePattern() local
2949 FoundLoad = true; in isFusableLoadOpStorePattern()
2955 FoundLoad = true; in isFusableLoadOpStorePattern()
2965 if (!FoundLoad) in isFusableLoadOpStorePattern()