/llvm-project/mlir/lib/Rewrite/ |
H A D | ByteCode.cpp | 500 void Generator::generate(ModuleOp module) { in generate() function in Generator 727 void Generator::generate(Region *region, ByteCodeWriter &writer) { in generate() function in Generator 737 void Generator::generate(Operation *op, ByteCodeWriter &writer) { in generate() function in Generator 770 void Generator::generate(pdl_interp::ApplyConstraintOp op, in generate() function in Generator 793 void Generator::generate(pdl_interp::ApplyRewriteOp op, in generate() function in Generator 813 void Generator::generate(pdl_interp::AreEqualOp op, ByteCodeWriter &writer) { in generate() function in Generator 824 void Generator::generate(pdl_interp::BranchOp op, ByteCodeWriter &writer) { in generate() function in Generator 827 void Generator::generate(pdl_interp::CheckAttributeOp op, in generate() function in Generator 832 void Generator::generate(pdl_interp::CheckOperandCountOp op, in generate() function in Generator 838 void Generator::generate(pdl_interp::CheckOperationNameOp op, in generate() function in Generator [all …]
|
/llvm-project/mlir/lib/Tools/PDLL/CodeGen/ |
H A D | CPPGen.cpp | 71 void CodeGen::generate(const ast::Module &astModule, ModuleOp module) { in generate() function in CodeGen 106 void CodeGen::generate(pdl::PatternOp pattern, StringRef patternName, in generate() function in CodeGen 163 void CodeGen::generate(const ast::UserConstraintDecl *decl, in generate() function in CodeGen 169 void CodeGen::generate(const ast::UserRewriteDecl *decl, in generate() function in CodeGen
|
H A D | MLIRGen.cpp | 135 OwningOpRef<ModuleOp> CodeGen::generate(const ast::Module &module) { in generate() function in CodeGen
|
/llvm-project/libcxx/include/__algorithm/ |
H A D | generate.h | 22 generate(_ForwardIterator __first, _ForwardIterator __last, _Generator __gen) { in generate() function
|
H A D | pstl.h | 329 generate(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Generator __gen) { in generate() function
|
/llvm-project/mlir/python/mlir/dialects/ |
H A D | tensor.py | 46 generate = region_op( global() variable
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | Reproducer.h | 37 virtual void generate(){}; in generate() function
|
H A D | Reproducer.cpp | 53 void ReproducerGenerate::generate() { in generate() function in ReproducerGenerate
|
/llvm-project/polly/lib/External/isl/interface/ |
H A D | cpp_conversion.cc | 78 void cpp_conversion_generator::generate() in generate() function in cpp_conversion_generator
|
H A D | extract_interface.cc | 505 static void generate(MyASTConsumer &consumer, SourceManager &SM) in generate() function
|
/llvm-project/llvm/utils/testgen/ |
H A D | mc-bundling-x86-gen.py | 45 def generate(align_to_end=False): function
|
/llvm-project/libcxx/benchmarks/numeric/ |
H A D | gcd.bench.cpp |
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | CombinationGenerator.h | 141 void generate(const function_ref<bool(ArrayRef<choice_type>)> Callback) { in generate() function
|
/llvm-project/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/ |
H A D | ctor_sseq_all_zero.pass.cpp | 43 void generate(RandomAccessIterator rb, RandomAccessIterator re) { in generate() function
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAranges.cpp | 47 void DWARFDebugAranges::generate(DWARFContext *CTX) { generate() function in DWARFDebugAranges
|
/llvm-project/libcxx/include/__random/ |
H A D | seed_seq.h | 82 void seed_seq::generate(_RandomAccessIterator __first, _RandomAccessIterator __last) { generate() function
|
/llvm-project/libc/utils/HdrGen/ |
H A D | Generator.cpp |
|
/llvm-project/clang/utils/ |
H A D | modfuzz.py | 105 def generate(): function
|
/llvm-project/lldb/examples/summaries/cocoa/ |
H A D | metrics.py | 16 def generate(label=None): member in TimeMetrics
|
/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | OpDescriptor.h | 82 std::vector<Constant *> generate(ArrayRef<Value *> Cur, in generate() function
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DwarfGenerator.cpp | 257 void dwarfgen::LineTable::generate(MCContext &MC, AsmPrinter &Asm) const { in generate() function in dwarfgen::LineTable 562 StringRef dwarfgen::Generator::generate() { generate() function in dwarfgen::Generator
|
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/ |
H A D | PDLToPDLInterp.cpp | 392 void PatternLowering::generate(BoolNode *boolNode, Block *¤tBlock, in generate() function in PatternLowering 495 void PatternLowering::generate(SwitchNode *switchNode, Block *currentBlock, in generate() function in PatternLowering 593 void PatternLowering::generate(SuccessNode *successNode, Block *¤tBlock) { in generate() function in PatternLowering
|
/llvm-project/libcxx/benchmarks/ |
H A D | formatter_int.bench.cpp |
|
/llvm-project/mlir/lib/Pass/ |
H A D | PassCrashRecovery.cpp | 139 void RecoveryReproducerContext::generate(std::string &description) { in generate() function in RecoveryReproducerContext [all...] |
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 224 void generate(IRBuilder<> &IRB) { generate() function in __anoncbf877710111::InitializerBuilder
|