Home
last modified time | relevance | path

Searched refs:LLVMGetValueName (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_struct.c58 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()
Dlp_bld_debug.cpp211 buffer << LLVMGetValueName(func) << ":\n"; in lp_disassemble()
252 const char *symbol = LLVMGetValueName(func); in lp_profile()
Dlp_bld_init.c576 debug_printf("optimizing func %s...\n", LLVMGetValueName(func)); in gallivm_compile_module()
698 LLVMGetValueName(func), time_msec); in gallivm_jit_function()
/external/llvm/tools/llvm-c-test/
Dmodule.c84 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()
Decho.cpp176 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Dmodule.c83 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/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Dcore.py179 return lib.LLVMGetValueName(self)
355 return lib.LLVMGetValueName(self.__as_value())
542 library.LLVMGetValueName.argtypes = [Value]
543 library.LLVMGetValueName.restype = c_char_p
/external/llvm/bindings/python/llvm/
Dcore.py179 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/
DCore.h523 const char *LLVMGetValueName(LLVMValueRef Val);
/external/llvm/include/llvm-c/
DCore.h1316 const char *LLVMGetValueName(LLVMValueRef Val);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h1559 const char *LLVMGetValueName(LLVMValueRef Val);
/external/mesa3d/src/amd/common/
Dac_llvm_build.c1760 const char *name = LLVMGetValueName(callee); in ac_optimize_vs_outputs()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c474 return copy_string(LLVMGetValueName(Val)); in llvm_value_name()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c670 return caml_copy_string(LLVMGetValueName(Val)); in llvm_value_name()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c587 return caml_copy_string(LLVMGetValueName(Val)); in llvm_value_name()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp401 const char *LLVMGetValueName(LLVMValueRef Val) { in LLVMGetValueName() function
/external/llvm/lib/IR/
DCore.cpp631 const char *LLVMGetValueName(LLVMValueRef Val) { in LLVMGetValueName() function
/external/llvm/bindings/go/llvm/
Dir.go635 func (v Value) Name() string { return C.GoString(C.LLVMGetValueName(v.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go668 func (v Value) Name() string { return C.GoString(C.LLVMGetValueName(v.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp809 const char *LLVMGetValueName(LLVMValueRef Val) { in LLVMGetValueName() function