Searched defs:AC (Results 76 - 100 of 132) sorted by relevance

123456

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp537 bool LowerSwitch(Function &F, LazyValueInfo *LVI, AssumptionCache *AC) { argument
601 AssumptionCache *AC = ACT ? &ACT->getAssumptionCache(F) : nullptr; local
608 AssumptionCache *AC = AM.getCachedResult<AssumptionAnalysis>(F); local
351 ProcessSwitchInst(SwitchInst *SI, SmallPtrSetImpl<BasicBlock *> &DeleteList, AssumptionCache *AC, LazyValueInfo *LVI) argument
H A DLoopUnroll.cpp215 simplifyLoopAfterUnroll(Loop *L, bool SimplifyIVs, LoopInfo *LI, ScalarEvolution *SE, DominatorTree *DT, AssumptionCache *AC, const TargetTransformInfo *TTI) argument
295 UnrollLoop(Loop *L, UnrollLoopOptions ULO, LoopInfo *LI, ScalarEvolution *SE, DominatorTree *DT, AssumptionCache *AC, const TargetTransformInfo *TTI, OptimizationRemarkEmitter *ORE, bool PreserveLCSSA, Loop **RemainderLoop) argument
H A DPromoteMemoryToRegister.cpp351 AssumptionCache *AC; member in struct:__anon3006::PromoteMem2Reg
441 static void addAssumeNonNull(AssumptionCache *AC, LoadInst *LI) { argument
395 PromoteMem2Reg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT, AssumptionCache *AC) argument
452 convertMetadataToAssumes(LoadInst *LI, Value *Val, const DataLayout &DL, AssumptionCache *AC, const DominatorTree *DT) argument
508 rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info, LargeBlockInfo &LBI, const DataLayout &DL, DominatorTree &DT, AssumptionCache *AC, SmallSet<DbgAssignIntrinsic *, 8> *DbgAssignsToDelete, SmallSet<DPValue *, 8> *DPVAssignsToDelete) argument
618 promoteSingleBlockAlloca(AllocaInst *AI, const AllocaInfo &Info, LargeBlockInfo &LBI, const DataLayout &DL, DominatorTree &DT, AssumptionCache *AC, SmallSet<DbgAssignIntrinsic *, 8> *DbgAssignsToDelete, SmallSet<DPValue *, 8> *DPVAssignsToDelete) argument
1211 PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT, AssumptionCache *AC) argument
[all...]
H A DPredicateInfo.cpp245 AssumptionCache &AC; member in class:llvm::PredicateInfoBuilder
847 auto &AC = AM.getResult<AssumptionAnalysis>(F); local
910 auto &AC local
281 PredicateInfoBuilder(PredicateInfo &PI, Function &F, DominatorTree &DT, AssumptionCache &AC) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp637 checkOverflow(FlattenInfo &FI, DominatorTree *DT, AssumptionCache *AC) argument
694 CanFlattenLoopPair(FlattenInfo &FI, DominatorTree *DT, LoopInfo *LI, ScalarEvolution *SE, AssumptionCache *AC, const TargetTransformInfo *TTI) argument
740 DoFlattenLoopPair(FlattenInfo &FI, DominatorTree *DT, LoopInfo *LI, ScalarEvolution *SE, AssumptionCache *AC, const TargetTransformInfo *TTI, LPMUpdater *U, MemorySSAUpdater *MSSAU) argument
825 CanWidenIV(FlattenInfo &FI, DominatorTree *DT, LoopInfo *LI, ScalarEvolution *SE, AssumptionCache *AC, const TargetTransformInfo *TTI) argument
891 FlattenLoopPair(FlattenInfo &FI, DominatorTree *DT, LoopInfo *LI, ScalarEvolution *SE, AssumptionCache *AC, const TargetTransformInfo *TTI, LPMUpdater *U, MemorySSAUpdater *MSSAU) argument
[all...]
H A DLoopUnrollPass.cpp1398 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); variable
876 computeUnrollCount( Loop *L, const TargetTransformInfo &TTI, DominatorTree &DT, LoopInfo *LI, AssumptionCache *AC, ScalarEvolution &SE, const SmallPtrSetImpl<const Value *> &EphValues, OptimizationRemarkEmitter *ORE, unsigned TripCount, unsigned MaxTripCount, bool MaxOrZero, unsigned TripMultiple, const UnrollCostEstimator &UCE, TargetTransformInfo::UnrollingPreferences &UP, TargetTransformInfo::PeelingPreferences &PP, bool &UseUpperBound) argument
1110 tryToUnrollLoop(Loop *L, DominatorTree &DT, LoopInfo *LI, ScalarEvolution &SE, const TargetTransformInfo &TTI, AssumptionCache &AC, OptimizationRemarkEmitter &ORE, BlockFrequencyInfo *BFI, ProfileSummaryInfo *PSI, bool PreserveLCSSA, int OptLevel, bool OnlyFullUnroll, bool OnlyWhenForced, bool ForgetAllSCEV, std::optional<unsigned> ProvidedCount, std::optional<unsigned> ProvidedThreshold, std::optional<bool> ProvidedAllowPartial, std::optional<bool> ProvidedRuntime, std::optional<bool> ProvidedUpperBound, std::optional<bool> ProvidedAllowPeeling, std::optional<bool> ProvidedAllowProfileBasedPeeling, std::optional<unsigned> ProvidedFullUnrollMaxCount) argument
1552 auto &AC = AM.getResult<AssumptionAnalysis>(F); local
[all...]
H A DInferAddressSpaces.cpp186 AssumptionCache &AC; member in class:__anon2913::InferAddressSpacesImpl
246 InferAddressSpacesImpl(AssumptionCache &AC, const DominatorTree *DT, argument
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp344 AssumptionContext AC = {L.getParent(), R.getParent()}; local
372 const AssumptionContext *AC = AllowAssumptions ? &ACValue : nullptr; local
551 equivalentAsOperands(const Constant *L, const Constant *R, const AssumptionContext *AC) argument
652 equivalentAsOperands(const ConstantExpr *L, const ConstantExpr *R, const AssumptionContext *AC) argument
709 equivalentAsOperands(const Value *L, const Value *R, const AssumptionContext *AC) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp652 AssumptionCache *AC = LookupAC(F); local
375 extractColdRegion( const BlockSequence &Region, const CodeExtractorAnalysisCache &CEAC, DominatorTree &DT, BlockFrequencyInfo *BFI, TargetTransformInfo &TTI, OptimizationRemarkEmitter &ORE, AssumptionCache *AC, unsigned Count) argument
/freebsd-current/usr.bin/tip/tip/
H A Dtip.h249 EXTERN int AC; /* open file descriptor to dialer (v831 only) */ variable
/freebsd-current/libexec/getty/
H A Dgettytab.h87 #define AC gettystrs[28].value macro
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp301 ClassifyRefs(AnalysisDeclContext &AC) : DC(cast<DeclContext>(AC.getDecl())) {} argument
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp71 AnalysisDeclContext* AC; member in class:__anon898::WalkAST
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp172 AssumptionCache &AC; member in class:__anon2454::HexagonVectorCombine
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp340 isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, AssumptionCache &AC, TargetLibraryInfo *LibInfo, HardwareLoopInfo &HWLoopInfo) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp93 computeRecurrenceType(Instruction *Exit, DemandedBits *DB, AssumptionCache *AC, DominatorTree *DT) argument
213 AddReductionVar( PHINode *Phi, RecurKind Kind, Loop *TheLoop, FastMathFlags FuncFMF, RecurrenceDescriptor &RedDes, DemandedBits *DB, AssumptionCache *AC, DominatorTree *DT, ScalarEvolution *SE) argument
839 isReductionPHI(PHINode *Phi, Loop *TheLoop, RecurrenceDescriptor &RedDes, DemandedBits *DB, AssumptionCache *AC, DominatorTree *DT, ScalarEvolution *SE) argument
[all...]
H A DMemoryDependenceAnalysis.cpp914 PHITransAddr Address(const_cast<Value *>(Loc.Ptr), DL, &AC); local
1764 auto &AC = AM.getResult<AssumptionAnalysis>(F); local
1823 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp238 AssumptionCache &AC; member in class:__anon3024::Vectorizer
252 Vectorizer(Function &F, AliasAnalysis &AA, AssumptionCache &AC, argument
394 AssumptionCache &AC = local
410 AssumptionCache &AC = AM.getResult<AssumptionAnalysis>(F); local
H A DVectorCombine.cpp80 AssumptionCache &AC; member in class:__anon3036::VectorCombine
66 VectorCombine(Function &F, const TargetTransformInfo &TTI, const DominatorTree &DT, AAResults &AA, AssumptionCache &AC, bool TryEarlyFoldsOnly) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp970 static bool runImpl(Function &F, AssumptionCache &AC, TargetTransformInfo &TTI, argument
983 auto &AC = AM.getResult<AssumptionAnalysis>(F); local
402 foldSqrt(Instruction &I, TargetTransformInfo &TTI, TargetLibraryInfo &TLI, AssumptionCache &AC, DominatorTree &DT) argument
928 foldUnusualPatterns(Function &F, DominatorTree &DT, TargetTransformInfo &TTI, TargetLibraryInfo &TLI, AliasAnalysis &AA, AssumptionCache &AC) argument
/freebsd-current/contrib/elftoolchain/elfdump/
H A Delfdump.c761 #define AC(CALL) do { \ macro
/freebsd-current/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5276 UINT32 AC:1; ///< Alignment Check. member in struct:__anon9364::__anon9365
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp366 ProfileRegion(llvm::FoldingSetNodeID& ID, const BlockDecl *BD, CanQualType, const AnalysisDeclContext *AC, const MemRegion*) argument
1178 getBlockCodeRegion(const BlockDecl *BD, CanQualType locTy, AnalysisDeclContext *AC) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h630 AnalysisDeclContext *AC; member in class:clang::ento::BlockCodeRegion
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2298 getLoadMemOperandFlags( const LoadInst &LI, const DataLayout &DL, AssumptionCache *AC, const TargetLibraryInfo *LibInfo) const argument

Completed in 390 milliseconds

123456