Home
last modified time | relevance | path

Searched defs:consumer (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffLog.h29 Consumer *consumer; variable
64 Consumer &consumer; variable
H A DDifferenceEngine.h60 DifferenceEngine(Consumer &consumer) in DifferenceEngine()
/llvm-project/mlir/lib/Dialect/Tensor/Transforms/
H A DSwapExtractSliceWithProducerPatterns.cpp46 OpOperand &consumer) { in replaceInsertSliceWithTiledConsumer()
/llvm-project/mlir/test/lib/Dialect/Linalg/
H A DTestLinalgElementwiseFusion.cpp43 Operation *consumer = fusedOperand->getOwner(); in setFusedOpOperandLimit() local
200 Operation *consumer = fusedOperand->getOwner(); in runOnOperation() local
/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp140 auto consumer = std::make_unique<PCHGenerator>( in createChainedIncludesSource() local
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DViewLikeInterfaceUtils.cpp64 OffsetSizeAndStrideOpInterface consumer, in mergeOffsetsSizesAndStrides()
/llvm-project/polly/lib/External/isl/interface/
H A Dextract_interface.cc505 static void generate(MyASTConsumer &consumer, SourceManager &SM) in generate()
579 MyASTConsumer consumer; in main() local
/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp361 auto consumer = ReplCompletionConsumer(CCResults, *this); codeComplete() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseOpFusion.cpp77 getPreservedProducerResults(GenericOp producer,GenericOp consumer) getPreservedProducerResults() argument
98 auto consumer = dyn_cast<GenericOp>(fusedOperand->getOwner()); areElementwiseOpsFusable() local
176 auto consumer = cast<GenericOp>(fusedOperand->getOwner()); generateFusedElementwiseOpRegion() local
299 auto consumer = cast<GenericOp>(fusedOperand->getOwner()); fuseElementwiseOps() local
[all...]
/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp316 ObjCMigrator(ObjCMigrateASTConsumer & consumer,ParentMap & PMap) ObjCMigrator() argument
361 BodyMigrator(ObjCMigrateASTConsumer & consumer) BodyMigrator() argument
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DTileUsingInterface.cpp1077 tileConsumerAndFuseProducersUsingSCF(RewriterBase & rewriter,TilingInterface consumer,const scf::SCFTileAndFuseOptions & options) tileConsumerAndFuseProducersUsingSCF() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSema.cpp214 Sema(Preprocessor & pp,ASTContext & ctxt,ASTConsumer & consumer,TranslationUnitKind TUKind,CodeCompleteConsumer * CodeCompleter) Sema() argument
/llvm-project/clang/unittests/Tooling/
H A DTransformerTest.cpp130 Transformer::ChangeSetConsumer consumer() { in consumer() function in __anon690f32e70111::ClangRefactoringTestBase