Searched refs:LLVMGetValueName (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_struct.c | 59 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()
|
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 | 651 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/ |
D | sparse-llvm.c | 415 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/ |
D | Core.h | 1697 const char *LLVMGetValueName(LLVMValueRef Val);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 829 const char *LLVMGetValueName(LLVMValueRef Val) { in LLVMGetValueName() function
|