Home
last modified time | relevance | path

Searched refs:LLVMCreateEnumAttribute (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_llvm_util.c205 LLVMAttributeRef llvm_attr = LLVMCreateEnumAttribute(ctx, kind_id, 0); in ac_add_function_attr()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c195 LLVMAttributeRef llvm_attr = LLVMCreateEnumAttribute(ctx, kind_id, 0); in lp_add_function_attr()
/external/llvm/tools/llvm-c-test/
Decho.cpp385 auto A = LLVMCreateEnumAttribute(Ctx, k, Val); in CloneAttrs()
818 auto DstA = LLVMCreateEnumAttribute(Ctx, k, Val); in declare_symbols()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp404 auto A = LLVMCreateEnumAttribute(Ctx, k, Val); in CloneAttrs()
893 auto DstA = LLVMCreateEnumAttribute(Ctx, k, Val); in declare_symbols()
/external/llvm/include/llvm-c/
DCore.h510 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h562 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID,
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c203 return LLVMCreateEnumAttribute(C, Int_val(Kind), Int64_val(Value)); in llvm_create_enum_attr_by_kind()
/external/llvm/lib/IR/
DCore.cpp134 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateEnumAttribute() function
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go351 a.C = C.LLVMCreateEnumAttribute(c.C, C.unsigned(kind), C.uint64_t(val))
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp134 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateEnumAttribute() function