Home
last modified time | relevance | path

Searched refs:memargs (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DInAlloca.rst49 declare void @g(<{ %struct.Foo, %struct.Foo }>* inalloca %memargs)
54 %memargs = alloca <{ %struct.Foo, %struct.Foo }>
55 %b = getelementptr <{ %struct.Foo, %struct.Foo }>* %memargs, i32 1
59 %a = getelementptr <{ %struct.Foo, %struct.Foo }>* %memargs, i32 0
64 call void @g(<{ %struct.Foo, %struct.Foo }>* inalloca %memargs)
/external/llvm/docs/
DInAlloca.rst49 declare void @g(<{ %struct.Foo, %struct.Foo }>* inalloca %memargs)
54 %memargs = alloca <{ %struct.Foo, %struct.Foo }>
55 %b = getelementptr <{ %struct.Foo, %struct.Foo }>* %memargs, i32 1
59 %a = getelementptr <{ %struct.Foo, %struct.Foo }>* %memargs, i32 0
64 call void @g(<{ %struct.Foo, %struct.Foo }>* inalloca %memargs)
/external/ltp/testcases/kernel/fs/doio/
Ddoio.c4952 char *memargs[NMEMALLOC]; in parse_cmdline() local
5037 nmemargs = string_to_tokens(optarg, memargs, 32, ","); in parse_cmdline()
5039 parse_memalloc(memargs[ma]); in parse_cmdline()