Home
last modified time | relevance | path

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

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