Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:OL

113 static std::string computeFSAdditions(StringRef FS, CodeGenOpt::Level OL,
125 if (OL >= CodeGenOpt::Default) {
132 if (OL != CodeGenOpt::None) {
183 CodeGenOpt::Level OL)
185 computeFSAdditions(FS, OL, TT), Options, RM, CM, OL),
188 Subtarget(TargetTriple, CPU, computeFSAdditions(FS, OL, TT), *this) {
218 CodeGenOpt::Level OL)
219 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {}
227 CodeGenOpt::Level OL)
228 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {}