Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h44 bool HasLaLocalWithAbs = false; variable
104 bool hasLaLocalWithAbs() const { return HasLaLocalWithAbs; } in hasLaLocalWithAbs()
H A DLoongArch.td93 : SubtargetFeature<"la-local-with-abs", "HasLaLocalWithAbs", "true",
95 def HasLaLocalWithAbs
H A DLoongArchInstrInfo.td1650 let Predicates = [HasLaLocalWithAbs] in {
1655 } // Predicates = [HasLaLocalWithAbs]