Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp1113 bool StoreI = I->mayStore(), StoreJ = J->mayStore(); in hasV4SpecificDependence() local
1114 if ((SysI && StoreJ) || (SysJ && StoreI)) in hasV4SpecificDependence()
1117 if (StoreI && StoreJ) { in hasV4SpecificDependence()
1124 bool MopStJ = HII->isMemOp(J) || StoreJ; in hasV4SpecificDependence()
1129 return (StoreJ && HII->isDeallocRet(I)) || (StoreI && HII->isDeallocRet(J)); in hasV4SpecificDependence()
1358 bool LoadJ = J->mayLoad(), StoreJ = J->mayStore(); in isLegalToPacketizeTogether() local
1360 if (StoreJ) { in isLegalToPacketizeTogether()