/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_debug.cpp | 203 buffer << LLVMGetValueName(func) << ":\n"; in lp_disassemble() 244 const char *symbol = LLVMGetValueName(func); in lp_profile()
|
D | lp_bld_init.c | 612 debug_printf("optimizing func %s...\n", LLVMGetValueName(func)); in gallivm_compile_module() 721 LLVMGetValueName(func), time_msec); in gallivm_jit_function()
|
/external/llvm-project/llvm/tools/llvm-c-test/ |
D | module.c | 83 printf("FunctionDeclaration: %s\n", LLVMGetValueName(f)); in llvm_module_list_functions() 90 printf("FunctionDefinition: %s [#bb=%u]\n", LLVMGetValueName(f), in llvm_module_list_functions() 102 printf(" calls: %s\n", LLVMGetValueName(callee)); in llvm_module_list_functions() 128 LLVMGetValueName(g), s); in llvm_module_list_globals()
|
/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/llvm-project/llvm/bindings/python/llvm/ |
D | core.py | 181 return lib.LLVMGetValueName(self) 363 return lib.LLVMGetValueName(self.__as_value()) 553 library.LLVMGetValueName.argtypes = [Value] 554 library.LLVMGetValueName.restype = c_char_p
|
/external/llvm/include/llvm-c/ |
D | Core.h | 1316 const char *LLVMGetValueName(LLVMValueRef Val);
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 1727 const char *LLVMGetValueName(LLVMValueRef Val);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 1697 const char *LLVMGetValueName(LLVMValueRef Val);
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 679 return caml_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/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)) }
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 707 func (v Value) Name() string { return C.GoString(C.LLVMGetValueName(v.C)) }
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 853 const char *LLVMGetValueName(LLVMValueRef Val) { in LLVMGetValueName() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 829 const char *LLVMGetValueName(LLVMValueRef Val) { in LLVMGetValueName() function
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 2859 const char *name = LLVMGetValueName(callee); in ac_optimize_vs_outputs()
|