Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp191 iterator slot3ISJ = end(); in check() local
208 slot3ISJ = ISJ; in check()
362 if (bOnlySlot3 == false && pSlot3Cnt == 1 && slot3ISJ != end()) { in check()
365 unsigned saveUnits = slot3ISJ->Core.getUnits(); in check()
366 slot3ISJ->Core.setUnits(saveUnits & slotThree); in check()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp307 iterator slot3ISJ = end(); in check() local
317 slot3ISJ = ISJ; in check()
540 slot3ISJ != end()) { in check()
544 unsigned saveUnits = slot3ISJ->Core.getUnits(); in check()
545 slot3ISJ->Core.setUnits(saveUnits & slotThree); in check()