Home
last modified time | relevance | path

Searched refs:HasExtendLrw (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h73 bool HasExtendLrw; variable
156 bool hasExtendLrw() const { return HasExtendLrw; } in hasExtendLrw()
H A DCSKYSubtarget.cpp47 HasExtendLrw = false; in initializeSubtargetDependencies()
H A DCSKY.td155 def FeatureExtendLrw : SubtargetFeature<"elrw", "HasExtendLrw", "true",
157 def HasExtendLrw : Predicate<"Subtarget->hasExtendLrw()">,
H A DCSKYInstrInfo.td1023 let Predicates = [HasExtendLrw] in