Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1201 return LLVMAddGlobalInAddressSpace(M, Ty, String_val(Name), in llvm_declare_qualified_global()
1231 LLVMValueRef GlobalVar = LLVMAddGlobalInAddressSpace(M, in llvm_define_qualified_global()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1118 return LLVMAddGlobalInAddressSpace(M, Ty, String_val(Name), in llvm_declare_qualified_global()
1148 LLVMValueRef GlobalVar = LLVMAddGlobalInAddressSpace(M, in llvm_define_qualified_global()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h707 LLVMValueRef LLVMAddGlobalInAddressSpace(LLVMModuleRef M, LLVMTypeRef Ty,
/external/llvm/include/llvm-c/
DCore.h1888 LLVMValueRef LLVMAddGlobalInAddressSpace(LLVMModuleRef M, LLVMTypeRef Ty,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2084 LLVMValueRef LLVMAddGlobalInAddressSpace(LLVMModuleRef M, LLVMTypeRef Ty,
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c910 LLVMValueRef GlobalVar = LLVMAddGlobalInAddressSpace(M, in llvm_define_qualified_global()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1177 LLVMValueRef LLVMAddGlobalInAddressSpace(LLVMModuleRef M, LLVMTypeRef Ty, in LLVMAddGlobalInAddressSpace() function
/external/llvm/lib/IR/
DCore.cpp1609 LLVMValueRef LLVMAddGlobalInAddressSpace(LLVMModuleRef M, LLVMTypeRef Ty, in LLVMAddGlobalInAddressSpace() function
/external/llvm/bindings/go/llvm/
Dir.go986 v.C = C.LLVMAddGlobalInAddressSpace(m.C, t.C, cname, C.unsigned(addressSpace))
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1014 v.C = C.LLVMAddGlobalInAddressSpace(m.C, t.C, cname, C.unsigned(addressSpace))
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp1834 LLVMValueRef LLVMAddGlobalInAddressSpace(LLVMModuleRef M, LLVMTypeRef Ty, in LLVMAddGlobalInAddressSpace() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c2233 var = LLVMAddGlobalInAddressSpace(ctx->ac.module, in si_declare_compute_memory()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c5758 LLVMAddGlobalInAddressSpace( in setup_shared()