Searched refs:Simplified (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp265 bool Simplified = false; local
290 Simplified = true;
385 Simplified = true;
415 Simplified = true;
427 Simplified = true;
439 Simplified = true;
448 Simplified = true;
493 Simplified = true;
510 Simplified = true;
549 Simplified
1197 bool Simplified = false; local
1238 bool Simplified = false; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h43 Simplified, // Use one table per function type, with types projected enumerator in enum:llvm::JumpTable::JumpTableType
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp236 LLVM_DEBUG(dbgs() << "INDVARS: Simplified comparison: " << *ICmp << '\n');
309 LLVM_DEBUG(dbgs() << "INDVARS: Simplified sdiv: " << *SDiv << '\n');
325 LLVM_DEBUG(dbgs() << "INDVARS: Simplified srem: " << *Rem << '\n');
334 LLVM_DEBUG(dbgs() << "INDVARS: Simplified rem: " << *Rem << '\n');
348 LLVM_DEBUG(dbgs() << "INDVARS: Simplified rem: " << *Rem << '\n');
793 SmallPtrSet<Instruction*,16> &Simplified,
801 // If Def is a LoopPhi, it may not be in the Simplified set, so check for
812 if (!Simplified.insert(UI).second)
857 SmallPtrSet<Instruction*,16> Simplified;
865 pushIVUsers(CurrIV, L, Simplified, SimpleIVUser
791 pushIVUsers( Instruction *Def, Loop *L, SmallPtrSet<Instruction*,16> &Simplified, SmallVectorImpl< std::pair<Instruction*,Instruction*> > &SimpleIVUsers) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp442 Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV); local
443 if (Simplified && Simplified->getOpcode() == unsigned(Opcode)) {
450 if (Simplified->getOperand(0) == UnsimplifiedLHS &&
451 Simplified->getOperand(1) == UnsimplifiedRHS)
452 return Simplified;
453 if (Simplified->isCommutative() &&
454 Simplified->getOperand(1) == UnsimplifiedLHS &&
455 Simplified->getOperand(0) == UnsimplifiedRHS)
456 return Simplified;
5523 bool Simplified = false; local
[all...]
H A DBasicAliasAnalysis.cpp518 if (const Value *Simplified =
520 V = Simplified;
H A DValueTracking.cpp3914 if (Value *Simplified = SimplifyInstruction(I, {DL, I})) {
3915 V = Simplified;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp587 bool Simplified = SimplifyDemandedBits(Op, DemandedBits, Known, TLO); local
588 if (Simplified) {
592 return Simplified;
2091 bool Simplified = local
2093 if (Simplified) {
2098 return Simplified;

Completed in 288 milliseconds