Searched refs:Opt_m1 (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/subzero/unittest/ |
D | BitcodeMunge.cpp | 26 Ice::ClFlags::Flags.setOptLevel(Ice::Opt_m1); in resetMungeFlags()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTypes.h | 77 enum OptLevel { Opt_m1, Opt_0, Opt_1, Opt_2 }; enumerator
|
D | IceClFlags.def | 43 cl::init(Ice::Opt_m1), cl::value_desc("level"), \ 44 cl::values(clEnumValN(Ice::Opt_m1, "Om1", "-1"), \ 45 clEnumValN(Ice::Opt_m1, "O-1", "-1"), \
|
D | IceCfg.h | 315 OptLevel OptimizationLevel = Opt_m1;
|
D | IceTargetLowering.h | 187 case Opt_m1: in translate()
|
D | IceTargetLoweringX86BaseImpl.h | 1526 const bool OptM1 = Func->getOptLevel() == Opt_m1; 1587 const bool OptM1 = Func->getOptLevel() == Opt_m1; 4774 if (Func->getOptLevel() == Opt_m1) 8215 if (Func->getOptLevel() == Opt_m1)
|
D | IceTargetLoweringARM32.cpp | 2229 const bool OptM1 = Func->getOptLevel() == Opt_m1; in lowerAlloca() 3342 const bool OptM1 = Func->getOptLevel() == Opt_m1; in lowerArithmetic() 6640 if (Func->getOptLevel() == Opt_m1) in postLower()
|
D | IceTargetLoweringMIPS32.cpp | 2395 const bool OptM1 = Func->getOptLevel() == Opt_m1; in lowerAlloca() 5701 if (Func->getOptLevel() == Opt_m1) in postLower()
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 260 case rr::Optimization::Level::None: return Ice::Opt_m1; in toIce() 261 case rr::Optimization::Level::Less: return Ice::Opt_m1; in toIce()
|