Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DCSKY.cpp83 if (VDSPV1) { in getTargetDefines()
109 .Case("vdspv1", VDSPV1) in hasFeature()
134 VDSPV1 = true; in handleTargetFeatures()
H A DCSKY.h36 bool VDSPV1 = false; variable