Searched refs:func_test1 (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | PassManagerTest.cpp | 424 Function* func_test1 = Function::Create( in makeLLVMModule() local 428 func_test1->setCallingConv(CallingConv::C); in makeLLVMModule() 430 func_test1->setAttributes(func_test1_PAL); in makeLLVMModule() 468 BasicBlock* label_entry = BasicBlock::Create(getGlobalContext(), "entry",func_test1,0); in makeLLVMModule() 501 CallInst* int32_9 = CallInst::Create(func_test1, "", label_entry_8); in makeLLVMModule()
|
/external/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 427 Function* func_test1 = Function::Create( in makeLLVMModule() local 431 func_test1->setCallingConv(CallingConv::C); in makeLLVMModule() 433 func_test1->setAttributes(func_test1_PAL); in makeLLVMModule() 472 BasicBlock::Create(Context, "entry", func_test1, nullptr); in makeLLVMModule() 505 CallInst* int32_9 = CallInst::Create(func_test1, "", label_entry_8); in makeLLVMModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 485 Function* func_test1 = Function::Create( in makeLLVMModule() local 489 func_test1->setCallingConv(CallingConv::C); in makeLLVMModule() 491 func_test1->setAttributes(func_test1_PAL); in makeLLVMModule() 530 BasicBlock::Create(Context, "entry", func_test1, nullptr); in makeLLVMModule() 565 CallInst* int32_9 = CallInst::Create(func_test1, "", label_entry_8); in makeLLVMModule()
|
/external/llvm/test/CodeGen/X86/ |
D | jump_sign.ll | 282 define i32 @func_test1(i32 %p1) nounwind uwtable { 284 ; CHECK-LABEL: func_test1:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | jump_sign.ll | 398 define i32 @func_test1(i32 %p1) nounwind uwtable { 399 ; CHECK-LABEL: func_test1:
|