Home
last modified time | relevance | path

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

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