Home
last modified time | relevance | path

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

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