HomeSort by relevance Sort by last modified time
    Searched defs:ret_type (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_assert.c 67 LLVMTypeRef ret_type; local
74 ret_type = LLVMVoidTypeInContext(context);
80 ret_type, arg_types, Elements(arg_types),
lp_bld_format_aos.c 543 LLVMTypeRef ret_type; local
547 ret_type = LLVMVoidTypeInContext(gallivm->context);
552 function_type = LLVMFunctionType(ret_type, arg_types,
648 LLVMTypeRef ret_type; local
651 ret_type = LLVMVoidTypeInContext(gallivm->context);
659 ret_type,
lp_bld_arit.c 1382 LLVMTypeRef ret_type = lp_build_int_vec_type(bld->gallivm, type); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_assert.c 67 LLVMTypeRef ret_type; local
74 ret_type = LLVMVoidTypeInContext(context);
80 ret_type, arg_types, Elements(arg_types),
lp_bld_format_aos.c 543 LLVMTypeRef ret_type; local
547 ret_type = LLVMVoidTypeInContext(gallivm->context);
552 function_type = LLVMFunctionType(ret_type, arg_types,
648 LLVMTypeRef ret_type; local
651 ret_type = LLVMVoidTypeInContext(gallivm->context);
659 ret_type,
lp_bld_arit.c 1382 LLVMTypeRef ret_type = lp_build_int_vec_type(bld->gallivm, type); local
    [all...]
  /art/compiler/llvm/
intrinsic_helper.cc 31 #define DEF_INTRINSICS_FUNC(_, NAME, ATTR, RET_TYPE, ARG1_TYPE, ARG2_TYPE, \
34 { #NAME, ATTR, RET_TYPE, { ARG1_TYPE, ARG2_TYPE, \
127 ::llvm::Type* ret_type = local
131 ::llvm::FunctionType::get(ret_type,
gbc_expander.cc 381 llvm::FunctionType* GetFunctionType(llvm::Type* ret_type, uint32_t method_idx, bool is_static);
700 llvm::Type* ret_type = func->getReturnType(); local
701 if (ret_type->isVoidTy()) {
707 irb_.CreateRet(llvm::UndefValue::get(ret_type));
1000 llvm::Type* ret_type = call_inst.getParent()->getParent()->getReturnType(); local
1247 llvm::Type* ret_type = call_inst.getType(); local
    [all...]
  /external/llvm/include/llvm/Support/
Casting.h 149 typedef To& ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
152 typedef const To &ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
156 typedef To* ret_type; // Pointer arg case, return Ty* typedef in struct:llvm::cast_retty_impl
160 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
164 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
173 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
179 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
185 typename simplify_type<From>::SimpleType>::ret_type ret_type typedef in struct:llvm::cast_retty
    [all...]
  /art/compiler/jni/portable/
jni_compiler.cc 288 ::llvm::Type* ret_type = NULL; local
290 case 'V': ret_type = irb_.getJVoidTy(); break;
295 case 'I': ret_type = irb_.getJIntTy(); break;
296 case 'F': ret_type = irb_.getJFloatTy(); break;
297 case 'J': ret_type = irb_.getJLongTy(); break;
298 case 'D': ret_type = irb_.getJDoubleTy(); break;
299 case 'L': ret_type = irb_.getJObjectTy(); break;
317 return ::llvm::FunctionType::get(ret_type, args_type, false);
  /external/clang/utils/VtableTest/
gen.cc 157 int ret_type = 0; local
159 ret_type = random() % s + 1;
160 if (!base_present[s][ret_type]
161 || !base_present[ret_type][ret_types[s][fn]])
165 ret_type = ret_types[s][fn];
167 ret_type = s;
170 ret_types[s][fn] = ret_type;
172 if (ret_type) {
173 g(" virtual s"); g(ret_type); g("* fun");
177 if (ret_type)
233 int ret_type = 0; local
    [all...]
  /external/libffi/src/s390/
ffi.c 506 int ret_type = cif->flags; local
516 if (ret_type == FFI390_RET_STRUCT)
519 ret_type = FFI390_RET_VOID;
526 ret_type, ecif.rvalue, fn);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 153 LLVMTypeRef ret_type; local
161 ret_type = LLVMFloatTypeInContext(gallivm->context);
162 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE);
166 ret_type = LLVMInt32TypeInContext(gallivm->context);
171 ret_type= LLVMInt64TypeInContext(gallivm->context);
176 ret_type = LLVMInt32TypeInContext(gallivm->context);
177 ret_type = LLVMVectorType(ret_type, 4);
178 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE)
    [all...]
  /external/compiler-rt/lib/msandr/
msandr.cc 570 drsys_param_type_t ret_type; local
587 res = drsys_syscall_return_type(syscall, &ret_type);
589 CHECK(ret_type != DRSYS_TYPE_INVALID);
590 CHECK(!known || ret_type != DRSYS_TYPE_UNKNOWN);
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 153 LLVMTypeRef ret_type; local
161 ret_type = LLVMFloatTypeInContext(gallivm->context);
162 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE);
166 ret_type = LLVMInt32TypeInContext(gallivm->context);
171 ret_type= LLVMInt64TypeInContext(gallivm->context);
176 ret_type = LLVMInt32TypeInContext(gallivm->context);
177 ret_type = LLVMVectorType(ret_type, 4);
178 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE)
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 1796 ::llvm::Type* ret_type = irb_->getJType(RemapShorty(cu_->shorty[0])); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker.cc 302 Atom ret_type; local
310 &ret_type, &format, &length, &size, &data) == Success &&
322 &ret_type, &format, &length, &bytes_after, &data) == Success &&
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_to_hir.cpp 3378 const glsl_type *const ret_type = local
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 3378 const glsl_type *const ret_type = local
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 987 milliseconds