Home
last modified time | relevance | path

Searched defs:Pass (Results 1 – 25 of 166) sorted by relevance

1234567

/llvm-project/mlir/docs/
H A DPassManagement.md82 ### Filtered Operation Pass argument
89 ### Operation Pass: Static Schedule Filtering argument
53 Op-Agnostic Operation PassesPass Infrastructure""Operation Pass global() argument
184 Dependent DialectsPass Infrastructure""Operation Pass global() argument
195 InitializationPass Infrastructure""Operation Pass global() argument
[all...]
H A DOwnershipBasedBufferDeallocation.md401 ### Generic Lowering
561 ### Specialized Lowerings
/llvm-project/bolt/include/bolt/Rewrite/
H A DBinaryPassManager.h39 void registerPass(std::unique_ptr<BinaryFunctionPass> Pass, const bool Run) { in registerPass()
44 void registerPass(std::unique_ptr<BinaryFunctionPass> Pass) { in registerPass()
/llvm-project/clang/test/CodeGenCXX/
H A D2003-11-27-MultipleInheritanceThunk.cpp18 struct Pass { struct
23 struct AliasAnalysisCounter : public Pass, public AliasAnalysis { argument
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DInliner.h78 template <class T> void addModulePass(T Pass) { in addModulePass()
83 template <class T> void addLateModulePass(T Pass) { in addLateModulePass()
/llvm-project/llvm/include/llvm/IR/
H A DPassInstrumentation.h213 isRequired(const PassT & Pass) isRequired() argument
218 isRequired(const PassT & Pass) isRequired() argument
236 runBeforePass(const PassT & Pass,const IRUnitT & IR) runBeforePass() argument
261 runAfterPass(const PassT & Pass,const IRUnitT & IR,const PreservedAnalyses & PA) runAfterPass() argument
272 runAfterPassInvalidated(const PassT & Pass,const PreservedAnalyses & PA) runAfterPassInvalidated() argument
[all...]
/llvm-project/mlir/examples/toy/Ch7/include/toy/
H A DPasses.h19 class Pass; variable
/llvm-project/mlir/examples/toy/Ch5/include/toy/
H A DPasses.h19 class Pass; variable
/llvm-project/mlir/examples/toy/Ch6/include/toy/
H A DPasses.h19 class Pass; variable
/llvm-project/mlir/examples/toy/Ch4/include/toy/
H A DPasses.h19 class Pass; variable
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h108 addPass(PassT &&Pass) { in addPass() argument
122 addPass(PassT &&Pass) { in addPass() argument
[all...]
/llvm-project/mlir/include/mlir/Conversion/FuncToEmitC/
H A DFuncToEmitCPass.h15 class Pass; variable
/llvm-project/mlir/include/mlir/Conversion/VectorToLLVM/
H A DConvertVectorToLLVMPass.h14 class Pass; global() variable
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/Transforms/
H A DRequestCWrappers.h15 class Pass; variable
H A DAddComdats.h16 class Pass; variable
H A DOptimizeForNVVM.h15 class Pass; variable
/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoadStoreVectorizer.h15 class Pass; variable
/llvm-project/mlir/include/mlir/Conversion/VectorToArmSME/
H A DVectorToArmSME.h14 class Pass; variable
/llvm-project/mlir/include/mlir/Conversion/MemRefToEmitC/
H A DMemRefToEmitCPass.h14 class Pass; variable
/llvm-project/mlir/include/mlir/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.h15 class Pass; variable
/llvm-project/mlir/include/mlir/Conversion/MathToFuncs/
H A DMathToFuncs.h15 class Pass; variable
/llvm-project/mlir/include/mlir/Conversion/ControlFlowToSCF/
H A DControlFlowToSCF.h21 class Pass; variable
/llvm-project/mlir/include/mlir/Conversion/ArithToEmitC/
H A DArithToEmitCPass.h15 class Pass; variable
/llvm-project/mlir/include/mlir/Conversion/ConvertToSPIRV/
H A DConvertToSPIRVPass.h
/llvm-project/mlir/include/mlir/Transforms/
H A DViewOpGraph.h20 class Pass; variable

1234567