Home
last modified time | relevance | path

Searched refs:alloc_args (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp324 SmallVector<Value *, 1> alloc_args; in lowerPrintfForGpu() local
325 alloc_args.push_back(sumC); in lowerPrintfForGpu()
327 CallInst::Create(PrintfAllocFn, alloc_args, "printf_alloc_fn", CI); in lowerPrintfForGpu()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c333 static void alloc_args PARAMS ((void));
1753 alloc_args () in alloc_args() function
5308 alloc_args ();
5982 alloc_args ();
H A DChangeLog9315 (if_exists_spec_function, alloc_args): New.
9320 (main): Use alloc_args to allocate the initial argument vector.
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c342 static void alloc_args (void);
1911 alloc_args (void) in alloc_args() function
5443 alloc_args (); in eval_spec_function()
6135 alloc_args (); in main()