Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_util.c314 LLVMAddTargetDependentFunctionAttr(F, name, str); in ac_llvm_add_target_dep_function_attr()
324 LLVMAddTargetDependentFunctionAttr(F, "amdgpu-flat-work-group-size", str); in ac_llvm_set_workgroup_size()
338 LLVMAddTargetDependentFunctionAttr(F, "target-features", features); in ac_llvm_set_target_features()
Dac_llvm_build.c4566 LLVMAddTargetDependentFunctionAttr(main_function, "denormal-fp-math", "ieee,ieee"); in ac_build_main()
4568 LLVMAddTargetDependentFunctionAttr(main_function, "denormal-fp-math-f32", in ac_build_main()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_coro.h83 LLVMAddTargetDependentFunctionAttr(coro, "coroutine.presplit", "0"); in lp_build_coro_add_presplit()
Dlp_bld_init.c657 LLVMAddTargetDependentFunctionAttr(func, "no-frame-pointer-elim", "true"); in gallivm_compile_module()
658 LLVMAddTargetDependentFunctionAttr(func, "no-frame-pointer-elim-non-leaf", "true"); in gallivm_compile_module()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_ps.c816 LLVMAddTargetDependentFunctionAttr(func, "amdgpu-ps-wqm-outputs", ""); in si_llvm_build_ps_prolog()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h2537 void LLVMAddTargetDependentFunctionAttr(LLVMValueRef Fn, const char *A,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2428 void LLVMAddTargetDependentFunctionAttr(LLVMValueRef Fn, const char *A, in LLVMAddTargetDependentFunctionAttr() function