Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dregalloc-reconcile-broken-hints.ll6 ; This was reduced from the make_list function from the llvm-testsuite:
27 ; CHECK-LABEL: make_list:
43 define %struct._list* @make_list(i32* nocapture readonly %data, i32* nocapture %value, i32* nocaptu…
/external/llvm/test/CodeGen/X86/
Dregalloc-reconcile-broken-hints.ll6 ; This was reduced from the make_list function from the llvm-testsuite:
27 ; CHECK-LABEL: make_list:
43 define %struct._list* @make_list(i32* nocapture readonly %data, i32* nocapture %value, i32* nocaptu…
/external/tensorflow/tensorflow/contrib/training/python/training/
Dbucket_ops.py254 def make_list(t): function
262 [constant_op.constant(i)] + make_list(which_dequeue(q)(
/external/mesa3d/src/mesa/main/
Ddlist.c874 make_list(GLuint name, GLuint count) in make_list() function
9273 make_list(base + i, 1)); in _mesa_GenLists()
9339 ctx->ListState.CurrentList = make_list(name, BLOCK_SIZE); in _mesa_NewList()