Searched refs:AM (Results 101 - 125 of 375) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DMemorySanitizer.h43 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
H A DAddressSanitizer.h104 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
124 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DAlignmentFromAssumptions.h31 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
H A DFloat2Int.h28 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
H A DLoopUnrollPass.h45 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
142 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopSimplify.h55 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
H A DDebugify.h46 llvm::PreservedAnalyses run(llvm::Module &M, llvm::ModuleAnalysisManager &AM);
89 llvm::PreservedAnalyses run(llvm::Module &M, llvm::ModuleAnalysisManager &AM);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp206 bool foldOffsetIntoAddress(uint64_t Offset, X86ISelAddressMode &AM);
207 bool matchLoadInAddress(LoadSDNode *N, X86ISelAddressMode &AM);
208 bool matchWrapper(SDValue N, X86ISelAddressMode &AM);
209 bool matchAddress(SDValue N, X86ISelAddressMode &AM);
210 bool matchVectorAddress(SDValue N, X86ISelAddressMode &AM);
211 bool matchAdd(SDValue &N, X86ISelAddressMode &AM, unsigned Depth);
212 bool matchAddressRecursively(SDValue N, X86ISelAddressMode &AM,
214 bool matchAddressBase(SDValue N, X86ISelAddressMode &AM);
260 inline void getAddressOperands(X86ISelAddressMode &AM, const SDLoc &DL, argument
264 if (AM
1521 foldOffsetIntoAddress(uint64_t Offset, X86ISelAddressMode &AM) argument
1550 matchLoadInAddress(LoadSDNode *N, X86ISelAddressMode &AM) argument
1581 matchWrapper(SDValue N, X86ISelAddressMode &AM) argument
1653 matchAddress(SDValue N, X86ISelAddressMode &AM) argument
1687 matchAdd(SDValue &N, X86ISelAddressMode &AM, unsigned Depth) argument
1745 foldMaskAndShiftToExtract(SelectionDAG &DAG, SDValue N, uint64_t Mask, SDValue Shift, SDValue X, X86ISelAddressMode &AM) argument
1789 foldMaskedShiftToScaledMask(SelectionDAG &DAG, SDValue N, X86ISelAddressMode &AM) argument
1881 foldMaskAndShiftToScale(SelectionDAG &DAG, SDValue N, uint64_t Mask, SDValue Shift, SDValue X, X86ISelAddressMode &AM) argument
1968 foldMaskedShiftToBEXTR(SelectionDAG &DAG, SDValue N, uint64_t Mask, SDValue Shift, SDValue X, X86ISelAddressMode &AM, const X86Subtarget &Subtarget) argument
2024 matchAddressRecursively(SDValue N, X86ISelAddressMode &AM, unsigned Depth) argument
2356 matchAddressBase(SDValue N, X86ISelAddressMode &AM) argument
2379 matchVectorAddress(SDValue N, X86ISelAddressMode &AM) argument
2402 X86ISelAddressMode AM; local
2435 X86ISelAddressMode AM; local
2534 X86ISelAddressMode AM; local
2626 X86ISelAddressMode AM; local
[all...]
H A DX86FastISel.cpp87 bool X86FastEmitLoad(MVT VT, X86AddressMode &AM, MachineMemOperand *MMO,
90 bool X86FastEmitStore(EVT VT, const Value *Val, X86AddressMode &AM,
93 X86AddressMode &AM,
99 bool X86SelectAddress(const Value *V, X86AddressMode &AM);
100 bool X86SelectCallAddress(const Value *V, X86AddressMode &AM);
146 bool handleConstantAddresses(const Value *V, X86AddressMode &AM);
175 X86AddressMode &AM);
227 X86AddressMode &AM) {
229 AM.IndexReg = constrainOperandRegClass(MIB->getDesc(), AM
226 addFullAddress(const MachineInstrBuilder &MIB, X86AddressMode &AM) argument
317 X86FastEmitLoad(MVT VT, X86AddressMode &AM, MachineMemOperand *MMO, unsigned &ResultReg, unsigned Alignment) argument
482 X86FastEmitStore(EVT VT, unsigned ValReg, bool ValIsKill, X86AddressMode &AM, MachineMemOperand *MMO, bool Aligned) argument
656 X86FastEmitStore(EVT VT, const Value *Val, X86AddressMode &AM, MachineMemOperand *MMO, bool Aligned) argument
716 handleConstantAddresses(const Value *V, X86AddressMode &AM) argument
828 X86SelectAddress(const Value *V, X86AddressMode &AM) argument
989 X86SelectCallAddress(const Value *V, X86AddressMode &AM) argument
1134 X86AddressMode AM; local
1318 X86AddressMode AM; local
2775 X86AddressMode AM; local
2782 X86AddressMode AM; local
3411 X86AddressMode AM; local
3875 X86AddressMode AM; local
3925 X86AddressMode AM; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInferFunctionAttrs.cpp36 ModuleAnalysisManager &AM) {
38 AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager();
35 run(Module &M, ModuleAnalysisManager &AM) argument
H A DSCCP.cpp11 PreservedAnalyses IPSCCPPass::run(Module &M, ModuleAnalysisManager &AM) { argument
13 auto &FAM = AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp22 PreservedAnalyses BitcodeWriterPass::run(Module &M, ModuleAnalysisManager &AM) { argument
24 EmitSummaryIndex ? &(AM.getResult<ModuleSummaryIndexAnalysis>(M))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h137 CGSCCAnalysisManager &AM,
158 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, argument
160 (void)AM.template getResult<AnalysisT>(C, CG);
202 CGSCCAnalysisManagerModuleProxy::run(Module &M, ModuleAnalysisManager &AM);
356 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
401 Result run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, LazyCallGraph &);
423 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR,
434 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR,
471 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, argument
475 AM
581 run(LazyCallGraph::SCC &InitialC, CGSCCAnalysisManager &AM, LazyCallGraph &CG, CGSCCUpdateResult &UR) argument
756 run(Module &M, ModuleAnalysisManager &AM) argument
[all...]
H A DStackSafetyAnalysis.h89 StackSafetyInfo run(Function &F, FunctionAnalysisManager &AM);
98 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
126 Result run(Module &M, ModuleAnalysisManager &AM);
136 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
H A DDemandedBits.h117 DemandedBits run(Function &F, FunctionAnalysisManager &AM);
127 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
H A DLoopNestAnalysis.h139 /// demand and can be initiated via AM.getResult<LoopNestAnalysis>.
146 Result run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR);
156 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp51 AnalysisManager &AM,
204 AnalysisManager &AM,
209 AnalysisDeclContext *ADC = AM.getAnalysisDeclContext(D);
212 auto Matches = match(SemaphoreMatcherM, *D->getBody(), AM.getASTContext());
217 Matches = match(GroupMatcherM, *D->getBody(), AM.getASTContext());
203 checkASTCodeBody(const Decl *D, AnalysisManager &AM, BugReporter &BR) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp94 WarnMissedTransformationsPass::run(Function &F, FunctionAnalysisManager &AM) { argument
100 auto &ORE = AM.getResult<OptimizationRemarkEmitterAnalysis>(F);
101 auto &LI = AM.getResult<LoopAnalysis>(F);
H A DLoopLoadElimination.cpp691 FunctionAnalysisManager &AM) {
692 auto &SE = AM.getResult<ScalarEvolutionAnalysis>(F);
693 auto &LI = AM.getResult<LoopAnalysis>(F);
694 auto &TTI = AM.getResult<TargetIRAnalysis>(F);
695 auto &DT = AM.getResult<DominatorTreeAnalysis>(F);
696 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F);
697 auto &AA = AM.getResult<AAManager>(F);
698 auto &AC = AM.getResult<AssumptionAnalysis>(F);
699 auto &MAMProxy = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F);
702 &AM
[all...]
H A DPartiallyInlineLibCalls.cpp136 PartiallyInlineLibCallsPass::run(Function &F, FunctionAnalysisManager &AM) { argument
137 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F);
138 auto &TTI = AM.getResult<TargetIRAnalysis>(F);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DInternalize.h65 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
H A DOpenMPOpt.h60 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp150 // Try to fold more of the base or index of AM into AM, where IsBase
152 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;
154 // Try to describe N in AM, returning true on success.
155 bool selectAddress(SDValue N, SystemZAddressingMode &AM) const;
157 // Extract individual target operands from matched address AM.
158 void getAddressOperands(const SystemZAddressingMode &AM, EVT VT,
160 void getAddressOperands(const SystemZAddressingMode &AM, EVT VT,
402 // Change the base or index in AM to Value, where IsBase selects
404 static void changeComponent(SystemZAddressingMode &AM, boo argument
415 expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, SDValue Value) argument
427 expandIndex(SystemZAddressingMode &AM, SDValue Base, SDValue Index) argument
439 expandDisp(SystemZAddressingMode &AM, bool IsBase, SDValue Op0, uint64_t Op1) argument
454 expandAddress(SystemZAddressingMode &AM, bool IsBase) const argument
626 getAddressOperands(const SystemZAddressingMode &AM, EVT VT, SDValue &Base, SDValue &Disp) const argument
651 getAddressOperands(const SystemZAddressingMode &AM, EVT VT, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DVerifier.h142 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
143 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DPostDominators.cpp108 PostDominatorTreePrinterPass::run(Function &F, FunctionAnalysisManager &AM) { argument
110 AM.getResult<PostDominatorTreeAnalysis>(F).print(OS);

Completed in 204 milliseconds

1234567891011>>