Home
last modified time | relevance | path

Searched refs:LLVMAddTargetDependentFunctionAttr (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c584 LLVMAddTargetDependentFunctionAttr(func, "no-frame-pointer-elim", "true"); in gallivm_compile_module()
585 LLVMAddTargetDependentFunctionAttr(func, "no-frame-pointer-elim-non-leaf", "true"); in gallivm_compile_module()
/external/mesa3d/src/amd/common/
Dac_llvm_util.c241 LLVMAddTargetDependentFunctionAttr(F, name, str); in ac_llvm_add_target_dep_function_attr()
Dac_nir_to_llvm.c343 LLVMAddTargetDependentFunctionAttr(main_function, in create_llvm_function()
346 LLVMAddTargetDependentFunctionAttr(main_function, in create_llvm_function()
349 LLVMAddTargetDependentFunctionAttr(main_function, in create_llvm_function()
352 LLVMAddTargetDependentFunctionAttr(main_function, in create_llvm_function()
355 LLVMAddTargetDependentFunctionAttr(main_function, in create_llvm_function()
/external/llvm/docs/
DReleaseNotes.rst59 LLVMAddFunctionAttr, LLVMAddTargetDependentFunctionAttr,
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c57 LLVMAddTargetDependentFunctionAttr(F, name, str); in si_llvm_add_attribute()
Dsi_shader.c4477 LLVMAddTargetDependentFunctionAttr(ctx->main_fn, in si_create_function()
4483 LLVMAddTargetDependentFunctionAttr(ctx->main_fn, in si_create_function()
4486 LLVMAddTargetDependentFunctionAttr(ctx->main_fn, in si_create_function()
4489 LLVMAddTargetDependentFunctionAttr(ctx->main_fn, in si_create_function()
4492 LLVMAddTargetDependentFunctionAttr(ctx->main_fn, in si_create_function()
7703 LLVMAddTargetDependentFunctionAttr(func, in si_build_ps_prolog_function()
/external/llvm/include/llvm-c/
DCore.h2032 void LLVMAddTargetDependentFunctionAttr(LLVMValueRef Fn, const char *A,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2279 void LLVMAddTargetDependentFunctionAttr(LLVMValueRef Fn, const char *A,
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1320 LLVMAddTargetDependentFunctionAttr(Arg, String_val(A), String_val(V)); in llvm_add_target_dependent_function_attr()
/external/llvm/lib/IR/
DCore.cpp1870 void LLVMAddTargetDependentFunctionAttr(LLVMValueRef Fn, const char *A, in LLVMAddTargetDependentFunctionAttr() function
/external/llvm/bindings/go/llvm/
Dir.go1055 C.LLVMAddTargetDependentFunctionAttr(v.C, cattr, cvalue)
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1133 C.LLVMAddTargetDependentFunctionAttr(v.C, cattr, cvalue)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2141 void LLVMAddTargetDependentFunctionAttr(LLVMValueRef Fn, const char *A, in LLVMAddTargetDependentFunctionAttr() function