Home
last modified time | relevance | path

Searched refs:LLVMInt64TypeInContext (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_shader.c171 ret_type= LLVMInt64TypeInContext(gallivm->context); in use_sgpr()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
Dradeonsi_shader.c171 ret_type= LLVMInt64TypeInContext(gallivm->context); in use_sgpr()
/external/llvm/include/llvm-c/
DCore.h804 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C);
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c507 LLVMConstInt(LLVMInt64TypeInContext(gallivm->context), in generate_fetch()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
Ddraw_llvm.c507 LLVMConstInt(LLVMInt64TypeInContext(gallivm->context), in generate_fetch()
/external/llvm/lib/IR/
DCore.cpp308 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C) { in LLVMInt64TypeInContext() function
328 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c270 return LLVMInt64TypeInContext(Context); in llvm_i64_type()