Home
last modified time | relevance | path

Searched refs:LLVMGetPointerAddressSpace (Results 1 – 10 of 10) sorted by relevance

/external/llvm/tools/llvm-c-test/
Decho.cpp137 LLVMGetPointerAddressSpace(Src) in Clone()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h430 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
/external/llvm/include/llvm-c/
DCore.h1123 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c370 return Val_int(LLVMGetPointerAddressSpace(PtrTy)); in llvm_address_space()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c474 return Val_int(LLVMGetPointerAddressSpace(PtrTy)); in llvm_address_space()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c271 addr_space = LLVMGetPointerAddressSpace(LLVMTypeOf(ptr)); in get_shared_memory_ptr()
1545 int addr_space = LLVMGetPointerAddressSpace(LLVMTypeOf(ptr)); in cast_ptr()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp369 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace() function
/external/llvm/lib/IR/
DCore.cpp588 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace() function
/external/llvm/bindings/go/llvm/
Dir.go619 func (t Type) PointerAddressSpace() int { return int(C.LLVMGetPointerAddressSpace(t.C)) }
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c3737 addr_space = LLVMGetPointerAddressSpace(LLVMTypeOf(ptr)); in get_memory_ptr()