Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h168 bool UsePPCPostRASchedStrategy; variable
315 bool usePPCPostRASchedStrategy() const { return UsePPCPostRASchedStrategy; } in usePPCPostRASchedStrategy()
H A DPPCSubtarget.cpp149 UsePPCPostRASchedStrategy = false; in initializeEnvironment()
H A DPPC.td233 SubtargetFeature<"ppc-postra-sched", "UsePPCPostRASchedStrategy", "true",