Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c86 LLVMModuleRef module = LLVMGetGlobalParent(LLVMGetBasicBlockParent(LLVMGetInsertBlock(builder))); in lp_build_intrinsic()
Dlp_bld_tgsi_aos.c1099 LLVMModuleRef module = LLVMGetGlobalParent( in lp_build_tgsi_aos()
Dlp_bld_tgsi_soa.c2146 LLVMModuleRef module = LLVMGetGlobalParent( in lp_build_tgsi_soa()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1037 LLVMGetGlobalParent) in DEFINE_ITERATORS() argument
1176 LLVMGetGlobalParent) in DEFINE_ITERATORS() argument
Dllvm.ml578 external global_parent : llvalue -> llmodule = "LLVMGetGlobalParent"
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c959 LLVMModuleRef module = LLVMGetGlobalParent(LLVMGetBasicBlockParent(LLVMGetInsertBlock(builder))); in build_intrinsic()
/external/llvm/include/llvm-c/
DCore.h1691 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global);
/external/llvm/lib/IR/
DCore.cpp1344 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 }