Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1677 bool FoundLoad = false; in foundLSInPacket() local
1687 FoundLoad = true; in foundLSInPacket()
1691 return FoundLoad && FoundStore; in foundLSInPacket()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3025 bool FoundLoad = false; in isFusableLoadOpStorePattern() local
3072 FoundLoad = true; in isFusableLoadOpStorePattern()
3078 FoundLoad = true; in isFusableLoadOpStorePattern()
3088 if (!FoundLoad) in isFusableLoadOpStorePattern()