Searched refs:func_test3 (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | PassManagerTest.cpp | 440 Function* func_test3 = Function::Create( in makeLLVMModule() local 444 func_test3->setCallingConv(CallingConv::C); in makeLLVMModule() 446 func_test3->setAttributes(func_test3_PAL); in makeLLVMModule() 486 CallInst* int32_6 = CallInst::Create(func_test3, "", label_entry_5); in makeLLVMModule() 498 BasicBlock* label_entry_8 = BasicBlock::Create(getGlobalContext(), "entry",func_test3,0); in makeLLVMModule()
|
/external/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 443 Function* func_test3 = Function::Create( in makeLLVMModule() local 447 func_test3->setCallingConv(CallingConv::C); in makeLLVMModule() 449 func_test3->setAttributes(func_test3_PAL); in makeLLVMModule() 490 CallInst* int32_6 = CallInst::Create(func_test3, "", label_entry_5); in makeLLVMModule() 502 BasicBlock::Create(Context, "entry", func_test3, nullptr); in makeLLVMModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 501 Function* func_test3 = Function::Create( in makeLLVMModule() local 505 func_test3->setCallingConv(CallingConv::C); in makeLLVMModule() 507 func_test3->setAttributes(func_test3_PAL); in makeLLVMModule() 549 CallInst* int32_6 = CallInst::Create(func_test3, "", label_entry_5); in makeLLVMModule() 562 BasicBlock::Create(Context, "entry", func_test3, nullptr); in makeLLVMModule()
|