HomeSort by relevance Sort by last modified time
    Searched refs:LLVMFunctionType (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_printf.c 65 LLVMValueRef func = LLVMAddFunction(module, "test_printf", LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), args, 1, 0));
lp_test_arit.c 259 LLVMFunctionType(LLVMVoidTypeInContext(context),
lp_test_format.c 104 LLVMFunctionType(LLVMVoidTypeInContext(context),
lp_test_conv.c 120 LLVMFunctionType(LLVMVoidTypeInContext(context),
lp_state_setup.c 720 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context),
lp_test_blend.c 177 func = LLVMAddFunction(module, "test", LLVMFunctionType(LLVMVoidTypeInContext(context), args, 4, 0));
lp_state_fs.c 871 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context),
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_printf.c 65 LLVMValueRef func = LLVMAddFunction(module, "test_printf", LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), args, 1, 0));
lp_test_arit.c 259 LLVMFunctionType(LLVMVoidTypeInContext(context),
lp_test_format.c 104 LLVMFunctionType(LLVMVoidTypeInContext(context),
lp_test_conv.c 120 LLVMFunctionType(LLVMVoidTypeInContext(context),
lp_state_setup.c 720 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context),
lp_test_blend.c 177 func = LLVMAddFunction(module, "test", LLVMFunctionType(LLVMVoidTypeInContext(context), args, 4, 0));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_printf.c 66 printf_type = LLVMFunctionType(LLVMInt32TypeInContext(context), NULL, 0, 1);
lp_bld_intr.c 67 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
lp_bld_const.c 472 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
lp_bld_format_aos.c 552 function_type = LLVMFunctionType(ret_type, arg_types,
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 105 Module, "simple_function", LLVMFunctionType(LLVMInt32Type(), 0, 0, 0));
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_printf.c 66 printf_type = LLVMFunctionType(LLVMInt32TypeInContext(context), NULL, 0, 1);
lp_bld_intr.c 67 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
lp_bld_const.c 472 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
lp_bld_format_aos.c 552 function_type = LLVMFunctionType(ret_type, arg_types,
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 256 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys,
263 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys,
    [all...]
  /external/llvm/include/llvm-c/
Core.h 792 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c     [all...]

Completed in 393 milliseconds

1 2