get               137 apps/HelloAndroidCamera2/src/com/android/ex/camera2/blocking/BlockingSessionCallback.java             return mSessionFuture.get(timeoutMs, TimeUnit.MILLISECONDS);
get               127 apps/HelloAndroidCamera2/src/com/android/ex/camera2/pos/AutoFocusStateMachine.java         Integer afState = result.get(CaptureResult.CONTROL_AF_STATE);
get               128 apps/HelloAndroidCamera2/src/com/android/ex/camera2/pos/AutoFocusStateMachine.java         Integer afMode = result.get(CaptureResult.CONTROL_AF_MODE);
get               327 apps/HelloAndroidCamera2/src/com/example/helloandroidcamera2/Camera2BasicFragment.java                 if (characteristics.get(CameraCharacteristics.LENS_FACING)
get               333 apps/HelloAndroidCamera2/src/com/example/helloandroidcamera2/Camera2BasicFragment.java                 mCameraRotated = characteristics.get(CameraCharacteristics.SENSOR_ORIENTATION) >= 180;
get               335 apps/HelloAndroidCamera2/src/com/example/helloandroidcamera2/Camera2BasicFragment.java                 StreamConfigurationMap map = characteristics.get(
get                17 python_bindings/numpy/dtype.cpp         static dtype get() { return DTYPE_FROM_CODE(NPY_INT##bits); }  \
get                21 python_bindings/numpy/dtype.cpp         static dtype get() { return DTYPE_FROM_CODE(NPY_UINT##bits); } \
get                29 python_bindings/numpy/dtype.cpp         static dtype get() { return DTYPE_FROM_CODE(NPY_FLOAT##bits); } \
get                36 python_bindings/numpy/dtype.cpp         static dtype get() { return DTYPE_FROM_CODE(NPY_COMPLEX##bits); } \
get                64 python_bindings/numpy/dtype.cpp     return builtin_int_dtype<bits, isUnsigned>::get();
get                67 python_bindings/numpy/dtype.cpp dtype get_float_dtype() { return builtin_float_dtype<bits>::get(); }
get                69 python_bindings/numpy/dtype.cpp dtype get_complex_dtype() { return builtin_complex_dtype<bits>::get(); }
get                95 python_bindings/numpy/dtype.hpp     static dtype get();
get               111 python_bindings/numpy/dtype.hpp inline dtype dtype::get_builtin() { return detail::builtin_dtype<T>::get(); }
get               183 python_bindings/numpy/ndarray.cpp     return ndarray(python::detail::new_reference(PyArray_Zeros(nd, dims.get(), detail::incref_dtype(dt), 0)));
get               195 python_bindings/numpy/ndarray.cpp     return ndarray(python::detail::new_reference(PyArray_Empty(nd, dims.get(), detail::incref_dtype(dt), 0)));
get                59 python_bindings/python/Param.cpp     return param.get();
get               332 python_bindings/python/Param.cpp         .def("get", &Param<T>::get, p::arg("self"),
get               207 src/Bounds.cpp             interval = scope.get(op->name);
get              1140 src/Bounds.cpp                         Interval i = scope.get(var_a->name);
get              1176 src/Bounds.cpp                         Interval i = scope.get(var_b->name);
get              1272 src/Bounds.cpp             min_val = scope.get(op->name + ".loop_min").min;
get              1278 src/Bounds.cpp             max_val = scope.get(op->name + ".loop_max").max;
get               100 src/Buffer.h           Runtime::Buffer<T>::assert_can_convert_from(*(other.get()));
get               251 src/Buffer.h           return Buffer<T>(Runtime::Buffer<T>::make_with_shape_of(*src.get(), allocate_fn, deallocate_fn),
get               279 src/Buffer.h           return (const void *)(contents.get()) == (const void *)(other.contents.get());
get               291 src/Buffer.h       Runtime::Buffer<T> *get() {
get               295 src/Buffer.h       const Runtime::Buffer<T> *get() const {
get               308 src/Buffer.h           return get()->method(std::forward<Args>(args)...);                                       \
get               316 src/Buffer.h           return get()->method(std::forward<Args>(args)...);                                 \
get               380 src/Buffer.h           return Halide::Runtime::Buffer<T>::can_convert_from(*other.get());
get               393 src/Buffer.h           contents->buf.copy_from(*other.get());
get               399 src/Buffer.h           return (*get())(first, std::forward<Args>(args)...);
get               405 src/Buffer.h           return (*get())(first, std::forward<Args>(args)...);
get               410 src/Buffer.h           return (*get())(pos);
get               415 src/Buffer.h           return (*get())(pos);
get               420 src/Buffer.h           return (*get())();
get               425 src/Buffer.h           return (*get())();
get               109 src/CSE.cpp                    number = let_substitutions.get(var->name);
get               224 src/CSE.cpp            if (!visited.count(e.get())) {
get               225 src/CSE.cpp                visited.insert(e.get());
get               299 src/CodeGen_ARM.cpp                         shift = ConstantInt::get(i32_t, shift_amount);
get               301 src/CodeGen_ARM.cpp                         shift = ConstantInt::get(llvm_type_of(matches[0].type()), shift_amount);
get               394 src/CodeGen_ARM.cpp                     shift = ConstantInt::get(t_arg, shift_amount);
get               396 src/CodeGen_ARM.cpp                     shift = ConstantInt::get(i32_t, shift_amount);
get               495 src/CodeGen_ARM.cpp         Value *undef = UndefValue::get(f32x2);
get               496 src/CodeGen_ARM.cpp         Constant *zero = ConstantInt::get(i32_t, 0);
get               568 src/CodeGen_ARM.cpp         Value *undef = UndefValue::get(f32x2);
get               569 src/CodeGen_ARM.cpp         Constant *zero = ConstantInt::get(i32_t, 0);
get               736 src/CodeGen_ARM.cpp         llvm::FunctionType *fn_type = FunctionType::get(llvm::Type::getVoidTy(*context), arg_types, false);
get               761 src/CodeGen_ARM.cpp                 slice_args.push_back(ConstantInt::get(i32_t, alignment));
get               892 src/CodeGen_ARM.cpp         Value *undef = UndefValue::get(load_return_type);
get               895 src/CodeGen_ARM.cpp             Constant *constant = ConstantInt::get(i32_t, j*stride->value+offset);
get               898 src/CodeGen_ARM.cpp         Constant* constantsV = ConstantVector::get(constants);
get              1137 src/CodeGen_C.cpp         allocations.get(op->name).type != t;
get              1163 src/CodeGen_C.cpp         allocations.get(op->name).type != t;
get              1401 src/CodeGen_C.cpp         string free_function = allocations.get(op->name).free_function;
get               200 src/CodeGen_GPU_Host.cpp         Value *kernel_size = ConstantInt::get(i32_t, kernel_src.size());
get               206 src/CodeGen_GPU_Host.cpp         Value *did_succeed = builder->CreateICmpEQ(result, ConstantInt::get(i32_t, 0));
get               247 src/CodeGen_GPU_Host.cpp         Value *null_float_ptr = ConstantPointerNull::get(CodeGen_LLVM::f32_t->getPointerTo());
get               309 src/CodeGen_GPU_Host.cpp                 closure_args[i].size = allocations.get(closure_args[i].name).constant_bytes;
get               331 src/CodeGen_GPU_Host.cpp         llvm::Type *gpu_args_arr_type = ArrayType::get(arg_t, num_args+1);
get               339 src/CodeGen_GPU_Host.cpp         llvm::Type *gpu_arg_sizes_arr_type = ArrayType::get(target_size_t_type,
get               347 src/CodeGen_GPU_Host.cpp         llvm::Type *gpu_arg_is_buffer_arr_type = ArrayType::get(i8_t, num_args+1);
get               369 src/CodeGen_GPU_Host.cpp                 val = ConstantInt::get(target_size_t_type, 1);
get               394 src/CodeGen_GPU_Host.cpp             builder->CreateStore(ConstantInt::get(target_size_t_type, size_bytes),
get               401 src/CodeGen_GPU_Host.cpp             builder->CreateStore(ConstantInt::get(i8_t, closure_args[i].is_buffer),
get               409 src/CodeGen_GPU_Host.cpp         builder->CreateStore(ConstantPointerNull::get(arg_t),
get               415 src/CodeGen_GPU_Host.cpp         builder->CreateStore(ConstantInt::get(target_size_t_type, 0),
get               421 src/CodeGen_GPU_Host.cpp         builder->CreateStore(ConstantInt::get(i8_t, 0),
get               475 src/CodeGen_GPU_Host.cpp         Value *did_succeed = builder->CreateICmpEQ(result, ConstantInt::get(i32_t, 0));
get               497 src/CodeGen_GPU_Host.cpp                                           ConstantPointerNull::get(void_ptr_type),
get               575 src/CodeGen_Hexagon.cpp     llvm::Function *intrin = Intrinsic::getDeclaration(module.get(), (llvm::Intrinsic::ID)id);
get               593 src/CodeGen_Hexagon.cpp         llvm::FunctionType::get(llvm_type_of(ret_ty), llvm_arg_types, false);
get               596 src/CodeGen_Hexagon.cpp                                "halide.hexagon." + name, module.get());
get               676 src/CodeGen_Hexagon.cpp         return UndefValue::get(ty);
get               698 src/CodeGen_Hexagon.cpp     llvm::Function *intrin = Intrinsic::getDeclaration(module.get(), (llvm::Intrinsic::ID)id);
get               715 src/CodeGen_Hexagon.cpp             llvm::Type *native_ty = llvm::VectorType::get(element_ty, native_elements);
get               724 src/CodeGen_Hexagon.cpp             llvm::Type *native2_ty = llvm::VectorType::get(element_ty, native_elements*2);
get               843 src/CodeGen_Hexagon.cpp     llvm::Type *native_ty = llvm::VectorType::get(element_ty, native_elements);
get               844 src/CodeGen_Hexagon.cpp     llvm::Type *native2_ty = llvm::VectorType::get(element_ty, native_elements*2);
get               848 src/CodeGen_Hexagon.cpp     llvm::Type *result_ty = VectorType::get(element_ty, result_elements);
get               862 src/CodeGen_Hexagon.cpp         return shuffle_vectors(b, UndefValue::get(b->getType()), shifted_indices);
get               871 src/CodeGen_Hexagon.cpp             Intrinsic::getDeclaration(module.get(), IPICK(is_128B, Intrinsic::hexagon_V6_vcombine));
get               972 src/CodeGen_Hexagon.cpp                                                  {ab_i1, ab_i0, ConstantInt::get(i32_t, -element_bytes)});
get              1056 src/CodeGen_Hexagon.cpp         llvm::VectorType::get(lut_ty->getVectorElementType(), native_idx_elements);
get              1085 src/CodeGen_Hexagon.cpp                     ConstantInt::get(i32_t, 2 * pass_index + 0),
get              1086 src/CodeGen_Hexagon.cpp                     ConstantInt::get(i32_t, 2 * pass_index + 1),
get              1128 src/CodeGen_Hexagon.cpp         llvm_indices.push_back(ConstantInt::get(i8_t, i));
get              1133 src/CodeGen_Hexagon.cpp         return vlut(lut, ConstantVector::get(llvm_indices), min_index, max_index);
get              1136 src/CodeGen_Hexagon.cpp     llvm::Type *i8x_t = VectorType::get(i8_t, indices.size());
get              1137 src/CodeGen_Hexagon.cpp     llvm::Type *i16x_t = VectorType::get(i16_t, indices.size());
get              1158 src/CodeGen_Hexagon.cpp             llvm_indices.push_back(ConstantInt::get(i16_t, i - min_index_i));
get              1160 src/CodeGen_Hexagon.cpp         Value *llvm_index = ConstantVector::get(llvm_indices);
get                52 src/CodeGen_Internal.cpp         Value *val = src.get(v.first);
get                64 src/CodeGen_Internal.cpp             Value *val = src.get(b.first);
get                73 src/CodeGen_Internal.cpp                 val = src.get(b.first + ".buffer");
get                76 src/CodeGen_Internal.cpp                 val = ConstantPointerNull::get(t);
get               133 src/CodeGen_Internal.cpp         return VectorType::get(element_type, t.lanes());
get               435 src/CodeGen_Internal.cpp         to.addModuleFlag(llvm::Module::Warning, "halide_mcpu", llvm::MDString::get(context, mcpu));
get               440 src/CodeGen_Internal.cpp         to.addModuleFlag(llvm::Module::Warning, "halide_mattrs", llvm::MDString::get(context, mattrs));
get               387 src/CodeGen_LLVM.cpp     i8x8 = VectorType::get(i8_t, 8);
get               388 src/CodeGen_LLVM.cpp     i8x16 = VectorType::get(i8_t, 16);
get               389 src/CodeGen_LLVM.cpp     i8x32 = VectorType::get(i8_t, 32);
get               390 src/CodeGen_LLVM.cpp     i16x4 = VectorType::get(i16_t, 4);
get               391 src/CodeGen_LLVM.cpp     i16x8 = VectorType::get(i16_t, 8);
get               392 src/CodeGen_LLVM.cpp     i16x16 = VectorType::get(i16_t, 16);
get               393 src/CodeGen_LLVM.cpp     i32x2 = VectorType::get(i32_t, 2);
get               394 src/CodeGen_LLVM.cpp     i32x4 = VectorType::get(i32_t, 4);
get               395 src/CodeGen_LLVM.cpp     i32x8 = VectorType::get(i32_t, 8);
get               396 src/CodeGen_LLVM.cpp     i64x2 = VectorType::get(i64_t, 2);
get               397 src/CodeGen_LLVM.cpp     i64x4 = VectorType::get(i64_t, 4);
get               398 src/CodeGen_LLVM.cpp     f32x2 = VectorType::get(f32_t, 2);
get               399 src/CodeGen_LLVM.cpp     f32x4 = VectorType::get(f32_t, 4);
get               400 src/CodeGen_LLVM.cpp     f32x8 = VectorType::get(f32_t, 8);
get               401 src/CodeGen_LLVM.cpp     f64x2 = VectorType::get(f64_t, 2);
get               402 src/CodeGen_LLVM.cpp     f64x4 = VectorType::get(f64_t, 4);
get               494 src/CodeGen_LLVM.cpp     module->addModuleFlag(llvm::Module::Warning, "halide_mcpu", MDString::get(*context, mcpu()));
get               495 src/CodeGen_LLVM.cpp     module->addModuleFlag(llvm::Module::Warning, "halide_mattrs", MDString::get(*context, mattrs()));
get               541 src/CodeGen_LLVM.cpp                 define_matlab_wrapper(module.get(), wrapper, metadata_getter);
get               546 src/CodeGen_LLVM.cpp     debug(2) << module.get() << "\n";
get               575 src/CodeGen_LLVM.cpp     FunctionType *func_t = FunctionType::get(i32_t, arg_types, false);
get               580 src/CodeGen_LLVM.cpp         function = llvm::Function::Create(func_t, llvm_linkage(linkage), extern_name, module.get());
get               642 src/CodeGen_LLVM.cpp     return_with_error_code(ConstantInt::get(i32_t, 0));
get               696 src/CodeGen_LLVM.cpp         ret.push_back(ConstantInt::get(t, *i));
get               757 src/CodeGen_LLVM.cpp         case Always:    should_call = ConstantInt::get(i1_t, 1); break;
get               779 src/CodeGen_LLVM.cpp     Value *should_call = ConstantInt::get(i1_t, 1);
get               795 src/CodeGen_LLVM.cpp         ConstantInt::get(i8_t, buf.type().code()),
get               796 src/CodeGen_LLVM.cpp         ConstantInt::get(i8_t, buf.type().bits()),
get               797 src/CodeGen_LLVM.cpp         ConstantInt::get(i16_t, buf.type().lanes())
get               807 src/CodeGen_LLVM.cpp         shape = ConstantPointerNull::get(dimension_t_type->getPointerTo());
get               819 src/CodeGen_LLVM.cpp         ConstantInt::get(i64_t, 0),                              // device
get               820 src/CodeGen_LLVM.cpp         ConstantPointerNull::get(device_interface_t_type->getPointerTo()), // device_interface
get               822 src/CodeGen_LLVM.cpp         ConstantInt::get(i64_t, halide_buffer_flag_host_dirty),  // flags
get               823 src/CodeGen_LLVM.cpp         ConstantStruct::get(type_t_type, type_fields),           // type
get               824 src/CodeGen_LLVM.cpp         ConstantInt::get(i32_t, buf.dimensions()),               // dimensions
get               826 src/CodeGen_LLVM.cpp         ConstantPointerNull::get(i8_t->getPointerTo()),          // padding
get               828 src/CodeGen_LLVM.cpp     Constant *buffer_struct = ConstantStruct::get(buffer_t_type, fields);
get               837 src/CodeGen_LLVM.cpp     Constant *zero[] = {ConstantInt::get(i32_t, 0)};
get               860 src/CodeGen_LLVM.cpp     Constant *zero[] = {ConstantInt::get(i32_t, 0)};
get               871 src/CodeGen_LLVM.cpp     llvm::FunctionType *func_t = llvm::FunctionType::get(i32_t, args_t, false);
get               872 src/CodeGen_LLVM.cpp     llvm::Function *wrapper = llvm::Function::Create(func_t, llvm::GlobalValue::ExternalLinkage, name, module.get());
get               904 src/CodeGen_LLVM.cpp     Constant *zero = ConstantInt::get(i32_t, 0);
get               915 src/CodeGen_LLVM.cpp             ConstantInt::get(i8_t, args[arg].type.code()),
get               916 src/CodeGen_LLVM.cpp             ConstantInt::get(i8_t, args[arg].type.bits()),
get               917 src/CodeGen_LLVM.cpp             ConstantInt::get(i16_t, 1)
get               919 src/CodeGen_LLVM.cpp         Constant *type = ConstantStruct::get(type_t_type, type_fields);
get               931 src/CodeGen_LLVM.cpp             ConstantInt::get(i32_t, args[arg].kind),
get               932 src/CodeGen_LLVM.cpp             ConstantInt::get(i32_t, args[arg].dimensions),
get               938 src/CodeGen_LLVM.cpp         arguments_array_entries.push_back(ConstantStruct::get(argument_t_type, argument_fields));
get               940 src/CodeGen_LLVM.cpp     llvm::ArrayType *arguments_array = ArrayType::get(argument_t_type, num_args);
get               946 src/CodeGen_LLVM.cpp         ConstantArray::get(arguments_array, arguments_array_entries));
get               951 src/CodeGen_LLVM.cpp         /* num_arguments */ ConstantInt::get(i32_t, num_args),
get               962 src/CodeGen_LLVM.cpp         ConstantStruct::get(metadata_t_type, metadata_fields),
get               965 src/CodeGen_LLVM.cpp     llvm::FunctionType *func_t = llvm::FunctionType::get(metadata_t_type->getPointerTo(), false);
get               966 src/CodeGen_LLVM.cpp     llvm::Function *metadata_getter = llvm::Function::Create(func_t, llvm::GlobalValue::ExternalLinkage, metadata_name, module.get());
get               967 src/CodeGen_LLVM.cpp     llvm::BasicBlock *block = llvm::BasicBlock::Create(module.get()->getContext(), "entry", metadata_getter);
get              1017 src/CodeGen_LLVM.cpp     MyFunctionPassManager function_pass_manager(module.get());
get              1082 src/CodeGen_LLVM.cpp     return symbol_table.get(name);
get              1110 src/CodeGen_LLVM.cpp     value = ConstantInt::get(llvm_type_of(op->type), op->value);
get              1114 src/CodeGen_LLVM.cpp     value = ConstantFP::get(llvm_type_of(op->type), op->value);
get              1490 src/CodeGen_LLVM.cpp     Value *base_address = symbol_table.get(buffer);
get              1496 src/CodeGen_LLVM.cpp     llvm::DataLayout d(module.get());
get              1511 src/CodeGen_LLVM.cpp     Value *base_address = symbol_table.get(buffer);
get              1532 src/CodeGen_LLVM.cpp     llvm::DataLayout d(module.get());
get              1710 src/CodeGen_LLVM.cpp             value = UndefValue::get(llvm_type_of(op->type));
get              1712 src/CodeGen_LLVM.cpp                 Value *lane = ConstantInt::get(i32_t, i);
get              1724 src/CodeGen_LLVM.cpp             Value *vec = UndefValue::get(llvm_type_of(op->type));
get              1730 src/CodeGen_LLVM.cpp                 vec = builder->CreateInsertElement(vec, val, ConstantInt::get(i32_t, i));
get              1736 src/CodeGen_LLVM.cpp             Value *vec = UndefValue::get(llvm_type_of(op->type));
get              1738 src/CodeGen_LLVM.cpp                 Value *idx = builder->CreateExtractElement(index, ConstantInt::get(i32_t, i));
get              1742 src/CodeGen_LLVM.cpp                 vec = builder->CreateInsertElement(vec, val, ConstantInt::get(i32_t, i));
get              1765 src/CodeGen_LLVM.cpp         value = UndefValue::get(llvm_type_of(op->type));
get              1776 src/CodeGen_LLVM.cpp             value = builder->CreateInsertElement(value, base, ConstantInt::get(i32_t, i));
get              1782 src/CodeGen_LLVM.cpp     Constant *undef = UndefValue::get(VectorType::get(v->getType(), lanes));
get              1783 src/CodeGen_LLVM.cpp     Constant *zero = ConstantInt::get(i32_t, 0);
get              1878 src/CodeGen_LLVM.cpp     Value *result = UndefValue::get(result_type);
get              1882 src/CodeGen_LLVM.cpp         result = builder->CreateInsertElement(result, v, ConstantInt::get(i32_t, i));
get              1942 src/CodeGen_LLVM.cpp             Constant *lane = ConstantInt::get(i32_t, i);
get              2014 src/CodeGen_LLVM.cpp         llvm::Type *slice_type = VectorType::get(llvm_type_of(load->type.element_of()), slice_lanes);
get              2123 src/CodeGen_LLVM.cpp             llvm::DataLayout d(module.get());
get              2138 src/CodeGen_LLVM.cpp             llvm::DataLayout d(module.get());
get              2243 src/CodeGen_LLVM.cpp         llvm::Function *fn = Intrinsic::getDeclaration(module.get(), Intrinsic::ctpop, arg_type);
get              2251 src/CodeGen_LLVM.cpp         llvm::Function *fn = Intrinsic::getDeclaration(module.get(),
get              2303 src/CodeGen_LLVM.cpp             value = ConstantPointerNull::get(dyn_cast<PointerType>(llvm_type_of(op->type)));
get              2323 src/CodeGen_LLVM.cpp                                            (llvm::Type *)ArrayType::get(types[0], types.size()) :
get              2324 src/CodeGen_LLVM.cpp                                            (llvm::Type *)StructType::get(*context, types));
get              2408 src/CodeGen_LLVM.cpp                     call_args.push_back(ConstantInt::get(i32_t, 1));
get              2412 src/CodeGen_LLVM.cpp                     call_args.push_back(ConstantInt::get(i32_t, 1));
get              2417 src/CodeGen_LLVM.cpp                     call_args.push_back(ConstantInt::get(i32_t, t.bits() == 64 ? 1 : 0));
get              2467 src/CodeGen_LLVM.cpp             FunctionType *func_t = FunctionType::get(void_t, arg_types, false);
get              2468 src/CodeGen_LLVM.cpp             f = llvm::Function::Create(func_t, llvm::Function::ExternalLinkage, fn->value, module.get());
get              2538 src/CodeGen_LLVM.cpp                 FunctionType *func_t = FunctionType::get(result_type, arg_types, false);
get              2540 src/CodeGen_LLVM.cpp                                                 extern_sub_fn_name, module.get());
get              2563 src/CodeGen_LLVM.cpp             ConstantPointerNull::get(base_fn->getType()),
get              2638 src/CodeGen_LLVM.cpp         llvm::DataLayout d(module.get());
get              2639 src/CodeGen_LLVM.cpp         value = ConstantInt::get(i32_t, (int)d.getTypeAllocSize(buffer_t_type));
get              2717 src/CodeGen_LLVM.cpp             FunctionType *func_t = FunctionType::get(scalar_result_type, arg_types, false);
get              2719 src/CodeGen_LLVM.cpp             fn = llvm::Function::Create(func_t, llvm::Function::ExternalLinkage, name, module.get());
get              2746 src/CodeGen_LLVM.cpp                         t = VectorType::get(t, halide_arg.type().lanes());
get              2781 src/CodeGen_LLVM.cpp                 value = UndefValue::get(result_type);
get              2783 src/CodeGen_LLVM.cpp                     Value *idx = ConstantInt::get(i32_t, i);
get              2859 src/CodeGen_LLVM.cpp     llvm::Type *type = ArrayType::get(i8_t, data.size());
get              2864 src/CodeGen_LLVM.cpp     global->setInitializer(ConstantDataArray::get(*context, data_array));
get              2867 src/CodeGen_LLVM.cpp     Constant *zero = ConstantInt::get(i32_t, 0);
get              2883 src/CodeGen_LLVM.cpp         Value *scalar_cond = builder->CreateExtractElement(cond, ConstantInt::get(i32_t, 0));
get              2885 src/CodeGen_LLVM.cpp             Value *lane = builder->CreateExtractElement(cond, ConstantInt::get(i32_t, i));
get              2965 src/CodeGen_LLVM.cpp         Value *next_var = builder->CreateNSWAdd(phi, ConstantInt::get(i32_t, 1));
get              2996 src/CodeGen_LLVM.cpp         FunctionType *func_t = FunctionType::get(i32_t, args_t, false);
get              2999 src/CodeGen_LLVM.cpp                                           "par_for_" + function->getName() + "_" + op->name, module.get());
get              3044 src/CodeGen_LLVM.cpp         return_with_error_code(ConstantInt::get(i32_t, 0));
get              3067 src/CodeGen_LLVM.cpp         Value *did_succeed = builder->CreateICmpEQ(result, ConstantInt::get(i32_t, 0));
get              3150 src/CodeGen_LLVM.cpp                 Constant *lane = ConstantInt::get(i32_t, i);
get              3172 src/CodeGen_LLVM.cpp                 Value *lane = ConstantInt::get(i32_t, i);
get              3247 src/CodeGen_LLVM.cpp         value = builder->CreateExtractElement(value, ConstantInt::get(i32_t, 0));
get              3259 src/CodeGen_LLVM.cpp     Value *size = ConstantInt::get(i32_t, n);
get              3280 src/CodeGen_LLVM.cpp         ctx = ConstantPointerNull::get(i8_t->getPointerTo()); // void*
get              3325 src/CodeGen_LLVM.cpp                 llvm::VectorType::get(result_type->getScalarType(), intrin_lanes);
get              3341 src/CodeGen_LLVM.cpp         llvm::Type *intrinsic_result_type = VectorType::get(result_type->getScalarType(), intrin_lanes);
get              3342 src/CodeGen_LLVM.cpp         FunctionType *func_t = FunctionType::get(intrinsic_result_type, arg_types, false);
get              3343 src/CodeGen_LLVM.cpp         fn = llvm::Function::Create(func_t, llvm::Function::ExternalLinkage, name, module.get());
get              3440 src/CodeGen_LLVM.cpp             llvm_indices[i] = ConstantInt::get(i32_t, indices[i]);
get              3444 src/CodeGen_LLVM.cpp             llvm_indices[i] = UndefValue::get(i32_t);
get              3448 src/CodeGen_LLVM.cpp     return builder->CreateShuffleVector(a, b, ConstantVector::get(llvm_indices));
get              3452 src/CodeGen_LLVM.cpp     Value *b = UndefValue::get(a->getType());
get               240 src/CodeGen_Metal_Dev.cpp                               allocations.get(op->name).type == op->type);
get               319 src/CodeGen_Metal_Dev.cpp                                   allocations.get(op->name).type == t);
get               245 src/CodeGen_OpenCL_Dev.cpp                               allocations.get(op->name).type == op->type);
get               325 src/CodeGen_OpenCL_Dev.cpp                                   allocations.get(op->name).type == t);
get                65 src/CodeGen_PTX_Dev.cpp     FunctionType *func_t = FunctionType::get(void_t, arg_types, false);
get                66 src/CodeGen_PTX_Dev.cpp     function = llvm::Function::Create(func_t, llvm::Function::ExternalLinkage, name, module.get());
get               116 src/CodeGen_PTX_Dev.cpp         llvm::ValueAsMetadata::get(function),
get               117 src/CodeGen_PTX_Dev.cpp         MDString::get(*context, "kernel"),
get               118 src/CodeGen_PTX_Dev.cpp         llvm::ValueAsMetadata::get(ConstantInt::get(i32_t, 1))
get               121 src/CodeGen_PTX_Dev.cpp     MDNode *md_node = MDNode::get(*context, md_args);
get               188 src/CodeGen_PTX_Dev.cpp         Value *shared_base = Constant::getNullValue(PointerType::get(i8_t, 3));
get               210 src/CodeGen_PTX_Dev.cpp         Value *ptr = builder->CreateAlloca(llvm_type_of(alloc->type), ConstantInt::get(i32_t, size));
get               301 src/CodeGen_PTX_Dev.cpp     internal_assert(target_machine.get()) << "Could not allocate target machine!";
get               308 src/CodeGen_PTX_Dev.cpp     legacy::FunctionPassManager function_pass_manager(module.get());
get               109 src/CodeGen_Posix.cpp         Value *padding = ConstantInt::get(llvm_size->getType(), allocation_padding(type));
get               115 src/CodeGen_Posix.cpp                                           ConstantInt::get(llvm_size->getType(), 0));
get               237 src/CodeGen_Posix.cpp     Allocation alloc = allocations.get(name);
get               255 src/CodeGen_Posix.cpp         return allocations.get(n).name;
get               193 src/Deinterleave.cpp                 expr = internal.get(op->name);
get                36 src/DeviceInterface.cpp         JITSharedRuntime::get(nullptr, target.with_feature(Target::JIT)));
get               576 src/Elf.cpp            shdr.sh_name = strings.get(s.get_name());
get               744 src/Elf.cpp                safe_assign(sym.st_name, strings.get(s->get_name()));
get               845 src/Elf.cpp            safe_assign(shdr.sh_name, strings.get(".rela" + s.get_name()));
get               865 src/Elf.cpp        strings.get(soname);
get               867 src/Elf.cpp            strings.get(i);
get               871 src/Elf.cpp        strings.get(dynamic.get_name());
get               875 src/Elf.cpp        strings.get(strtab.get_name());
get               889 src/Elf.cpp            dyn.push_back(make_dyn(DT_NEEDED, strings.get(i)));
get               892 src/Elf.cpp            dyn.push_back(make_dyn(DT_SONAME, strings.get(soname)));
get                17 src/EliminateBoolVectors.cpp             expr = Variable::make(lets.get(op->name), op->name);
get               300 src/Expr.h             return a.get() < b.get();
get                26 src/ExprUsesVar.h             include(scope.get(name));
get              1100 src/Generator.cpp             generator_params.push_back(owned_synthetic_params.back().get());
get              1102 src/Generator.cpp             generator_params.push_back(owned_synthetic_params.back().get());
get              1106 src/Generator.cpp             generator_params.push_back(owned_synthetic_params.back().get());
get               520 src/Generator.h         user_assert(!iss.fail() && iss.get() == EOF) << "Unable to parse: " << new_value_string;
get              2045 src/Generator.h     user_assert(!iss.fail() && iss.get() == EOF) << "Unable to parse: " << value;
get              2593 src/Generator.h         return {build_input(Indices, std::get<Indices>(t))...};
get              2625 src/Generator.h         internal_assert(g.get() != nullptr);
get               727 src/HexagonOffload.cpp                 arg.alignment = alignment_info.get(i.first);
get              1360 src/HexagonOptimize.cpp         bool deinterleave = buffers.get(op->name) == BufferState::Interleaved;
get                34 src/IREquality.h         uint64_t pa = (uint64_t)(a.get());
get                35 src/IREquality.h         uint64_t pb = (uint64_t)(b.get());
get               242 src/IRVisitor.cpp     if (visited.count(e.get())) {
get               245 src/IRVisitor.cpp         visited.insert(e.get());
get               252 src/IRVisitor.cpp     if (visited.count(s.get())) {
get               255 src/IRVisitor.cpp         visited.insert(s.get());
get                46 src/ImageParam.h     EXPORT Buffer<> get() const;
get               884 src/Introspection.cpp         obj = maybe_obj.get().getBinary();
get               896 src/Introspection.cpp         obj = maybe_obj.get().getBinary();
get                89 src/IntrusivePtr.h     T *get() const {
get               247 src/JITModule.cpp     std::vector<JITModule> shared_runtime = JITSharedRuntime::get(llvm_module.get(), m.target());
get               400 src/JITModule.cpp         const JITModuleContents *dep = dep_holder.jit_module.get();
get               410 src/JITModule.cpp     internal_assert(!module_already_in_graph(dep.jit_module.get(), jit_module.get(), already_seen)) << "JITModule::add_dependency: creating circular dependency graph.\n";
get               429 src/JITModule.cpp     llvm::Type *halide_buffer_t_star = llvm::PointerType::get(halide_buffer_t, 0);
get               448 src/JITModule.cpp     symbol.llvm_type = llvm::FunctionType::get(ret_type, llvm_arg_types, false);
get               757 src/JITModule.cpp         *((void **)arg_addr) = runtime.jit_module.get();
get               146 src/JITModule.h     EXPORT static std::vector<JITModule> get(llvm::Module *m, const Target &target, bool create = true);
get                30 src/LLVM_Output.cpp     internal_assert(target_machine.get()) << "Could not allocate target machine!\n";
get               423 src/LLVM_Runtime_Linker.cpp         bool failed = llvm::Linker::LinkModules(modules[0].get(),
get               887 src/LLVM_Runtime_Linker.cpp         undo_win32_name_mangling(modules[0].get());
get               891 src/LLVM_Runtime_Linker.cpp         add_underscores_to_posix_calls_on_windows(modules[0].get());
get                32 src/LoopCarry.cpp             return linear.get(v->name);
get               145 src/LoopCarry.cpp             Expr step = linear.get(op->name);
get                24 src/MatlabWrapper.cpp     Value *user_context = ConstantPointerNull::get(i8_ty->getPointerTo());
get                39 src/MatlabWrapper.cpp     FunctionType *mex_ty = FunctionType::get(void_ty, mex_arg_types, false);
get               169 src/ModulusRemainder.cpp         ModulusRemainder mod_rem = scope.get(op->name);
get                58 src/Monotonic.cpp             result = scope.get(op->name);
get                94 src/Param.h        NO_INLINE T get() const {
get                89 src/PrintLoopNest.cpp             min_val = constants.get(min_var->name);
get                93 src/PrintLoopNest.cpp             extent_val = constants.get(extent_var->name);
get               157 src/Profiling.cpp         AllocSize alloc = func_alloc_sizes.get(op->name);
get               181 src/ScheduleParam.h         user_assert(!iss.fail() && iss.get() == EOF) << "Unable to parse " << name() << ": " << new_value_string;
get               105 src/Scope.h        T get(const std::string &name) const {
get               109 src/Scope.h                    return containing_scope->get(name);
get               313 src/Simplify.cpp                 pair<int64_t, int64_t> b = bounds_info.get(v->name);
get              4716 src/Simplify.cpp         info = var_info.get(op->name);
get                58 src/SlidingWindow.cpp             expr = scope.get(var->name);
get               133 src/SlidingWindow.cpp                 Expr min_req = scope.get(var + ".min");
get               134 src/SlidingWindow.cpp                 Expr max_req = scope.get(var + ".max");
get               703 src/Solve.cpp              CacheEntry e = scope.get(op->name);
get               707 src/Solve.cpp              Expr e = external_scope.get(op->name);
get               869 src/Solve.cpp                  scope.get(op->name).accept(this);
get              1197 src/Solve.cpp              Interval i = scope.get(op->name);
get                99 src/StmtToHtml.cpp             id = scope.get(x);
get               376 src/StorageFolding.cpp             expr = scope.get(op->name);
get               147 src/VaryingAttributes.cpp             order = scope.get(op->name);
get               536 src/VaryingAttributes.cpp         } else if (scope.contains(op->name) && (op->type != scope.get(op->name).type())) {
get               540 src/VaryingAttributes.cpp             expr = Variable::make(scope.get(op->name).type(), op->name);
get               407 src/VectorizeLoops.cpp             expr = Variable::make(scope.get(op->name).type(), widened_name);
get                36 test/correctness/autotune_bug.cpp     assert(in_img.get().data());
get               386 test/correctness/boundary_conditions.cpp         success &= f.get();
get                12 test/correctness/bounds_of_abs.cpp     Buffer<int> im = in.get();
get                12 test/correctness/bounds_of_cast.cpp     Buffer<int> im = in.get();
get                24 test/correctness/bounds_of_func.cpp         Buffer<float> in_buf = in.get();
get                45 test/correctness/bounds_of_func.cpp         Buffer<float> in_buf = in.get();
get                65 test/correctness/bounds_of_func.cpp         Buffer<float> in_buf = in.get();
get                93 test/correctness/bounds_of_func.cpp         Buffer<float> in_buf = in.get();
get                16 test/correctness/bounds_of_monotonic_math.cpp     Buffer<float> in = input.get();
get                28 test/correctness/bounds_query.cpp     Buffer<int> b = tmp.get();
get                30 test/correctness/extern_bounds_inference.cpp     Buffer<uint8_t> buf = im.get();
get                69 test/correctness/introspection.cpp     return b.get();
get               596 test/correctness/mul_div_mod.cpp         success &= f.get();
get                29 test/correctness/multipass_constraints.cpp     if (in.get().dim(0).min() != -4 ||
get                30 test/correctness/multipass_constraints.cpp         in.get().dim(0).extent() != 34 ||
get                31 test/correctness/multipass_constraints.cpp         in.get().dim(1).min() != 1 ||
get                32 test/correctness/multipass_constraints.cpp         in.get().dim(1).extent() != 10 ||
get                41 test/correctness/multipass_constraints.cpp                in.get().dim(0).min(), in.get().dim(0).extent(),
get                42 test/correctness/multipass_constraints.cpp                in.get().dim(1).min(), in.get().dim(1).extent(),
get              2062 test/correctness/simd_op_check.cpp             const TestResult &result = f.get();
get               229 test/correctness/specialize.cpp         int m = im.get().min(0), e = im.get().extent(0);
get               268 test/correctness/specialize.cpp         int m = im.get().min(0);
get               276 test/correctness/specialize.cpp         m = im.get().min(0);
get               348 test/correctness/specialize.cpp         if (im.get().extent(0) != 3) {
get               353 test/correctness/specialize.cpp         if (im.get().extent(1) != 2) {
get               468 test/correctness/specialize.cpp         int w = im.get().width();
get               469 test/correctness/specialize.cpp         int h = im.get().height();
get               478 test/correctness/specialize.cpp         w = im.get().width();
get               479 test/correctness/specialize.cpp         h = im.get().height();
get               502 test/correctness/specialize.cpp         int w = im.get().width();
get               503 test/correctness/specialize.cpp         int h = im.get().height();
get               517 test/correctness/specialize.cpp         w = im.get().width();
get               518 test/correctness/specialize.cpp         h = im.get().height();
get               163 test/correctness/vector_cast.cpp         ok &= f.get();
get               640 test/correctness/vector_math.cpp         ok &= f.get();
get                28 test/error/expanding_reduction.cpp     Buffer<int> in(input.get());