Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DRISCV.h61 HasRISCVVTypes = true; in RISCVTargetInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h230 unsigned HasRISCVVTypes : 1; variable
897 bool hasRISCVVTypes() const { return HasRISCVVTypes; } in hasRISCVVTypes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp124 HasRISCVVTypes = false; in TargetInfo()