HomeSort by relevance Sort by last modified time
    Searched refs:Simplified (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCMIPeephole.cpp 82 bool Simplified = false;
144 Simplified = true;
157 Simplified = true;
169 Simplified = true;
187 return Simplified;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
vle-simple-5.d 3 #name: VLE Simplified mnemonics 5
vle-simple-1.d 3 #name: VLE Simplified mnemonics 1
vle-simple-3.d 3 #name: VLE Simplified mnemonics 3
vle-simple-4.d 3 #name: VLE Simplified mnemonics 4
vle-simple-6.d 3 #name: VLE Simplified mnemonics 6
vle-simple-2.d 3 #name: VLE Simplified mnemonics 2
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 222 DEBUG(dbgs() << "INDVARS: Simplified comparison: " << *ICmp << '\n');
277 DEBUG(dbgs() << "INDVARS: Simplified rem: " << *Rem << '\n');
477 SmallPtrSet<Instruction*,16> &Simplified,
485 // If Def is a LoopPhi, it may not be in the Simplified set, so check for
487 if (UI != Def && Simplified.insert(UI).second)
530 SmallPtrSet<Instruction*,16> Simplified;
538 pushIVUsers(CurrIV, Simplified, SimpleIVUsers);
556 assert(N <= Simplified.size() && "runaway iteration");
567 pushIVUsers(IVOperand, Simplified, SimpleIVUsers);
576 pushIVUsers(IVOperand, Simplified, SimpleIVUsers)
    [all...]
LoopUnroll.cpp 541 bool Simplified = simplifyLoop(OuterL, DT, LI, SE, AC, PreserveLCSSA);
551 if (CompletelyUnroll && (!AllExitsAreInsideParentLoop || Simplified))
  /external/llvm/include/llvm/Target/
TargetOptions.h 47 Simplified, // Use one table per function type, with types projected
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk 97 simple_decoder.DESCRIPTION = Simplified decoder loop
123 simple_encoder.DESCRIPTION = Simplified encoder loop
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 244 clEnumValN(JumpTable::Simplified, "simplified",
245 "Create one table per simplified function type."),
  /external/libvpx/libvpx/
examples.mk 134 simple_decoder.DESCRIPTION = Simplified decoder loop
163 simple_encoder.DESCRIPTION = Simplified encoder loop
171 vp9_lossless_encoder.DESCRIPTION = Simplified lossless VP9 encoder
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 15 // simplified: This is usually true and assuming it simplifies the logic (if
16 // they have not been simplified then results are correct but maybe suboptimal).
138 /// Returns the simplified value, or null if no simplification was performed.
322 // If they simplified to the same value, then return the common value.
327 // If one branch simplified to undef, return the other one.
338 // If one branch simplified and the other did not, and the simplified
339 // value is equal to the unsimplified one, return the simplified value.
342 // Check that the simplified value has the form "X op Y" where "op" is the
344 Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV)
    [all...]
BasicAliasAnalysis.cpp 374 if (const Value *Simplified =
376 V = Simplified;
    [all...]
ValueTracking.cpp     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]

Completed in 382 milliseconds