| /external/mesa3d/src/gallium/drivers/r600/ | 
| llvm_wrapper.cpp | 11 extern "C" LLVMModuleRef llvm_parse_bitcode(const unsigned char * bitcode, unsigned bitcode_len) 
 | 
| evergreen_compute_internal.h | 81 	LLVMModuleRef mod; 
 | 
| r600_llvm.c | 212 LLVMModuleRef r600_tgsi_llvm( 314 	LLVMModuleRef mod,
 
 | 
| /external/llvm/include/llvm-c/ | 
| Core.h | 80 typedef struct LLVMOpaqueModule *LLVMModuleRef; 479 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
 487 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
 496 void LLVMDisposeModule(LLVMModuleRef M);
 503 const char *LLVMGetDataLayout(LLVMModuleRef M);
 510 void LLVMSetDataLayout(LLVMModuleRef M, const char *Triple);
 517 const char *LLVMGetTarget(LLVMModuleRef M);
 524 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
 531 void LLVMDumpModule(LLVMModuleRef M);
 539 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename
 [all...]
 | 
| /external/llvm/bindings/ocaml/executionengine/ | 
| executionengine_ocaml.c | 175 CAMLprim LLVMExecutionEngineRef llvm_ee_create(LLVMModuleRef M) { 185 llvm_ee_create_interpreter(LLVMModuleRef M) {
 195 llvm_ee_create_jit(LLVMModuleRef M, value OptLevel) {
 210 CAMLprim value llvm_ee_add_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) {
 216 CAMLprim LLVMModuleRef llvm_ee_remove_module(LLVMModuleRef M,
 218   LLVMModuleRef RemovedModule;
 
 | 
| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ | 
| lp_bld_intr.h | 51 lp_declare_intrinsic(LLVMModuleRef module, 
 | 
| lp_bld_intr.c | 56 lp_declare_intrinsic(LLVMModuleRef module, 86    LLVMModuleRef module = LLVMGetGlobalParent(LLVMGetBasicBlockParent(LLVMGetInsertBlock(builder)));
 
 | 
| lp_bld_misc.cpp | 246                                           LLVMModuleRef M, 
 | 
| lp_bld_init.c | 189    LLVMModuleRef mod; 
 | 
| /external/mesa3d/src/gallium/auxiliary/gallivm/ | 
| lp_bld_intr.h | 51 lp_declare_intrinsic(LLVMModuleRef module, 
 | 
| lp_bld_intr.c | 56 lp_declare_intrinsic(LLVMModuleRef module, 86    LLVMModuleRef module = LLVMGetGlobalParent(LLVMGetBasicBlockParent(LLVMGetInsertBlock(builder)));
 
 | 
| lp_bld_misc.cpp | 246                                           LLVMModuleRef M, 
 | 
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ | 
| lp_test_printf.c | 63    LLVMModuleRef module = gallivm->module; 
 | 
| lp_test_arit.c | 255    LLVMModuleRef module = gallivm->module; 
 | 
| /external/mesa3d/src/gallium/drivers/llvmpipe/ | 
| lp_test_printf.c | 63    LLVMModuleRef module = gallivm->module; 
 | 
| lp_test_arit.c | 255    LLVMModuleRef module = gallivm->module; 
 | 
| /external/llvm/lib/Target/ | 
| TargetMachineC.cpp | 161 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M, 200 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M,
 215   LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage,
 
 | 
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ | 
| evergreen_compute_internal.h | 81 	LLVMModuleRef mod; 
 | 
| r600_llvm.c | 212 LLVMModuleRef r600_tgsi_llvm( 314 	LLVMModuleRef mod,
 
 | 
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ | 
| radeon_llvm_emit.cpp | 83 radeon_llvm_compile(LLVMModuleRef M, unsigned char ** bytes, 
 | 
| /external/llvm/lib/Analysis/ | 
| Analysis.cpp | 82 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, 
 | 
| /external/mesa3d/src/gallium/drivers/radeon/ | 
| radeon_llvm_emit.cpp | 83 radeon_llvm_compile(LLVMModuleRef M, unsigned char ** bytes, 
 | 
| /external/llvm/bindings/ocaml/llvm/ | 
| llvm_ocaml.c | 123 CAMLprim LLVMModuleRef llvm_create_module(LLVMContextRef C, value ModuleID) { 128 CAMLprim value llvm_dispose_module(LLVMModuleRef M) {
 134 CAMLprim value llvm_target_triple(LLVMModuleRef M) {
 139 CAMLprim value llvm_set_target_triple(value Trip, LLVMModuleRef M) {
 145 CAMLprim value llvm_data_layout(LLVMModuleRef M) {
 150 CAMLprim value llvm_set_data_layout(value Layout, LLVMModuleRef M) {
 156 CAMLprim value llvm_dump_module(LLVMModuleRef M) {
 162 CAMLprim value llvm_set_module_inline_asm(LLVMModuleRef M, value Asm) {
 389 CAMLprim value llvm_type_by_name(LLVMModuleRef M, value Name)
 593 CAMLprim value llvm_get_namedmd(LLVMModuleRef M, value name
 [all...]
 | 
| /external/llvm/lib/IR/ | 
| Core.cpp | 96 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { 100 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
 105 void LLVMDisposeModule(LLVMModuleRef M) {
 110 const char * LLVMGetDataLayout(LLVMModuleRef M) {
 114 void LLVMSetDataLayout(LLVMModuleRef M, const char *Triple) {
 119 const char * LLVMGetTarget(LLVMModuleRef M) {
 123 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) {
 127 void LLVMDumpModule(LLVMModuleRef M) {
 131 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
 151 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm)
 [all...]
 | 
| /external/llvm/unittests/ExecutionEngine/MCJIT/ | 
| MCJITCAPITest.cpp | 151   LLVMModuleRef Module; 
 |