/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 389 parseLoopICmp(ICmpInst * ICI) parseLoopICmp() argument 694 widenICmpRangeCheck(ICmpInst * ICI,SCEVExpander & Expander,Instruction * Guard) widenICmpRangeCheck() argument 790 if (ICmpInst *ICI = dyn_cast<ICmpInst>(Condition)) { collectChecks() local 909 auto *ICI = dyn_cast<ICmpInst>(BI->getCondition()); parseLoopLatchICmp() local [all...] |
H A D | InductiveRangeCheckElimination.cpp | 275 parseRangeCheckICmp(Loop * L,ICmpInst * ICI,ScalarEvolution & SE,const SCEVAddRecExpr * & Index,const SCEV * & End) parseRangeCheckICmp() argument 504 ICmpInst *ICI = dyn_cast<ICmpInst>(Condition); extractRangeChecksFromCond() local 930 ICmpInst *ICI = dyn_cast<ICmpInst>(LatchBr->getCondition()); parseLoopStructure() local [all...] |
H A D | Scalarizer.cpp | 174 ICmpInst &ICI; member 795 bool ScalarizerVisitor::visitICmpInst(ICmpInst &ICI) { in visitICmpInst()
|
H A D | LoopStrengthReduce.cpp | 3800 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(UserInst)) { in CollectLoopInvariantFixupsAndFormulae() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | DependencyAnalysis.cpp | 89 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(Inst)) { in CanUse() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 903 static Value *canonicalizeSaturatedSubtract(const ICmpInst *ICI, in canonicalizeSaturatedSubtract() 1091 static Instruction *foldSelectCtlzToCttz(ICmpInst *ICI, Value *TrueVal, in foldSelectCtlzToCttz() 1134 static Value *foldSelectCttzCtlz(ICmpInst *ICI, Value *TrueVal, Value *FalseVal, in foldSelectCttzCtlz() 1668 static Value *foldSelectInstWithICmpConst(SelectInst &SI, ICmpInst *ICI, in foldSelectInstWithICmpConst() 1717 static Instruction *foldSelectICmpEq(SelectInst &SI, ICmpInst *ICI, in foldSelectICmpEq() 1822 ICmpInst *ICI) { in foldSelectInstWithICmp() 3733 if (ICmpInst *ICI = dyn_cast<ICmpInst>(CondVal)) in visitSelectInst() local
|
H A D | InstructionCombining.cpp | 3136 ICmpInst *ICI = cast<ICmpInst>(I); in isAllocSiteRemovable() local
|
H A D | InstCombineCompares.cpp | 112 LoadInst *LI, GetElementPtrInst *GEP, GlobalVariable *GV, CmpInst &ICI, in foldCmpLoadFromIndexedGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 521 ICmpInst *ICI = dyn_cast<ICmpInst>(U); in eliminateTrunc() local 536 auto CanUseZExt = [&](ICmpInst *ICI) { in eliminateTrunc() 555 for (auto *ICI : ICmpUsers) { in eliminateTrunc() local
|
H A D | LoopConstrainer.cpp | 161 ICmpInst *ICI = dyn_cast<ICmpInst>(LatchBr->getCondition()); in parseLoopStructure() local
|
H A D | SimplifyCFG.cpp | 565 ICmpInst *ICI; in matchInstruction() local 784 if (ICmpInst *ICI = dyn_cast<ICmpInst>(BI->getCondition())) { in isValueEqualityComparison() local 813 ICmpInst *ICI = cast<ICmpInst>(BI->getCondition()); in GetValueEqualityComparisonCases() local 1079 ICmpInst *ICI = cast<ICmpInst>(BI->getCondition()); in GetBranchWeights() local 4769 ICmpInst *ICI, IRBuilder<> &Builder) { in tryToSimplifyUncondBranchWithICmpInIt() 7328 if (ICmpInst *ICI = dyn_cast<ICmpInst>(I)) in simplifyUncondBranch() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | GlobalsModRef.cpp | 391 } else if (ICmpInst *ICI = dyn_cast<ICmpInst>(I)) { in AnalyzeUsesOfPointer() local
|
H A D | LazyValueInfo.cpp | 1161 Value *Val, ICmpInst *ICI, bool isTrueDest, bool UseBlockValue) { in getValueFromICmpCondition() 1272 if (ICmpInst *ICI = dyn_cast<ICmpInst>(Cond)) in getValueFromCondition() local
|
H A D | ScalarEvolution.cpp | 6085 auto *ICI = Cond; in createNodeForSelectOrPHIInstWithICmpInstCond() local 6258 if (auto *ICI = dyn_cast<ICmpInst>(Cond)) { in createNodeForSelectOrPHI() local 7605 auto *ICI = dyn_cast<ICmpInst>(U->getOperand(0)); in getOperandsToCreate() local 11655 const ICmpInst *ICI = dyn_cast<ICmpInst>(FoundCondValue); in isImpliedCond() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 7501 Sema::InheritedConstructorInfo ICI( in computeImplicitExceptionSpec() local 9151 Sema::InheritedConstructorInfo *ICI; member 9616 ShouldDeleteSpecialMember(CXXMethodDecl * MD,CXXSpecialMemberKind CSM,InheritedConstructorInfo * ICI,bool Diagnose) ShouldDeleteSpecialMember() argument 13698 ComputeDefaultedSpecialMemberExceptionSpec(Sema & S,SourceLocation Loc,CXXMethodDecl * MD,CXXSpecialMemberKind CSM,Sema::InheritedConstructorInfo * ICI) ComputeDefaultedSpecialMemberExceptionSpec() argument 13971 InheritedConstructorInfo ICI(*this, Loc, Shadow); findInheritingConstructor() local 14028 InheritedConstructorInfo ICI(*this, Ctor->getLocation(), NoteDeletedInheritingConstructor() local 14067 InheritedConstructorInfo ICI(*this, CurrentLocation, Shadow); DefineInheritingConstructor() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 972 ICmpInst *ICI = dyn_cast<ICmpInst>(LoadUse.getUser()); in OptimizeGlobalAddressOfAllocation() local
|
H A D | AttributorAttributes.cpp | 10030 if (auto *ICI = dyn_cast<ICmpInst>(I)) in updateImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 30814 ICmpInst *ICI = dyn_cast<ICmpInst>(AI->user_back()); in emitCmpArithAtomicRMWIntrinsic() local
|