Home
last modified time | relevance | path

Searched refs:ModuleString (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DIRSimilarityIdentifierTest.cpp52 StringRef ModuleString = R"( in TEST() local
83 StringRef ModuleString = R"( in TEST() local
111 StringRef ModuleString = R"( in TEST() local
136 StringRef ModuleString = R"( in TEST() local
163 StringRef ModuleString = R"( in TEST() local
188 StringRef ModuleString = R"( in TEST() local
214 StringRef ModuleString = R"( in TEST() local
240 StringRef ModuleString = R"( in TEST() local
266 StringRef ModuleString = R"( in TEST() local
292 StringRef ModuleString = R"( in TEST() local
[all …]
H A DDomTreeUpdaterTest.cpp33 StringRef ModuleString = R"( in TEST() local
50 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
151 StringRef ModuleString = R"( in TEST() local
161 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
216 StringRef ModuleString = R"( in TEST() local
306 StringRef ModuleString = R"( in TEST() local
434 StringRef ModuleString = R"( in TEST() local
526 StringRef ModuleString = R"( in TEST() local
605 StringRef ModuleString = R"( in TEST() local
706 StringRef ModuleString = R"( in TEST() local
[all …]
H A DBranchProbabilityInfoTest.cpp41 const char *ModuleString = "define void @f() { exit: ret void }\n"; in makeLLVMModule() local
43 return parseAssemblyString(ModuleString, Err, C); in makeLLVMModule()
H A DProfileSummaryInfoTest.cpp54 const char *ModuleString = in makeLLVMModule() local
118 return parseAssemblyString(formatv(ModuleString, Summary).str(), Err, C); in makeLLVMModule()
120 return parseAssemblyString(formatv(ModuleString, "").str(), Err, C); in makeLLVMModule()
/llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/
H A DVPlanSlpTest.cpp55 const char *ModuleString = in TEST_F() local
128 const char *ModuleString = in TEST_F() local
207 const char *ModuleString = in TEST_F() local
270 const char *ModuleString = in TEST_F() local
387 const char *ModuleString = in TEST_F() local
459 const char *ModuleString = in TEST_F() local
531 const char *ModuleString = in TEST_F() local
607 const char *ModuleString = in TEST_F() local
679 const char *ModuleString = in TEST_F() local
742 const char *ModuleString = in TEST_F() local
[all …]
H A DVPlanHCFGTest.cpp21 const char *ModuleString = in TEST_F() local
38 Module &M = parseModule(ModuleString); in TEST_F()
144 const char *ModuleString = in TEST_F() local
161 Module &M = parseModule(ModuleString); in TEST_F()
H A DVPlanTestBase.h50 Module &parseModule(const char *ModuleString) { in parseModule() argument
52 M = parseAssemblyString(ModuleString, Err, *Ctx); in parseModule()
/llvm-project-15.0.7/llvm/unittests/Transforms/IPO/
H A DAttributorTest.cpp25 const char *ModuleString = R"( in TEST_F() local
32 parseModule(ModuleString); in TEST_F()
42 const char *ModuleString = R"( in TEST_F() local
50 Module &M = parseModule(ModuleString); in TEST_F()
78 const char *ModuleString = R"( in TEST_F() local
144 Module &M = parseModule(ModuleString); in TEST_F()
H A DAttributorTestBase.h38 Module &parseModule(const char *ModuleString) { in parseModule() argument
40 M = parseAssemblyString(ModuleString, Err, *Ctx); in parseModule()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DValueTest.cpp25 const char *ModuleString = "define void @f(i32 %x, i32 %y) {\n" in TEST() local
38 std::unique_ptr<Module> M = parseAssemblyString(ModuleString, Err, C); in TEST()
115 const char *ModuleString = "@g0 = external global %500\n" in TEST() local
128 std::unique_ptr<Module> M = parseAssemblyString(ModuleString, Err, C); in TEST()
194 const char *ModuleString = "define void @f(i32 %x, i32 %y) {\n" in TEST() local
203 std::unique_ptr<Module> M = parseAssemblyString(ModuleString, Err, C); in TEST()
229 const char *ModuleString = "define void @f(i32 %x, i32 %y) {\n" in TEST() local
238 std::unique_ptr<Module> M = parseAssemblyString(ModuleString, Err, C); in TEST()
H A DUseTest.cpp25 const char *ModuleString = "define void @f(i32 %x) {\n" in TEST() local
39 std::unique_ptr<Module> M = parseAssemblyString(ModuleString, Err, C); in TEST()
70 const char *ModuleString = "define void @f(i32 %x) {\n" in TEST() local
84 std::unique_ptr<Module> M = parseAssemblyString(ModuleString, Err, C); in TEST()
H A DDominatorTreeTest.cpp47 StringRef ModuleString = R"( in TEST() local
60 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
78 StringRef ModuleString = in TEST() local
104 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
308 StringRef ModuleString = in TEST() local
394 StringRef ModuleString = in TEST() local
486 StringRef ModuleString = in TEST() local
573 StringRef ModuleString = in TEST() local
649 StringRef ModuleString = in TEST() local
1024 StringRef ModuleString = "define i32 @f(i1 %cond) {\n" in TEST() local
[all …]
H A DUserTest.cpp24 const char *ModuleString = "define void @f(i32 %x, i32 %y) {\n" in TEST() local
67 std::unique_ptr<Module> M = parseAssemblyString(ModuleString, Err, C); in TEST()
123 const char *ModuleString = "define void @f(i32 %x) {\n" in TEST() local
130 std::unique_ptr<Module> M = parseAssemblyString(ModuleString, Err, C); in TEST()
H A DBasicBlockTest.cpp139 const char *ModuleString = R"(define i32 @f(i32 %x) { in TEST() local
145 auto M = parseAssemblyString(ModuleString, Err, Ctx); in TEST()