Home
last modified time | relevance | path

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

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