Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp1112 bool SysI = isSystemInstr(I), SysJ = isSystemInstr(J); in hasV4SpecificDependence() local
1114 if ((SysI && StoreJ) || (SysJ && StoreI)) in hasV4SpecificDependence()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp1288 bool SysI = isSystemInstr(I), SysJ = isSystemInstr(J); in hasV4SpecificDependence() local
1290 if ((SysI && StoreJ) || (SysJ && StoreI)) in hasV4SpecificDependence()