Searched defs:Simplified (Results  1 – 13 of 13) sorted by relevance
| /external/llvm/lib/Target/PowerPC/ | 
| D | PPCMIPeephole.cpp | 84   bool Simplified = false;  in simplifyCode()  local
  | 
| /external/llvm/lib/Transforms/Utils/ | 
| D | SimplifyIndVar.cpp | 555   SmallPtrSet<Instruction*,16> &Simplified,  in pushIVUsers() 608   SmallPtrSet<Instruction*,16> Simplified;  in simplifyUsers()  local
  | 
| /external/llvm/include/llvm/Target/ | 
| D | TargetOptions.h | 46       Simplified,      // Use one table per function type, with types projected  enumerator
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ | 
| D | TargetOptions.h | 43       Simplified,      // Use one table per function type, with types projected  enumerator
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ | 
| D | PPCMIPeephole.cpp | 265   bool Simplified = false;  in simplifyCode()  local 1197   bool Simplified = false;  in eliminateRedundantTOCSaves()  local 1238   bool Simplified = false;  in eliminateRedundantCompare()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ | 
| D | SimplifyIndVar.cpp | 793   SmallPtrSet<Instruction*,16> &Simplified,  in pushIVUsers() 857   SmallPtrSet<Instruction*,16> Simplified;  in simplifyUsers()  local
  | 
| /external/llvm/lib/Analysis/ | 
| D | BasicAliasAnalysis.cpp | 392         if (const Value *Simplified =  in DecomposeGEPExpression()  local
  | 
| D | InstructionSimplify.cpp | 345     Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV);  in ThreadBinOpOverSelect()  local 4261   bool Simplified = false;  in replaceAndRecursivelySimplifyImpl()  local
  | 
| D | ValueTracking.cpp | 2998         if (Value *Simplified = SimplifyInstruction(I, DL, nullptr)) {  in GetUnderlyingObject()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | 
| D | BasicAliasAnalysis.cpp | 518         if (const Value *Simplified =  in DecomposeGEPExpression()  local
  | 
| D | InstructionSimplify.cpp | 442     Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV);  in ThreadBinOpOverSelect()  local 5523   bool Simplified = false;  in replaceAndRecursivelySimplifyImpl()  local
  | 
| D | ValueTracking.cpp | 3914         if (Value *Simplified = SimplifyInstruction(I, {DL, I})) {  in GetUnderlyingObject()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ | 
| D | TargetLowering.cpp | 587   bool Simplified = SimplifyDemandedBits(Op, DemandedBits, Known, TLO);  in SimplifyDemandedBits()  local 2091   bool Simplified =  in SimplifyDemandedVectorElts()  local
  |