Home
last modified time | relevance | path

Searched refs:LLVMGetGlobalParent (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c184 module = LLVMGetGlobalParent(function_or_call); in lp_add_function_attr()
188 module = LLVMGetGlobalParent(function); in lp_add_function_attr()
227 LLVMModuleRef module = LLVMGetGlobalParent(LLVMGetBasicBlockParent(LLVMGetInsertBlock(builder))); in lp_build_intrinsic()
Dlp_bld_tgsi_aos.c974 LLVMModuleRef module = LLVMGetGlobalParent( in lp_build_tgsi_aos()
Dlp_bld_tgsi_soa.c3957 LLVMModuleRef module = LLVMGetGlobalParent( in lp_build_tgsi_soa()
Dlp_bld_sample_soa.c3524 LLVMModuleRef module = LLVMGetGlobalParent(LLVMGetBasicBlockParent( in lp_build_sample_soa_func()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c856 LLVMGetGlobalParent) in DEFINE_ITERATORS() argument
970 LLVMGetGlobalParent) in DEFINE_ITERATORS() argument
Dllvm.ml499 external global_parent : llvalue -> llmodule = "LLVMGetGlobalParent"
/external/llvm/tools/llvm-c-test/
Decho.cpp345 M(LLVMGetGlobalParent(Fun)), VMap(clone_params(Src, Dst)) {} in FunCloner()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp364 M(LLVMGetGlobalParent(Fun)), VMap(clone_params(Src, Dst)) {} in FunCloner()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1176 LLVMGetGlobalParent) in DEFINE_ITERATORS() argument
1315 LLVMGetGlobalParent) in DEFINE_ITERATORS() argument
Dllvm.ml670 external global_parent : llvalue -> llmodule = "LLVMGetGlobalParent"
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1093 LLVMGetGlobalParent) in DEFINE_ITERATORS() argument
1232 LLVMGetGlobalParent) in DEFINE_ITERATORS() argument
Dllvm.ml602 external global_parent : llvalue -> llmodule = "LLVMGetGlobalParent"
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h694 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global);
/external/llvm/include/llvm-c/
DCore.h1836 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2027 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1033 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global) { in LLVMGetGlobalParent() function
/external/llvm/lib/IR/
DCore.cpp1431 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global) { in LLVMGetGlobalParent() function
/external/llvm/bindings/go/llvm/
Dir.go960 func (v Value) GlobalParent() (m Module) { m.C = C.LLVMGetGlobalParent(v.C); return }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go988 func (v Value) GlobalParent() (m Module) { m.C = C.LLVMGetGlobalParent(v.C); return }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp1628 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global) { in LLVMGetGlobalParent() function