Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/Targets/
DHexagon.cpp88 std::string NumPhySlots = isTinyCore() ? "3" : "4"; in getTargetDefines() local
89 Builder.defineMacro("__HEXAGON_PHYSICAL_SLOTS__", NumPhySlots); in getTargetDefines()