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

  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 230 DEBUG(dbgs() << "INDVARS: Simplified rem: " << *Rem << '\n');
397 SmallPtrSet<Instruction*,16> &Simplified,
405 // If Def is a LoopPhi, it may not be in the Simplified set, so check for
407 if (UI != Def && Simplified.insert(UI).second)
450 SmallPtrSet<Instruction*,16> Simplified;
458 pushIVUsers(CurrIV, Simplified, SimpleIVUsers);
476 assert(N <= Simplified.size() && "runaway iteration");
487 pushIVUsers(IVOperand, Simplified, SimpleIVUsers);
496 pushIVUsers(IVOperand, Simplified, SimpleIVUsers);
506 pushIVUsers(UseOper.first, Simplified, SimpleIVUsers)
    [all...]
  /external/llvm/include/llvm/Target/
TargetOptions.h 46 Simplified, // Use one table per function type, with types projected
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 223 clEnumValN(JumpTable::Simplified, "simplified",
224 "Create one table per simplified function type."),
  /external/libvpx/libvpx/
examples.mk 124 simple_decoder.DESCRIPTION = Simplified decoder loop
150 simple_encoder.DESCRIPTION = Simplified encoder loop
  /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/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).
137 /// Returns the simplified value, or null if no simplification was performed.
321 // If they simplified to the same value, then return the common value.
326 // If one branch simplified to undef, return the other one.
337 // If one branch simplified and the other did not, and the simplified
338 // value is equal to the unsimplified one, return the simplified value.
341 // Check that the simplified value has the form "X op Y" where "op" is the
343 Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV)
    [all...]
BasicAliasAnalysis.cpp 331 if (const Value *Simplified =
333 V = Simplified;
    [all...]
ValueTracking.cpp     [all...]
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 23 <p>You requested a page in Simplified Chinese (????), would you like to proceed with this language setting?</p>
  /build/tools/droiddoc/templates-sdk-dev/components/
masthead.cs 26 <p>You requested a page in Simplified Chinese (????), would you like to proceed with this language setting?</p>

Completed in 411 milliseconds