Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h181 bool hasPushPop() const { return HasPushPop; } in hasPushPop() function
H A DCSKY.td113 def HasPushPop : Predicate<"Subtarget->hasPushPop()">,