Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp313 const bool RequiresSlot = HexagonMCInstrInfo::requiresSlot(STI, *ISJ.ID); in permitNonSlot()
719 if (HexagonMCInstrInfo::requiresSlot(STI, *I.ID)) { in reportResourceUsage()
H A DHexagonMCInstrInfo.h315 bool requiresSlot(MCSubtargetInfo const &STI, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp966 bool HexagonMCInstrInfo::requiresSlot(MCSubtargetInfo const &STI, in requiresSlot() function in HexagonMCInstrInfo
983 if (!requiresSlot(STI, MCI)) in slotsConsumed()