Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c187 module = LLVMGetGlobalParent(function_or_call); in lp_add_function_attr()
191 module = LLVMGetGlobalParent(function); in lp_add_function_attr()
230 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.c4626 LLVMModuleRef module = LLVMGetGlobalParent( in lp_build_tgsi_soa()
Dlp_bld_sample_soa.c4070 LLVMModuleRef module = LLVMGetGlobalParent(LLVMGetBasicBlockParent( in lp_build_sample_soa_func()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h2170 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1820 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global) { in LLVMGetGlobalParent() function