HomeSort by relevance Sort by last modified time
    Searched refs:LLVMInt64TypeInContext (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 171 ret_type= LLVMInt64TypeInContext(gallivm->context);
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h 373 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C);
    [all...]
  /external/llvm/include/llvm-c/
Core.h 852 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 507 LLVMConstInt(LLVMInt64TypeInContext(gallivm->context),
    [all...]
  /external/llvm/lib/IR/
Core.cpp 392 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C) {
415 return LLVMInt64TypeInContext(LLVMGetGlobalContext());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp 193 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C) {
213 return LLVMInt64TypeInContext(LLVMGetGlobalContext());
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 317 return LLVMInt64TypeInContext(Context);
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c 208 return LLVMInt64TypeInContext(Context);
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go 484 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return }
    [all...]

Completed in 223 milliseconds