Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_util.c281 LLVMAttributeRef llvm_attr = LLVMCreateEnumAttribute(ctx, kind_id, 0); in ac_add_function_attr()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c194 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/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp456 auto A = LLVMCreateEnumAttribute(Ctx, k, Val); in CloneAttrs()
1017 auto DstA = LLVMCreateEnumAttribute(Ctx, k, Val); in declare_symbols()
/external/llvm/include/llvm-c/
DCore.h510 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID,
/external/llvm-project/llvm/include/llvm-c/
DCore.h592 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h589 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID,
/external/llvm-project/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/llvm-project/llvm/bindings/go/llvm/
Dir.go389 a.C = C.LLVMCreateEnumAttribute(c.C, C.unsigned(kind), C.uint64_t(val))
/external/llvm-project/llvm/lib/IR/
DCore.cpp138 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateEnumAttribute() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp141 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID, in LLVMCreateEnumAttribute() function