Searched refs:Opt_m1 (Results 1 – 8 of 8) 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 | 1476 const bool OptM1 = Func->getOptLevel() == Opt_m1; 1537 const bool OptM1 = Func->getOptLevel() == Opt_m1; 4698 if (Func->getOptLevel() == Opt_m1) 8150 if (Func->getOptLevel() == Opt_m1)
|
D | IceTargetLoweringARM32.cpp | 2229 const bool OptM1 = Func->getOptLevel() == Opt_m1; in lowerAlloca() 3340 const bool OptM1 = Func->getOptLevel() == Opt_m1; in lowerArithmetic() 6408 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()
|