Searched refs:int32_9 (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | PassManagerTest.cpp | 501 CallInst* int32_9 = CallInst::Create(func_test1, "", label_entry_8); in makeLLVMModule() local 502 int32_9->setCallingConv(CallingConv::C); in makeLLVMModule() 503 int32_9->setTailCall(false);AttrListPtr int32_9_PAL; in makeLLVMModule() 504 int32_9->setAttributes(int32_9_PAL); in makeLLVMModule() 506 ReturnInst::Create(getGlobalContext(), int32_9, label_entry_8); in makeLLVMModule()
|
/external/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 505 CallInst* int32_9 = CallInst::Create(func_test1, "", label_entry_8); in makeLLVMModule() local 506 int32_9->setCallingConv(CallingConv::C); in makeLLVMModule() 507 int32_9->setTailCall(false);AttributeSet int32_9_PAL; in makeLLVMModule() 508 int32_9->setAttributes(int32_9_PAL); in makeLLVMModule() 510 ReturnInst::Create(Context, int32_9, label_entry_8); in makeLLVMModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 565 CallInst* int32_9 = CallInst::Create(func_test1, "", label_entry_8); in makeLLVMModule() local 566 int32_9->setCallingConv(CallingConv::C); in makeLLVMModule() 567 int32_9->setTailCall(false); in makeLLVMModule() 569 int32_9->setAttributes(int32_9_PAL); in makeLLVMModule() 571 ReturnInst::Create(Context, int32_9, label_entry_8); in makeLLVMModule()
|