Searched refs:LLVMGetMDKindIDInContext (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 120 ctx->range_md_kind = LLVMGetMDKindIDInContext(ctx->context, "range", 5); in ac_llvm_context_init() 122 ctx->invariant_load_md_kind = LLVMGetMDKindIDInContext(ctx->context, "invariant.load", 14); in ac_llvm_context_init() 124 ctx->uniform_md_kind = LLVMGetMDKindIDInContext(ctx->context, "amdgpu.uniform", 14); in ac_llvm_context_init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 568 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char *Name,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 121 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char *Name, in LLVMGetMDKindIDInContext() function 127 return LLVMGetMDKindIDInContext(LLVMGetGlobalContext(), Name, SLen); in LLVMGetMDKindID()
|