Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h105 bool NeedsTwoConstNR; variable
281 bool needsTwoConstNR() const { return NeedsTwoConstNR; } in needsTwoConstNR()
H A DPPCSubtarget.cpp84 NeedsTwoConstNR = false; in initializeEnvironment()
H A DPPC.td146 SubtargetFeature<"two-const-nr", "NeedsTwoConstNR", "true",