Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp587 const bool HasOnlySlot3 = llvm::any_of(insts(), [&](HexagonInstr const &I) { in restrictPreferSlot3() local
591 !HasOnlySlot3 && Summary.pSlot3Cnt == 1 && in restrictPreferSlot3()