Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/containers/sequences/deque/deque.special/
H A Dcopy.pass.cpp54 typedef cpp17_input_iterator<CI> ICI; in testN() typedef
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp349 auto Pred = ICI->getPredicate(); in parseLoopICmp() argument
654 widenICmpRangeCheck(ICmpInst * ICI,SCEVExpander & Expander,Instruction * Guard) widenICmpRangeCheck() argument
721 if (ICmpInst *ICI = dyn_cast<ICmpInst>(Check)) widenChecks() local
827 auto *ICI = dyn_cast<ICmpInst>(BI->getCondition()); parseLoopLatchICmp() local
[all...]
H A DInductiveRangeCheckElimination.cpp502 if (!parseRangeCheckICmp(L, ICI, S in extractRangeChecksFromCond() local
270 parseRangeCheckICmp(Loop * L,ICmpInst * ICI,ScalarEvolution & SE,const SCEVAddRecExpr * & Index,const SCEV * & End) parseRangeCheckICmp() argument
[all...]
H A DScalarizer.cpp174 ICmpInst &ICI; global() member
795 visitICmpInst(ICmpInst & ICI) visitICmpInst() argument
[all...]
H A DLoopStrengthReduce.cpp3796 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(UserInst)) { CollectLoopInvariantFixupsAndFormulae() local
/llvm-project/libcxx/test/std/containers/sequences/deque/deque.cons/
H A Dassign_iter_iter.pass.cpp73 typedef cpp17_input_iterator<CI> ICI; in testI() typedef
/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp89 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(Inst)) { in CanUse() local
/llvm-project/libcxx/test/std/containers/sequences/deque/deque.modifiers/
H A Dinsert_iter_iter.pass.cpp179 typedef cpp17_input_iterator<CI> ICI; in testI() typedef
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp903 canonicalizeSaturatedSubtract(const ICmpInst * ICI,const Value * TrueVal,const Value * FalseVal,InstCombiner::BuilderTy & Builder) canonicalizeSaturatedSubtract() argument
1091 foldSelectCtlzToCttz(ICmpInst * ICI,Value * TrueVal,Value * FalseVal,InstCombiner::BuilderTy & Builder) foldSelectCtlzToCttz() argument
1134 foldSelectCttzCtlz(ICmpInst * ICI,Value * TrueVal,Value * FalseVal,InstCombinerImpl & IC) foldSelectCttzCtlz() argument
1665 foldSelectInstWithICmpConst(SelectInst & SI,ICmpInst * ICI,InstCombiner::BuilderTy & Builder) foldSelectInstWithICmpConst() argument
1714 foldSelectICmpEq(SelectInst & SI,ICmpInst * ICI,InstCombinerImpl & IC) foldSelectICmpEq() argument
1819 foldSelectInstWithICmp(SelectInst & SI,ICmpInst * ICI) foldSelectInstWithICmp() argument
3704 if (ICmpInst *ICI = dyn_cast<ICmpInst>(CondVal)) visitSelectInst() local
[all...]
H A DInstructionCombining.cpp3136 ICmpInst *ICI = cast<ICmpInst>(I); isAllocSiteRemovable() local
H A DInstCombineCompares.cpp112 foldCmpLoadFromIndexedGlobal(LoadInst * LI,GetElementPtrInst * GEP,GlobalVariable * GV,CmpInst & ICI,ConstantInt * AndCst) foldCmpLoadFromIndexedGlobal() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp519 ICmpInst *ICI = dyn_cast<ICmpInst>(U); eliminateTrunc() local
534 __anon7d6845520202(ICmpInst *ICI) eliminateTrunc() argument
553 for (auto *ICI : ICmpUsers) { eliminateTrunc() local
[all...]
H A DLoopConstrainer.cpp161 ICmpInst *ICI = dyn_cast<ICmpInst>(LatchBr->getCondition()); in parseLoopStructure() local
H A DSimplifyCFG.cpp565 ICmpInst *ICI; matchInstruction() local
784 if (ICmpInst *ICI = dyn_cast<ICmpInst>(BI->getCondition())) { isValueEqualityComparison() local
813 ICmpInst *ICI = cast<ICmpInst>(BI->getCondition()); GetValueEqualityComparisonCases() local
1079 ICmpInst *ICI = cast<ICmpInst>(BI->getCondition()); GetBranchWeights() local
4764 tryToSimplifyUncondBranchWithICmpInIt(ICmpInst * ICI,IRBuilder<> & Builder) tryToSimplifyUncondBranchWithICmpInIt() argument
7323 if (ICmpInst *ICI = dyn_cast<ICmpInst>(I)) simplifyUncondBranch() local
[all...]
/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp391 } else if (ICmpInst *ICI = dyn_cast<ICmpInst>(I)) { in AnalyzeUsesOfPointer() local
H A DLazyValueInfo.cpp1138 getValueFromICmpCondition(Value * Val,ICmpInst * ICI,bool isTrueDest,bool UseBlockValue) getValueFromICmpCondition() argument
1249 if (ICmpInst *ICI = dyn_cast<ICmpInst>(Cond)) getValueFromCondition() local
[all...]
H A DScalarEvolution.cpp6085 auto *ICI = Cond; createNodeForSelectOrPHIInstWithICmpInstCond() local
6258 if (auto *ICI = dyn_cast<ICmpInst>(Cond)) { createNodeForSelectOrPHI() local
7603 auto *ICI = dyn_cast<ICmpInst>(U->getOperand(0)); getOperandsToCreate() local
11653 const ICmpInst *ICI = dyn_cast<ICmpInst>(FoundCondValue); isImpliedCond() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7471 Sema::InheritedConstructorInfo ICI( computeImplicitExceptionSpec() local
9118 Sema::InheritedConstructorInfo *ICI; global() member
9583 ShouldDeleteSpecialMember(CXXMethodDecl * MD,CXXSpecialMemberKind CSM,InheritedConstructorInfo * ICI,bool Diagnose) ShouldDeleteSpecialMember() argument
13639 ComputeDefaultedSpecialMemberExceptionSpec(Sema & S,SourceLocation Loc,CXXMethodDecl * MD,CXXSpecialMemberKind CSM,Sema::InheritedConstructorInfo * ICI) ComputeDefaultedSpecialMemberExceptionSpec() argument
13912 InheritedConstructorInfo ICI(*this, Loc, Shadow); findInheritingConstructor() local
13969 InheritedConstructorInfo ICI(*this, Ctor->getLocation(), NoteDeletedInheritingConstructor() local
14008 InheritedConstructorInfo ICI(*this, CurrentLocation, Shadow); DefineInheritingConstructor() local
[all...]
/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp972 ICmpInst *ICI = dyn_cast<ICmpInst>(LoadUse.getUser()); OptimizeGlobalAddressOfAllocation() local
H A DAttributorAttributes.cpp10030 if (auto *ICI = dyn_cast<ICmpInst>(I)) updateImpl() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30828 ICmpInst *ICI = dyn_cast<ICmpInst>(AI->user_back()); emitCmpArithAtomicRMWIntrinsic() local
[all...]