Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1691 bool FoundLoad = false; in foundLSInPacket() local
1701 FoundLoad = true; in foundLSInPacket()
1705 return FoundLoad && FoundStore; in foundLSInPacket()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3456 bool FoundLoad = false; in isFusableLoadOpStorePattern() local
3503 FoundLoad = true; in isFusableLoadOpStorePattern()
3509 FoundLoad = true; in isFusableLoadOpStorePattern()
3519 if (!FoundLoad) in isFusableLoadOpStorePattern()