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.cpp1682 bool FoundLoad = false; in foundLSInPacket() local
1692 FoundLoad = true; in foundLSInPacket()
1696 return FoundLoad && FoundStore; in foundLSInPacket()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3523 bool FoundLoad = false; in isFusableLoadOpStorePattern() local
3570 FoundLoad = true; in isFusableLoadOpStorePattern()
3576 FoundLoad = true; in isFusableLoadOpStorePattern()
3586 if (!FoundLoad) in isFusableLoadOpStorePattern()