Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DHexagon.cpp94 std::string NumPhySlots = isTinyCore() ? "3" : "4"; in getTargetDefines() local
95 Builder.defineMacro("__HEXAGON_PHYSICAL_SLOTS__", NumPhySlots); in getTargetDefines()