Searched refs:AM (Results 301 - 325 of 375) sorted by relevance

<<1112131415

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1333 CGSCCAnalysisManager &AM,
1349 AM.getResult<FunctionAnalysisManagerCGSCCProxy>(C, CG).getManager();
1358 CGUpdater.initialize(CG, C, AM, UR);
1332 run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, LazyCallGraph &CG, CGSCCUpdateResult &UR) argument
H A DPartialInlining.cpp1501 ModuleAnalysisManager &AM) {
1502 auto &FAM = AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager();
1524 ProfileSummaryInfo &PSI = AM.getResult<ProfileSummaryAnalysis>(M);
1500 run(Module &M, ModuleAnalysisManager &AM) argument
H A DArgumentPromotion.cpp1019 CGSCCAnalysisManager &AM,
1032 AM.getResult<FunctionAnalysisManagerCGSCCProxy>(C, CG).getManager();
1018 run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, LazyCallGraph &CG, CGSCCUpdateResult &UR) argument
H A DAttributor.cpp2089 PreservedAnalyses AttributorPass::run(Module &M, ModuleAnalysisManager &AM) {
2091 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager();
2109 CGSCCAnalysisManager &AM,
2113 AM.getResult<FunctionAnalysisManagerCGSCCProxy>(C, CG).getManager();
2125 CGUpdater.initialize(CG, C, AM, UR);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h334 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
H A DLoopAccessAnalysis.h738 /// querying the loop access info via AM.getResult<LoopAccessAnalysis>.
749 Result run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h455 /// by AM is legal for this target, for a load/store of the specified type
459 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIVUsers.cpp40 IVUsers IVUsersAnalysis::run(Loop &L, LoopAnalysisManager &AM, argument
H A DLazyCallGraph.cpp1813 ModuleAnalysisManager &AM) {
1814 LazyCallGraph &G = AM.getResult<LazyCallGraphAnalysis>(M);
1848 ModuleAnalysisManager &AM) {
1849 LazyCallGraph &G = AM.getResult<LazyCallGraphAnalysis>(M);
H A DStackLifetime.cpp364 FunctionAnalysisManager &AM) {
363 run(Function &F, FunctionAnalysisManager &AM) argument
H A DLoopCacheAnalysis.cpp653 PreservedAnalyses LoopCachePrinterPass::run(Loop &L, LoopAnalysisManager &AM,
H A DTypeBasedAliasAnalysis.cpp710 TypeBasedAAResult TypeBasedAA::run(Function &F, FunctionAnalysisManager &AM) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3780 FunctionAnalysisManager &AM) {
3781 auto &AC = AM.getResult<AssumptionAnalysis>(F);
3782 auto &DT = AM.getResult<DominatorTreeAnalysis>(F);
3783 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F);
3784 auto &ORE = AM.getResult<OptimizationRemarkEmitterAnalysis>(F);
3786 auto *LI = AM.getCachedResult<LoopAnalysis>(F);
3788 auto *AA = &AM.getResult<AAManager>(F);
3789 auto &MAMProxy = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F);
3793 &AM.getResult<BlockFrequencyAnalysis>(F) : nullptr;
3779 run(Function &F, FunctionAnalysisManager &AM) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h265 ISD::MemIndexedMode &AM,
285 /// by AM is legal for this target, for a load/store of the specified type.
289 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_peer.c42 int AM[AM_MODES][AM_MODES] = { variable
61 #define MATCH_ASSOC(x, y) AM[(x)][(y)]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp697 /// Return true if the addressing mode represented by AM is legal for this
700 const AddrMode &AM, Type *Ty,
703 return AM.Scale == 0;
699 isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty, unsigned AS, Instruction *I) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h719 ISD::MemIndexedMode &AM,
862 /// by AM is legal for this target, for a load/store of the specified type.
863 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8075 FunctionAnalysisManager &AM) {
8076 auto &SE = AM.getResult<ScalarEvolutionAnalysis>(F);
8077 auto &LI = AM.getResult<LoopAnalysis>(F);
8078 auto &TTI = AM.getResult<TargetIRAnalysis>(F);
8079 auto &DT = AM.getResult<DominatorTreeAnalysis>(F);
8080 auto &BFI = AM.getResult<BlockFrequencyAnalysis>(F);
8081 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F);
8082 auto &AA = AM.getResult<AAManager>(F);
8083 auto &AC = AM.getResult<AssumptionAnalysis>(F);
8084 auto &DB = AM
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp330 FunctionAnalysisManager &AM) {
331 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F);
332 auto &DT = AM.getResult<DominatorTreeAnalysis>(F);
333 auto &LVI = AM.getResult<LazyValueAnalysis>(F);
334 auto &AA = AM.getResult<AAManager>(F);
329 run(Function &F, FunctionAnalysisManager &AM) argument
H A DLoopSimplifyCFG.cpp696 PreservedAnalyses LoopSimplifyCFGPass::run(Loop &L, LoopAnalysisManager &AM, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp552 PreservedAnalyses RewriteSymbolPass::run(Module &M, ModuleAnalysisManager &AM) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h438 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
/freebsd-13-stable/tools/tools/locale/tools/
H A Dcldr2def.pl142 "am_pm" => "AM/PM",
423 %alternativemonths = %{$data{AM}};
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2381 for (const ExtAddrMode &AM : AddrModes)
2382 if (AM.Scale) {
2383 Scale = AM.Scale;
2402 static inline raw_ostream &operator<<(raw_ostream &OS, const ExtAddrMode &AM) { argument
2403 AM.print(OS);
2996 ExtAddrMode &AM, const SetOfInstrs &InsertedInsts,
3002 MemoryInst(MI), AddrMode(AM), InsertedInsts(InsertedInsts),
3416 for (auto &AM : AddrModes) {
3417 Value *DV = AM.GetFieldAsValue(DifferentField, IntPtrTy);
3423 Map[AM
2993 AddressingModeMatcher( SmallVectorImpl<Instruction *> &AMI, const TargetLowering &TLI, const TargetRegisterInfo &TRI, Type *AT, unsigned AS, Instruction *MI, ExtAddrMode &AM, const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT, std::pair<AssertingVH<GetElementPtrInst>, int64_t> &LargeOffsetGEP, bool OptSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp400 PreservedAnalyses InstrProfiling::run(Module &M, ModuleAnalysisManager &AM) { argument
402 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager();

Completed in 392 milliseconds

<<1112131415