llvm_type_of      301 src/CodeGen_ARM.cpp                         shift = ConstantInt::get(llvm_type_of(matches[0].type()), shift_amount);
llvm_type_of      303 src/CodeGen_ARM.cpp                     value = call_pattern(pattern, llvm_type_of(t),
llvm_type_of      390 src/CodeGen_ARM.cpp                 llvm::Type *t_arg = llvm_type_of(matches[0].type());
llvm_type_of      391 src/CodeGen_ARM.cpp                 llvm::Type *t_result = llvm_type_of(op->type);
llvm_type_of      720 src/CodeGen_ARM.cpp             arg_types = vector<llvm::Type *>(num_vecs + 2, llvm_type_of(intrin_type));
llvm_type_of      733 src/CodeGen_ARM.cpp             arg_types = vector<llvm::Type *>(num_vecs + 1, llvm_type_of(intrin_type));
llvm_type_of      734 src/CodeGen_ARM.cpp             arg_types.back() = llvm_type_of(intrin_type.element_of())->getPointerTo();
llvm_type_of      890 src/CodeGen_ARM.cpp         llvm::Type *load_return_type = llvm_type_of(op->type.with_lanes(intrin_lanes*stride->value));
llvm_type_of       55 src/CodeGen_GPU_Host.h     using CodeGen_CPU::llvm_type_of;
llvm_type_of      588 src/CodeGen_Hexagon.cpp         llvm_arg_types.push_back(llvm_type_of(i));
llvm_type_of      593 src/CodeGen_Hexagon.cpp         llvm::FunctionType::get(llvm_type_of(ret_ty), llvm_arg_types, false);
llvm_type_of     1362 src/CodeGen_Hexagon.cpp             value = call_intrin(llvm_type_of(op->type),
llvm_type_of       22 src/CodeGen_Internal.cpp         res.push_back(llvm_type_of(&context, v.second));
llvm_type_of       25 src/CodeGen_Internal.cpp         res.push_back(llvm_type_of(&context, b.second.type)->getPointerTo());
llvm_type_of      132 src/CodeGen_Internal.cpp         llvm::Type *element_type = llvm_type_of(c, t.element_of());
llvm_type_of       48 src/CodeGen_Internal.h llvm::Type *llvm_type_of(llvm::LLVMContext *context, Halide::Type t);
llvm_type_of      572 src/CodeGen_LLVM.cpp             arg_types[i] = llvm_type_of(args[i].type);
llvm_type_of      976 src/CodeGen_LLVM.cpp     return Internal::llvm_type_of(context, t);
llvm_type_of     1106 src/CodeGen_LLVM.cpp     value = ConstantInt::getSigned(llvm_type_of(op->type), op->value);
llvm_type_of     1110 src/CodeGen_LLVM.cpp     value = ConstantInt::get(llvm_type_of(op->type), op->value);
llvm_type_of     1114 src/CodeGen_LLVM.cpp     value = ConstantFP::get(llvm_type_of(op->type), op->value);
llvm_type_of     1127 src/CodeGen_LLVM.cpp     llvm::Type *llvm_dst = llvm_type_of(dst);
llvm_type_of     1148 src/CodeGen_LLVM.cpp             value = builder->CreateFPToUI(value, llvm_type_of(dst.with_bits(8)));
llvm_type_of     1519 src/CodeGen_LLVM.cpp     llvm::Type *load_type = llvm_type_of(type)->getPointerTo(address_space);
llvm_type_of     1710 src/CodeGen_LLVM.cpp             value = UndefValue::get(llvm_type_of(op->type));
llvm_type_of     1724 src/CodeGen_LLVM.cpp             Value *vec = UndefValue::get(llvm_type_of(op->type));
llvm_type_of     1736 src/CodeGen_LLVM.cpp             Value *vec = UndefValue::get(llvm_type_of(op->type));
llvm_type_of     1765 src/CodeGen_LLVM.cpp         value = UndefValue::get(llvm_type_of(op->type));
llvm_type_of     1876 src/CodeGen_LLVM.cpp     llvm::Type *result_type = llvm_type_of(e.type());
llvm_type_of     2014 src/CodeGen_LLVM.cpp         llvm::Type *slice_type = VectorType::get(llvm_type_of(load->type.element_of()), slice_lanes);
llvm_type_of     2117 src/CodeGen_LLVM.cpp         llvm::Type *llvm_dst = llvm_type_of(dst);
llvm_type_of     2125 src/CodeGen_LLVM.cpp                 llvm::Type *intermediate = llvm_type_of(UInt(32, dst.lanes()));
llvm_type_of     2140 src/CodeGen_LLVM.cpp                 llvm::Type *intermediate = llvm_type_of(UInt(32, src.lanes()));
llvm_type_of     2242 src/CodeGen_LLVM.cpp         arg_type[0] = llvm_type_of(op->args[0].type());
llvm_type_of     2250 src/CodeGen_LLVM.cpp         arg_type[0] = llvm_type_of(op->args[0].type());
llvm_type_of     2303 src/CodeGen_LLVM.cpp             value = ConstantPointerNull::get(dyn_cast<PointerType>(llvm_type_of(op->type)));
llvm_type_of     2537 src/CodeGen_LLVM.cpp                 llvm::Type *result_type = llvm_type_of(op->type);
llvm_type_of     2690 src/CodeGen_LLVM.cpp         llvm::Type *result_type = llvm_type_of(op->type);
llvm_type_of     2775 src/CodeGen_LLVM.cpp                 value = call_intrin(llvm_type_of(op->type), w,
llvm_type_of     3156 src/CodeGen_LLVM.cpp                             llvm_type_of(ptr_type),
llvm_type_of     3292 src/CodeGen_LLVM.cpp     return call_intrin(llvm_type_of(result_type),
llvm_type_of      384 src/CodeGen_LLVM.h     llvm::Type *llvm_type_of(Type);
llvm_type_of       58 src/CodeGen_PTX_Dev.cpp             arg_types[i] = llvm_type_of(UInt(8))->getPointerTo();
llvm_type_of       60 src/CodeGen_PTX_Dev.cpp             arg_types[i] = llvm_type_of(args[i].type);
llvm_type_of      210 src/CodeGen_PTX_Dev.cpp         Value *ptr = builder->CreateAlloca(llvm_type_of(alloc->type), ConstantInt::get(i32_t, size));
llvm_type_of      130 src/CodeGen_Posix.cpp         allocation.ptr = create_alloca_at_entry(llvm_type_of(type), 1, false, name);
llvm_type_of      168 src/CodeGen_Posix.cpp                 llvm_type_of(type.is_handle() ? UInt(64, type.lanes()) : type);   
llvm_type_of      198 src/CodeGen_Posix.cpp             call = builder->CreatePointerCast(call, llvm_type_of(type)->getPointerTo());    
llvm_type_of      436 src/JITModule.cpp         ret_type = llvm_type_of(&jit_module->context, signature.ret_type());
llvm_type_of      444 src/JITModule.cpp             llvm_arg_types.push_back(llvm_type_of(&jit_module->context, t));