/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 3258 return LLVMBuildInsertValue(ctx->ac.builder, ret, in si_insert_input_ret() 3270 return LLVMBuildInsertValue(builder, ret, in si_insert_input_ret_float() 3287 ret = LLVMBuildInsertValue(builder, ret, lo, return_index, ""); in si_insert_input_ptr_as_2xi32() 3288 return LLVMBuildInsertValue(builder, ret, hi, return_index + 1, ""); in si_insert_input_ptr_as_2xi32() 3370 ret = LLVMBuildInsertValue(builder, ret, rel_patch_id, vgpr++, ""); in si_llvm_emit_tcs_epilogue() 3371 ret = LLVMBuildInsertValue(builder, ret, invocation_id, vgpr++, ""); in si_llvm_emit_tcs_epilogue() 3379 ret = LLVMBuildInsertValue(builder, ret, value, vgpr++, ""); in si_llvm_emit_tcs_epilogue() 3382 ret = LLVMBuildInsertValue(builder, ret, tf_lds_offset, vgpr++, ""); in si_llvm_emit_tcs_epilogue() 3423 ret = LLVMBuildInsertValue(ctx->ac.builder, ret, in si_set_ls_return_value_for_tcs() 3426 ret = LLVMBuildInsertValue(ctx->ac.builder, ret, in si_set_ls_return_value_for_tcs() [all …]
|
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 647 Dst = LLVMBuildInsertValue(Builder, Agg, V, I, Name); in CloneInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | echo.cpp | 719 Dst = LLVMBuildInsertValue(Builder, Agg, V, I, Name); in CloneInstruction()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 1036 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef, LLVMValueRef AggVal,
|
/external/llvm/include/llvm-c/ |
D | Core.h | 3092 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef, LLVMValueRef AggVal,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 3387 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef, LLVMValueRef AggVal,
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1939 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx), in llvm_build_insertvalue()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 2324 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx), in llvm_build_insertvalue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 2403 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx), in llvm_build_insertvalue()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 2227 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildInsertValue() function
|
/external/llvm/lib/IR/ |
D | Core.cpp | 3014 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildInsertValue() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1711 v.C = C.LLVMBuildInsertValue(b.C, agg.C, elt.C, C.unsigned(i), cname)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1778 v.C = C.LLVMBuildInsertValue(b.C, agg.C, elt.C, C.unsigned(i), cname)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 3329 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildInsertValue() function
|