Home
last modified time | relevance | path

Searched refs:makeLLVMModule (Results 1 – 16 of 16) sorted by relevance

/external/llvm/unittests/Analysis/
DUnrollAnalyzer.cpp63 std::unique_ptr<Module> makeLLVMModule(LLVMContext &Context, in makeLLVMModule() function
90 std::unique_ptr<Module> M = makeLLVMModule(Context, P, ModuleStr); in TEST()
153 std::unique_ptr<Module> M = makeLLVMModule(Context, P, ModuleStr); in TEST()
198 std::unique_ptr<Module> M = makeLLVMModule(Context, P, ModuleStr); in TEST()
245 std::unique_ptr<Module> M = makeLLVMModule(Context, P, ModuleStr); in TEST()
291 std::unique_ptr<Module> M = makeLLVMModule(Context, P, ModuleStr); in TEST()
DBlockFrequencyInfoTest.cpp41 std::unique_ptr<Module> makeLLVMModule() { in makeLLVMModule() function in llvm::__anon1935df8a0111::BlockFrequencyInfoTest
60 auto M = makeLLVMModule(); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DUnrollAnalyzer.cpp63 std::unique_ptr<Module> makeLLVMModule(LLVMContext &Context, in makeLLVMModule() function
89 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
152 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
197 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
244 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
290 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
DProfileSummaryInfoTest.cpp47 std::unique_ptr<Module> makeLLVMModule(const char *ProfKind = nullptr) { in makeLLVMModule() function in llvm::__anon5c6556640111::ProfileSummaryInfoTest
100 auto M = makeLLVMModule(/*ProfKind=*/nullptr); in TEST_F()
129 auto M = makeLLVMModule("InstrProf"); in TEST_F()
147 auto M = makeLLVMModule("InstrProf"); in TEST_F()
179 auto M = makeLLVMModule("SampleProfile"); in TEST_F()
DLoopInfoTest.cpp30 static std::unique_ptr<Module> makeLLVMModule(LLVMContext &Context, in makeLLVMModule() function
59 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
110 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleStr); in TEST()
DOrderedBasicBlockTest.cpp27 std::unique_ptr<Module> makeLLVMModule() { in makeLLVMModule() function in llvm::__anoncfc28f8b0111::OrderedBasicBlockTest
39 auto M = makeLLVMModule(); in TEST_F()
DBranchProbabilityInfoTest.cpp41 std::unique_ptr<Module> makeLLVMModule() { in makeLLVMModule() function
49 auto M = makeLLVMModule(); in TEST_F()
DBlockFrequencyInfoTest.cpp40 std::unique_ptr<Module> makeLLVMModule() { in makeLLVMModule() function in llvm::__anon60bb38c20111::BlockFrequencyInfoTest
59 auto M = makeLLVMModule(); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DDeferredDominanceTest.cpp21 static std::unique_ptr<Module> makeLLVMModule(LLVMContext &Context, in makeLLVMModule() function
49 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
124 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
183 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
258 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
DDomTreeUpdaterTest.cpp24 static std::unique_ptr<Module> makeLLVMModule(LLVMContext &Context, in makeLLVMModule() function
51 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
161 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
235 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
324 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
451 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
534 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
623 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
DLegacyPassManagerTest.cpp335 Module *makeLLVMModule(LLVMContext &Context);
340 std::unique_ptr<Module> M(makeLLVMModule(Context)); in MemoryTestHelper()
351 Module *M = makeLLVMModule(Context); in MemoryTestHelper()
387 Module *M = makeLLVMModule(Context); in TEST()
461 Module *makeLLVMModule(LLVMContext &Context) { in makeLLVMModule() function
DDominatorTreeTest.cpp39 static std::unique_ptr<Module> makeLLVMModule(LLVMContext &Context, in makeLLVMModule() function
74 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
294 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
378 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
472 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
561 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
635 std::unique_ptr<Module> M = makeLLVMModule(Context, ModuleString); in TEST()
/external/swiftshader/third_party/LLVM/unittests/VMCore/
DPassManagerTest.cpp334 Module* makeLLVMModule();
338 OwningPtr<Module> M(makeLLVMModule()); in MemoryTestHelper()
349 Module *M = makeLLVMModule(); in MemoryTestHelper()
385 Module *M = makeLLVMModule(); in TEST()
399 Module* makeLLVMModule() { in makeLLVMModule() function
/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp338 Module *makeLLVMModule(LLVMContext &Context);
343 std::unique_ptr<Module> M(makeLLVMModule(Context)); in MemoryTestHelper()
354 Module *M = makeLLVMModule(Context); in MemoryTestHelper()
390 Module *M = makeLLVMModule(Context); in TEST()
403 Module *makeLLVMModule(LLVMContext &Context) { in makeLLVMModule() function
DDominatorTreeTest.cpp218 std::unique_ptr<Module> makeLLVMModule(LLVMContext &Context, DPass *P) { in makeLLVMModule() function
249 std::unique_ptr<Module> M = makeLLVMModule(Context, P); in TEST()
/external/swiftshader/third_party/LLVM/test/CodeGen/CPP/
D2007-06-16-Funcname.ll1 ; RUN: llc < %s -march=cpp -cppfname=WAKKA | not grep makeLLVMModule