Home
last modified time | relevance | path

Searched refs:LLVMContextRef (Results 1 – 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h488 typedef void (*LLVMYieldCallback)(LLVMContextRef, void *);
496 LLVMContextRef LLVMContextCreate(void);
501 LLVMContextRef LLVMGetGlobalContext(void);
506 void LLVMContextSetDiagnosticHandler(LLVMContextRef C,
513 LLVMDiagnosticHandler LLVMContextGetDiagnosticHandler(LLVMContextRef C);
518 void *LLVMContextGetDiagnosticContext(LLVMContextRef C);
525 void LLVMContextSetYieldCallback(LLVMContextRef C, LLVMYieldCallback Callback,
533 LLVMBool LLVMContextShouldDiscardValueNames(LLVMContextRef C);
543 void LLVMContextSetDiscardValueNames(LLVMContextRef C, LLVMBool Discard);
551 void LLVMContextDispose(LLVMContextRef C);
[all …]
DBitReader.h48 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
52 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
60 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
66 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
DTarget.h239 LLVMTypeRef LLVMIntPtrTypeInContext(LLVMContextRef C, LLVMTargetDataRef TD);
244 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD,
DIRReader.h31 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
DTypes.h53 typedef struct LLVMOpaqueContext *LLVMContextRef; typedef
DObject.h75 LLVMContextRef Context,
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_util.h99 void ac_add_function_attr(LLVMContextRef ctx, LLVMValueRef function, int attr_idx,
101 void ac_add_func_attributes(LLVMContextRef ctx, LLVMValueRef function, unsigned attrib_mask);
103 LLVMModuleRef ac_create_module(LLVMTargetMachineRef tm, LLVMContextRef ctx);
104 LLVMBuilderRef ac_create_builder(LLVMContextRef ctx, enum ac_float_mode float_mode);
Dac_llvm_util.c278 void ac_add_function_attr(LLVMContextRef ctx, LLVMValueRef function, int attr_idx, in ac_add_function_attr()
291 void ac_add_func_attributes(LLVMContextRef ctx, LLVMValueRef function, unsigned attrib_mask) in ac_add_func_attributes()
Dac_llvm_helper.cpp79 LLVMModuleRef ac_create_module(LLVMTargetMachineRef tm, LLVMContextRef ctx) in ac_create_module()
89 LLVMBuilderRef ac_create_builder(LLVMContextRef ctx, enum ac_float_mode float_mode) in ac_create_builder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h314 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LLVMContext, LLVMContextRef) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() argument
318 inline LLVMContext **unwrap(LLVMContextRef* Tys) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
322 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap()
323 return reinterpret_cast<LLVMContextRef*>(const_cast<LLVMContext**>(Tys)); in wrap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h279 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LLVMContext, LLVMContextRef) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() argument
283 inline LLVMContext **unwrap(LLVMContextRef* Tys) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
287 inline LLVMContextRef *wrap(const LLVMContext **Tys) { in wrap()
288 return reinterpret_cast<LLVMContextRef*>(const_cast<LLVMContext**>(Tys)); in wrap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitReader.cpp35 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext()
58 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext2()
78 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext()
105 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTarget.cpp27 extern "C" LLVMContextRef LLVMGetGlobalContext(void);
93 LLVMTypeRef LLVMIntPtrTypeInContext(LLVMContextRef C, LLVMTargetDataRef TD) { in LLVMIntPtrTypeInContext()
97 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForASInContext()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.h55 LLVMContextRef context;
75 gallivm_create(const char *name, LLVMContextRef context,
Dlp_bld_assert.c65 LLVMContextRef context = gallivm->context; in lp_build_assert()
Dlp_bld_init.c330 LLVMContextRef context, struct lp_cached_code *cache) in init_gallivm_state()
520 gallivm_create(const char *name, LLVMContextRef context, in gallivm_create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp78 LLVMContextRef LLVMContextCreate() { in LLVMContextCreate()
82 LLVMContextRef LLVMGetGlobalContext() { return wrap(&*GlobalContext); } in LLVMGetGlobalContext()
84 void LLVMContextSetDiagnosticHandler(LLVMContextRef C, in LLVMContextSetDiagnosticHandler()
93 LLVMDiagnosticHandler LLVMContextGetDiagnosticHandler(LLVMContextRef C) { in LLVMContextGetDiagnosticHandler()
98 void *LLVMContextGetDiagnosticContext(LLVMContextRef C) { in LLVMContextGetDiagnosticContext()
102 void LLVMContextSetYieldCallback(LLVMContextRef C, LLVMYieldCallback Callback, in LLVMContextSetYieldCallback()
109 LLVMBool LLVMContextShouldDiscardValueNames(LLVMContextRef C) { in LLVMContextShouldDiscardValueNames()
113 void LLVMContextSetDiscardValueNames(LLVMContextRef C, LLVMBool Discard) { in LLVMContextSetDiscardValueNames()
117 void LLVMContextDispose(LLVMContextRef C) { in LLVMContextDispose()
121 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char *Name, in LLVMGetMDKindIDInContext()
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c48 LLVMContextRef lc = gallivm->context; in create_jit_texture_type()
110 LLVMContextRef lc = gallivm->context; in create_jit_sampler_type()
146 LLVMContextRef lc = gallivm->context; in create_jit_image_type()
191 LLVMContextRef lc = gallivm->context; in lp_jit_create_types()
420 LLVMContextRef lc = gallivm->context; in lp_jit_create_cs_types()
Dlp_test_format.c85 LLVMContextRef context = gallivm->context; in add_fetch_rgba_test()
142 LLVMContextRef context; in test_format_float()
246 LLVMContextRef context; in test_format_unorm8()
Dlp_test_arit.c345 LLVMContextRef context = gallivm->context; in build_unary_test_func()
420 LLVMContextRef context; in test_unary()
Dlp_test_printf.c92 LLVMContextRef context; in test_printf()
Dlp_context.h184 LLVMContextRef context;
Dlp_test_conv.c105 LLVMContextRef context = gallivm->context; in add_conv_test()
158 LLVMContextRef context; in test_one()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm-c/
DTypes.h54 typedef struct LLVMOpaqueContext *LLVMContextRef; typedef
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_compute_internal.h89 LLVMContextRef llvm_ctx;

12