Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h94 bool HasPushPop; variable
181 bool hasPushPop() const { return HasPushPop; } in hasPushPop()
H A DCSKYSubtarget.cpp69 HasPushPop = false; in initializeSubtargetDependencies()
H A DCSKY.td111 def FeaturePushPop : SubtargetFeature<"pushpop", "HasPushPop", "true",
113 def HasPushPop : Predicate<"Subtarget->hasPushPop()">,