Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp1107 bool StoreI = I->mayStore(), StoreJ = J->mayStore(); in hasV4SpecificDependence() local
1108 if ((SysI && StoreJ) || (SysJ && StoreI)) in hasV4SpecificDependence()
1111 if (StoreI && StoreJ) { in hasV4SpecificDependence()
1118 bool MopStJ = HII->isMemOp(J) || StoreJ; in hasV4SpecificDependence()
1123 return (StoreJ && HII->isDeallocRet(I)) || (StoreI && HII->isDeallocRet(J)); in hasV4SpecificDependence()
1352 bool LoadJ = J->mayLoad(), StoreJ = J->mayStore(); in isLegalToPacketizeTogether() local
1354 if (StoreJ) { in isLegalToPacketizeTogether()