Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h169 bool hasVDSPV2() const { return HasVDSPV2; } in hasVDSPV2() function
H A DCSKY.td206 def HasVDSPV2 : Predicate<"Subtarget->hasVDSPV2()">,