Searched refs:isSlot0Only (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1872 bool isSlot0Only = false; local
1875 isSlot0Only |= HII->isPureSlot0(*J);
1878 return (noSlot1Store && isSlot0Only);
H A DHexagonInstrInfo.cpp123 bool isSlot0Only(unsigned units);
4334 return HexagonFUnits::isSlot0Only(FuncUnits);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp189 bool isSlot0Only(unsigned units) { function in namespace:llvm::HexagonFUnits

Completed in 128 milliseconds