Searched refs:LLVMGetValueName (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_struct.c | 58 lp_build_name(member_ptr, "%s.%s_ptr", LLVMGetValueName(ptr), name); in lp_build_struct_get_ptr() 75 lp_build_name(res, "%s.%s", LLVMGetValueName(ptr), name); in lp_build_struct_get() 94 LLVMGetValueName(ptr), LLVMGetValueName(index)); in lp_build_array_get_ptr() 112 lp_build_name(res, "%s[%s]", LLVMGetValueName(ptr), LLVMGetValueName(index)); in lp_build_array_get() 143 lp_build_name(res, "%s[%s]", LLVMGetValueName(ptr), LLVMGetValueName(index)); in lp_build_pointer_get() 162 lp_build_name(res, "%s[%s]", LLVMGetValueName(ptr), LLVMGetValueName(index)); in lp_build_pointer_get_unaligned()
|
D | lp_bld_init.c | 517 debug_printf("optimizing %s...\n", LLVMGetValueName(func)); in gallivm_optimize_function()
|
/external/llvm/tools/llvm-c-test/ |
D | module.c | 84 printf("FunctionDeclaration: %s\n", LLVMGetValueName(f)); in llvm_module_list_functions() 91 printf("FunctionDefinition: %s [#bb=%u]\n", LLVMGetValueName(f), in llvm_module_list_functions() 103 printf(" calls: %s\n", LLVMGetValueName(callee)); in llvm_module_list_functions() 129 LLVMGetValueName(g), s); in llvm_module_list_globals()
|
D | echo.cpp | 176 const char *Name = LLVMGetValueName(SrcCur); in clone_params() 234 const char *Name = LLVMGetValueName(Cst); in clone_constant_impl() 397 const char *Name = LLVMGetValueName(Src); in CloneInstruction() 677 const char *VName = LLVMGetValueName(V); in DeclareBB() 773 const char *Name = LLVMGetValueName(Cur); in declare_symbols() 806 const char *Name = LLVMGetValueName(Cur); in declare_symbols() 852 const char *Name = LLVMGetValueName(Cur); in clone_symbols() 895 const char *Name = LLVMGetValueName(Cur); in clone_symbols() 901 const char *FName = LLVMGetValueName(LLVMGetPersonalityFn(Cur)); in clone_symbols()
|
/external/llvm/bindings/python/llvm/ |
D | core.py | 179 return lib.LLVMGetValueName(self) 355 return lib.LLVMGetValueName(self.__as_value()) 539 library.LLVMGetValueName.argtypes = [Value] 540 library.LLVMGetValueName.restype = c_char_p
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 523 const char *LLVMGetValueName(LLVMValueRef Val);
|
/external/llvm/include/llvm-c/ |
D | Core.h | 1316 const char *LLVMGetValueName(LLVMValueRef Val);
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 474 return copy_string(LLVMGetValueName(Val)); in llvm_value_name()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 587 return caml_copy_string(LLVMGetValueName(Val)); in llvm_value_name()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 401 const char *LLVMGetValueName(LLVMValueRef Val) { in LLVMGetValueName() function
|
/external/llvm/lib/IR/ |
D | Core.cpp | 631 const char *LLVMGetValueName(LLVMValueRef Val) { in LLVMGetValueName() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 635 func (v Value) Name() string { return C.GoString(C.LLVMGetValueName(v.C)) }
|