Searched refs:do_opt (Results 1 – 2 of 2) sorted by relevance
/external/llvm/test/Transforms/LoadStoreVectorizer/AMDGPU/ |
D | optnone.ll | 14 ; CHECK-LABEL: @do_opt( 16 define void @do_opt(i32 addrspace(1)* %out) {
|
/external/dnsmasq/src/ |
D | rfc2131.c | 1716 static int do_opt(struct dhcp_opt *opt, unsigned char *p, struct dhcp_context *context, int null_te… in do_opt() function 1804 int new = do_opt(opt, NULL, NULL, null_term) + 2; in do_encap_opts() 1813 len = do_opt(start, p + 2, NULL, null_term); in do_encap_opts() 1829 len = do_opt(start, p + 2, NULL, null_term); in do_encap_opts() 2256 len = do_opt(opt, NULL, context, in do_options() 2261 do_opt(opt, p, context, in do_options()
|