Home
last modified time | relevance | path

Searched defs:ICI (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp389 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 DInductiveRangeCheckElimination.cpp275 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 DScalarizer.cpp174 ICmpInst &ICI; member
795 bool ScalarizerVisitor::visitICmpInst(ICmpInst &ICI) { in visitICmpInst()
H A DLoopStrengthReduce.cpp3800 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(UserInst)) { in CollectLoopInvariantFixupsAndFormulae() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp89 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(Inst)) { in CanUse() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp903 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 DInstructionCombining.cpp3136 ICmpInst *ICI = cast<ICmpInst>(I); in isAllocSiteRemovable() local
H A DInstCombineCompares.cpp112 LoadInst *LI, GetElementPtrInst *GEP, GlobalVariable *GV, CmpInst &ICI, in foldCmpLoadFromIndexedGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp521 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 DLoopConstrainer.cpp161 ICmpInst *ICI = dyn_cast<ICmpInst>(LatchBr->getCondition()); in parseLoopStructure() local
H A DSimplifyCFG.cpp565 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 DGlobalsModRef.cpp391 } else if (ICmpInst *ICI = dyn_cast<ICmpInst>(I)) { in AnalyzeUsesOfPointer() local
H A DLazyValueInfo.cpp1161 Value *Val, ICmpInst *ICI, bool isTrueDest, bool UseBlockValue) { in getValueFromICmpCondition()
1272 if (ICmpInst *ICI = dyn_cast<ICmpInst>(Cond)) in getValueFromCondition() local
H A DScalarEvolution.cpp6085 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 DSemaDeclCXX.cpp7501 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 DGlobalOpt.cpp972 ICmpInst *ICI = dyn_cast<ICmpInst>(LoadUse.getUser()); in OptimizeGlobalAddressOfAllocation() local
H A DAttributorAttributes.cpp10030 if (auto *ICI = dyn_cast<ICmpInst>(I)) in updateImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30814 ICmpInst *ICI = dyn_cast<ICmpInst>(AI->user_back()); in emitCmpArithAtomicRMWIntrinsic() local