Home
last modified time | relevance | path

Searched refs:LLVMBuildInsertValue (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c3258 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/
Decho.cpp647 Dst = LLVMBuildInsertValue(Builder, Agg, V, I, Name); in CloneInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp719 Dst = LLVMBuildInsertValue(Builder, Agg, V, I, Name); in CloneInstruction()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h1036 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef, LLVMValueRef AggVal,
/external/llvm/include/llvm-c/
DCore.h3092 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef, LLVMValueRef AggVal,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h3387 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef, LLVMValueRef AggVal,
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1939 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx), in llvm_build_insertvalue()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c2324 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/
Dllvm_ocaml.c2403 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx), in llvm_build_insertvalue()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp2227 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildInsertValue() function
/external/llvm/lib/IR/
DCore.cpp3014 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildInsertValue() function
/external/llvm/bindings/go/llvm/
Dir.go1711 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/
Dir.go1778 v.C = C.LLVMBuildInsertValue(b.C, agg.C, elt.C, C.unsigned(i), cname)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp3329 LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef B, LLVMValueRef AggVal, in LLVMBuildInsertValue() function