Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h43 bool HasLaGlobalWithAbs = false; variable
103 bool hasLaGlobalWithAbs() const { return HasLaGlobalWithAbs; } in hasLaGlobalWithAbs()
H A DLoongArch.td84 : SubtargetFeature<"la-global-with-abs", "HasLaGlobalWithAbs", "true",
86 def HasLaGlobalWithAbs
H A DLoongArchInstrInfo.td1631 // Note: Keep HasLaGlobalWithPcrel before HasLaGlobalWithAbs to ensure
1642 let Predicates = [HasLaGlobalWithAbs] in {
1648 } // Predicates = [HasLaGlobalWithAbs]