Searched refs:LLVMConstBitCast (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.c450 string = LLVMConstBitCast(string, LLVMPointerType(i8, 0));
H A Dlp_bld_arit.c1188 one = LLVMConstBitCast(bld->one, int_type);
1703 offset = LLVMConstBitCast(offset, int_vec_type);
1764 offset = LLVMConstBitCast(offset, int_vec_type);
2726 LLVMValueRef one = LLVMConstBitCast(bld->one, bld->int_vec_type);
2793 LLVMValueRef one = LLVMConstBitCast(bld->one, int_vec_type);
H A Dlp_bld_tgsi_soa.c647 res = LLVMConstBitCast(res, bld_base->uint_bld.vec_type);
649 res = LLVMConstBitCast(res, bld_base->int_bld.vec_type);
1623 LLVMConstBitCast(tmp, bld_base->base.vec_type);
1631 LLVMConstBitCast(tmp, bld_base->base.vec_type);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.c450 string = LLVMConstBitCast(string, LLVMPointerType(i8, 0));
H A Dlp_bld_arit.c1188 one = LLVMConstBitCast(bld->one, int_type);
1703 offset = LLVMConstBitCast(offset, int_vec_type);
1764 offset = LLVMConstBitCast(offset, int_vec_type);
2726 LLVMValueRef one = LLVMConstBitCast(bld->one, bld->int_vec_type);
2793 LLVMValueRef one = LLVMConstBitCast(bld->one, int_vec_type);
H A Dlp_bld_tgsi_soa.c647 res = LLVMConstBitCast(res, bld_base->uint_bld.vec_type);
649 res = LLVMConstBitCast(res, bld_base->int_bld.vec_type);
1623 LLVMConstBitCast(tmp, bld_base->base.vec_type);
1631 LLVMConstBitCast(tmp, bld_base->base.vec_type);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c128 return LLVMConstBitCast(bld->immediates[reg->Register.Index][swizzle], ctype);
665 emit_data->args[1] = LLVMConstBitCast(
668 emit_data->args[2] = LLVMConstBitCast(
671 emit_data->args[3] = LLVMConstBitCast(
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c128 return LLVMConstBitCast(bld->immediates[reg->Register.Index][swizzle], ctype);
665 emit_data->args[1] = LLVMConstBitCast(
668 emit_data->args[2] = LLVMConstBitCast(
671 emit_data->args[3] = LLVMConstBitCast(
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c863 return LLVMConstBitCast(GlobalVar, LLVMPointerType(Ty, 0));
876 return LLVMConstBitCast(GlobalVar,
977 return LLVMConstBitCast(Fn, LLVMPointerType(Ty, 0));
H A Dllvm.ml471 external const_bitcast : llvalue -> lltype -> llvalue = "LLVMConstBitCast"
/external/llvm/include/llvm-c/
H A DCore.h1572 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
/external/llvm/lib/IR/
H A DCore.cpp997 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { function

Completed in 896 milliseconds