HomeSort by relevance Sort by last modified time
    Searched refs:LLVMAddFunction (Results 1 - 24 of 24) sorted by null

  /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 258 LLVMValueRef func = LLVMAddFunction(module, test->name,
lp_test_format.c 103 func = LLVMAddFunction(module, name,
lp_test_conv.c 119 func = LLVMAddFunction(module, "test",
lp_state_setup.c 723 variant->function = LLVMAddFunction(gallivm->module, func_name, func_type);
lp_test_blend.c 177 func = LLVMAddFunction(module, "test", LLVMFunctionType(LLVMVoidTypeInContext(context), args, 4, 0));
lp_state_fs.c 874 function = LLVMAddFunction(gallivm->module, func_name, func_type);
    [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 258 LLVMValueRef func = LLVMAddFunction(module, test->name,
lp_test_format.c 103 func = LLVMAddFunction(module, name,
lp_test_conv.c 119 func = LLVMAddFunction(module, "test",
lp_state_setup.c 723 variant->function = LLVMAddFunction(gallivm->module, func_name, func_type);
lp_test_blend.c 177 func = LLVMAddFunction(module, "test", LLVMFunctionType(LLVMVoidTypeInContext(context), args, 4, 0));
lp_state_fs.c 874 function = LLVMAddFunction(gallivm->module, func_name, func_type);
    [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 104 Function = LLVMAddFunction(
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_intr.c 68 function = LLVMAddFunction(module, name, function_type);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_intr.c 68 function = LLVMAddFunction(module, name, function_type);
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 980 return LLVMAddFunction(M, String_val(Name), Ty);
998 LLVMValueRef Fn = LLVMAddFunction(M, String_val(Name), Ty);
    [all...]
  /external/llvm/include/llvm-c/
Core.h 595 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 1017 ctx->main_fn = LLVMAddFunction(ctx->gallivm.module, "main", main_fn_type);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 1017 ctx->main_fn = LLVMAddFunction(ctx->gallivm.module, "main", main_fn_type);
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 112 milliseconds