Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h105 bool NeedsTwoConstNR; variable
268 bool needsTwoConstNR() const { return NeedsTwoConstNR; } in needsTwoConstNR()
H A DPPCSubtarget.cpp83 NeedsTwoConstNR = false; in initializeEnvironment()
H A DPPC.td146 SubtargetFeature<"two-const-nr", "NeedsTwoConstNR", "true",