Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp380 unsigned SUCycleIdx = getCurrCycleIdx(SU); in isFPdOpPreferred_distance() local
381 if (LastFPdOpCycleIdx > SUCycleIdx) in isFPdOpPreferred_distance()
382 return ((LastFPdOpCycleIdx - SUCycleIdx) == 3); in isFPdOpPreferred_distance()
383 return ((SUCycleIdx - LastFPdOpCycleIdx) == 3); in isFPdOpPreferred_distance()