Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_struct.c59 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 lp_build_name(member_ptr, "%s.%s_ptr", LLVMGetValueName(ptr), name); in lp_build_struct_get_ptr2()
111 lp_build_name(res, "%s.%s", LLVMGetValueName(ptr), name); in lp_build_struct_get2()
129 LLVMGetValueName(ptr), LLVMGetValueName(index)); in lp_build_array_get_ptr()
147 lp_build_name(res, "%s[%s]", LLVMGetValueName(ptr), LLVMGetValueName(index)); in lp_build_array_get()
190 lp_build_name(res, "%s[%s]", LLVMGetValueName(ptr), LLVMGetValueName(index)); in lp_build_pointer_get_unaligned()
Dlp_bld_debug.cpp203 buffer << LLVMGetValueName(func) << ":\n"; in lp_disassemble()
244 const char *symbol = LLVMGetValueName(func); in lp_profile()
Dlp_bld_init.c651 debug_printf("optimizing func %s...\n", LLVMGetValueName(func)); in gallivm_compile_module()
757 LLVMGetValueName(func), time_msec); in gallivm_jit_function()
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c415 const char *name = LLVMGetValueName(val); in value_to_ivalue()
430 const char *name = LLVMGetValueName(val); in value_to_pvalue()
483 const char *name = LLVMGetValueName(off); in calc_gep()
697 src = LLVMBuildPointerCast(fn->builder, src, addr_type, LLVMGetValueName(src)); in calc_memop_addr()
734 value = LLVMBuildIsNotNull(fn->builder, value, LLVMGetValueName(value)); in bool_value()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1697 const char *LLVMGetValueName(LLVMValueRef Val);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp829 const char *LLVMGetValueName(LLVMValueRef Val) { in LLVMGetValueName() function