Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonVLIWPacketizer.cpp1038 GlueAllocframeStore = false; in initPacketizerState()
1589 GlueAllocframeStore = useCallersSP(I); in isLegalToPacketizeTogether()
1590 if (GlueAllocframeStore) in isLegalToPacketizeTogether()
1662 if (GlueAllocframeStore) { in isLegalToPruneDependencies()
1664 GlueAllocframeStore = false; in isLegalToPruneDependencies()
1777 if (GlueAllocframeStore) { in addToPacket()
1779 GlueAllocframeStore = false; in addToPacket()
HDHexagonVLIWPacketizer.h35 bool GlueAllocframeStore; variable