Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_llvm_build.c99 ctx->range_md_kind = LLVMGetMDKindIDInContext(ctx->context, in ac_llvm_context_init()
102 ctx->invariant_load_md_kind = LLVMGetMDKindIDInContext(ctx->context, in ac_llvm_context_init()
105 ctx->fpmath_md_kind = LLVMGetMDKindIDInContext(ctx->context, "fpmath", 6); in ac_llvm_context_init()
110 ctx->uniform_md_kind = LLVMGetMDKindIDInContext(ctx->context, in ac_llvm_context_init()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1059 ctx->fpmath_md_kind = LLVMGetMDKindIDInContext(ctx->ac.context, in si_llvm_context_init()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp70 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char* Name, in LLVMGetMDKindIDInContext() function
76 return LLVMGetMDKindIDInContext(LLVMGetGlobalContext(), Name, SLen); in LLVMGetMDKindID()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h312 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char* Name,
/external/llvm/include/llvm-c/
DCore.h489 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char *Name,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h541 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char *Name,
/external/llvm/lib/IR/
DCore.cpp114 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char *Name, in LLVMGetMDKindIDInContext() function
120 return LLVMGetMDKindIDInContext(LLVMGetGlobalContext(), Name, SLen); in LLVMGetMDKindID()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c116 unsigned MDKindID = LLVMGetMDKindIDInContext(C, String_val(Name), in llvm_mdkind_id()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp114 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char *Name, in LLVMGetMDKindIDInContext() function
120 return LLVMGetMDKindIDInContext(LLVMGetGlobalContext(), Name, SLen); in LLVMGetMDKindID()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c184 unsigned MDKindID = LLVMGetMDKindIDInContext(C, String_val(Name), in llvm_mdkind_id()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c183 unsigned MDKindID = LLVMGetMDKindIDInContext(C, String_val(Name), in llvm_mdkind_id()
/external/llvm/bindings/go/llvm/
Dir.go358 id = int(C.LLVMGetMDKindIDInContext(c.C, cname, C.unsigned(len(name))))
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go328 id = int(C.LLVMGetMDKindIDInContext(c.C, cname, C.unsigned(len(name))))