Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:OL

119 static std::string computeFSAdditions(StringRef FS, CodeGenOpt::Level OL,
131 if (OL >= CodeGenOpt::Default) {
138 if (OL != CodeGenOpt::None) {
199 CodeModel::Model CM, CodeGenOpt::Level OL)
201 computeFSAdditions(FS, OL, TT), Options,
202 getEffectiveRelocModel(TT, RM), CM, OL),
205 Subtarget(TargetTriple, CPU, computeFSAdditions(FS, OL, TT), *this) {
236 CodeGenOpt::Level OL)
237 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {}
246 CodeGenOpt::Level OL)
247 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {}