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

1 2

  /external/llvm/lib/Target/PowerPC/
PPCMIPeephole.cpp 84 bool Simplified = false;
146 Simplified = true;
159 Simplified = true;
171 Simplified = true;
189 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
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 44 Simplified, // Use one table per function type, with types projected
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 44 Simplified, // Use one table per function type, with types projected
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 44 Simplified, // Use one table per function type, with types projected
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 44 Simplified, // Use one table per function type, with types projected
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 44 Simplified, // Use one table per function type, with types projected
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 44 Simplified, // Use one table per function type, with types projected
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 44 Simplified, // Use one table per function type, with types projected
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 44 Simplified, // Use one table per function type, with types projected
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyIndVar.cpp 237 DEBUG(dbgs() << "INDVARS: Simplified rem: " << *Rem << '\n');
279 SmallPtrSet<Instruction*,16> &Simplified,
288 // If Def is a LoopPhi, it may not be in the Simplified set, so check for
290 if (User != Def && Simplified.insert(User))
333 SmallPtrSet<Instruction*,16> Simplified;
341 pushIVUsers(CurrIV, Simplified, SimpleIVUsers);
351 assert(N <= Simplified.size() && "runaway iteration");
362 pushIVUsers(IVOperand, Simplified, SimpleIVUsers);
371 pushIVUsers(UseOper.first, Simplified, SimpleIVUsers);
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 257 DEBUG(dbgs() << "INDVARS: Simplified comparison: " << *ICmp << '\n');
312 DEBUG(dbgs() << "INDVARS: Simplified rem: " << *Rem << '\n');
555 SmallPtrSet<Instruction*,16> &Simplified,
563 // If Def is a LoopPhi, it may not be in the Simplified set, so check for
565 if (UI != Def && Simplified.insert(UI).second)
608 SmallPtrSet<Instruction*,16> Simplified;
616 pushIVUsers(CurrIV, Simplified, SimpleIVUsers);
628 assert(N <= Simplified.size() && "runaway iteration");
639 pushIVUsers(IVOperand, Simplified, SimpleIVUsers);
648 pushIVUsers(IVOperand, 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 259 clEnumValN(JumpTable::Simplified, "simplified",
260 "Create one table per simplified function type."),
  /external/libvpx/libvpx/
examples.mk 146 simple_decoder.DESCRIPTION = Simplified decoder loop
175 simple_encoder.DESCRIPTION = Simplified encoder loop
183 vp9_lossless_encoder.DESCRIPTION = Simplified lossless VP9 encoder
  /external/swiftshader/third_party/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).
95 /// Returns the simplified value, or null if no simplification was performed.
158 /// Returns the simplified value, or null if no simplification was performed.
357 // If they simplified to the same value, then return the common value.
362 // If one branch simplified to undef, return the other one.
373 // If one branch simplified and the other did not, and the simplified
374 // value is equal to the unsimplified one, return the simplified value.
377 // Check that the simplified value has the form "X op Y" where "op" is th
    [all...]
BasicAliasAnalysis.cpp 291 if (const Value *Simplified =
293 V = Simplified;
    [all...]
ValueTracking.cpp     [all...]
  /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).
139 /// Returns the simplified value, or null if no simplification was performed.
323 // If they simplified to the same value, then return the common value.
328 // If one branch simplified to undef, return the other one.
339 // If one branch simplified and the other did not, and the simplified
340 // value is equal to the unsimplified one, return the simplified value.
343 // Check that the simplified value has the form "X op Y" where "op" is the
345 Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV)
    [all...]
BasicAliasAnalysis.cpp 392 if (const Value *Simplified =
394 V = Simplified;
    [all...]

Completed in 1610 milliseconds

1 2