Home
last modified time | relevance | path

Searched refs:Generated (Results 1 – 25 of 246) sorted by relevance

12345678910

/llvm-project-15.0.7/llvm/unittests/MIR/
H A DMachineMetadata.cpp266 std::vector<const MDNode *> Generated{Domain, Scope0, Scope1, Set0, Set1}; in TEST_F() local
275 llvm::sort(Generated); in TEST_F()
277 EXPECT_EQ(Collected, Generated); in TEST_F()
416 std::vector<const MDNode *> Generated{Domain, Scope0, Scope1, Set0, Set1}; in TEST_F() local
425 llvm::sort(Generated); in TEST_F()
427 EXPECT_EQ(Collected, Generated); in TEST_F()
515 std::vector<const MDNode *> Generated{Domain, Scope0, Scope1, Set0, Set1}; in TEST_F() local
524 llvm::sort(Generated); in TEST_F()
526 EXPECT_EQ(Collected, Generated); in TEST_F()
/llvm-project-15.0.7/llvm/test/tools/llvm-cov/Inputs/
H A DshowProjectSummary.test5 TEXT-FOOTER: Generated by llvm-cov
15 HTML-FOOTER: <h5>Generated by llvm-cov{{.*}}</h5>
/llvm-project-15.0.7/lld/test/ELF/
H A Dppc64-tls-le-relax.s24 ## Generated From:
50 ## Generated From:
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DReproducer.cpp40 if (GenerateOnExit && !Generated) in ~ReproducerGenerate()
47 Generated = true; in generate()
H A DReproducer.h72 bool Generated = false; variable
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsPostLegalizerCombiner.cpp66 MipsGenPostLegalizerCombinerHelper Generated(GeneratedRuleCfg, Helper); in combine() local
67 return Generated.tryCombineAll(Observer, MI, B, Helper); in combine()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp77 AArch64GenO0PreLegalizerCombinerHelper Generated(GeneratedRuleCfg, Helper); in combine() local
79 if (Generated.tryCombineAll(Observer, MI, B)) in combine()
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dinstcombine-phi.ll11 ; Test folding of a binary operation. Generated from source:
50 ; Test folding of a compare. Generated from source (with editing to
92 ; Test folding of getelementptr. Generated from source:
132 ; Test folding of load. Generated from source:
172 ; Test folding of a cast. Generated from source:
212 ; Test folding of a binary op with a RHS constant. Generated from source:
252 ; Test folding of a compare with RHS constant. Generated from source (with
H A Dsimplifycfg_sink_last_inst.ll12 ; Generated from source:
54 ; Generated from source (with -mllvm -no-discriminators and -gno-column-info):
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dliterals.ll4 ; Generated ASM should be:
21 ; Generated ASM should be:
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dasm-constraints.ll8 ; Generated from following C code:
42 ; Generated from the following C code:
/llvm-project-15.0.7/clang/tools/clang-format-vs/
H A D.gitignore8 # Generated and copied files
/llvm-project-15.0.7/llvm/test/tools/llvm-nm/AArch64/
H A Dmacho-redacted-function.test5 # Generated with:
/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/
H A Dqmisc.tc2 ## Generated and verified by hand
/llvm-project-15.0.7/llvm/cmake/modules/
H A DFindGRPC.cmake150 foreach(Generated IN LISTS GeneratedProtoSource)
153 set_source_files_properties("${Generated}"
155 endforeach(Generated)
/llvm-project-15.0.7/llvm/test/Analysis/BasicAA/
H A Dpr52735.ll3 ; Generated from:
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dgnu-public-names-empty.ll3 ; Generated from:
H A Datomic-c11-dwarf-5.ll3 ; Generated by clang -c -g -std=c11 -S -emit-llvm from the following C11 source
H A Datomic-c11-dwarf-4.ll3 ; Generated by clang -c -g -std=c11 -S -emit-llvm from the following C11 source
H A Dvector.ll4 ; Generated from:
/llvm-project-15.0.7/clang/test/Modules/
H A Dclang_module_file_info.m14 // CHECK: Generated by this Clang:
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp203 AMDGPUGenPreLegalizerCombinerHelper Generated(GeneratedRuleCfg, Helper, in combine() local
206 if (Generated.tryCombineAll(Observer, MI, B)) in combine()
/llvm-project-15.0.7/llvm/test/tools/dsymutil/Inputs/
H A Dswift-interface.s1 ##; Generated from the following manually stripped empty Swift program:
/llvm-project-15.0.7/llvm/test/MC/MachO/
H A Dtlv-bss.ll15 ; Generated from this C++ source
/llvm-project-15.0.7/llvm/test/DebugInfo/ARM/
H A Dtls.ll6 ; Generated with clang with source

12345678910