Home
last modified time | relevance | path

Searched refs:LLVMConstReal (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.h131 return LLVMConstReal(LLVMFloatTypeInContext(gallivm->context), x); in lp_build_const_float()
Dlp_bld_const.c262 elems[0] = LLVMConstReal(elem_type, 1.0); in lp_build_one()
309 elem = LLVMConstReal(elem_type, val); in lp_build_const_elem()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_const.h131 return LLVMConstReal(LLVMFloatTypeInContext(gallivm->context), x); in lp_build_const_float()
Dlp_bld_const.c262 elems[0] = LLVMConstReal(elem_type, 1.0); in lp_build_one()
309 elem = LLVMConstReal(elem_type, val); in lp_build_const_elem()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c316 clamp_emit_data.args[1] = LLVMConstReal( in emit_store()
547 mad_args[2] = LLVMConstReal(type, 1.5); in emit_prepare_cube_coords()
881 val = LLVMBuildSelect(builder, cmp, val, LLVMConstReal(bld_base->base.elem_type, -1), ""); in emit_ssg()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c316 clamp_emit_data.args[1] = LLVMConstReal( in emit_store()
547 mad_args[2] = LLVMConstReal(type, 1.5); in emit_prepare_cube_coords()
881 val = LLVMBuildSelect(builder, cmp, val, LLVMConstReal(bld_base->base.elem_type, -1), ""); in emit_ssg()
/external/llvm/include/llvm-c/
DCore.h1509 LLVMValueRef LLVMConstReal(LLVMTypeRef RealTy, double N);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c729 return LLVMConstReal(RealTy, Double_val(N)); in llvm_const_float()
/external/llvm/lib/IR/
DCore.cpp749 LLVMValueRef LLVMConstReal(LLVMTypeRef RealTy, double N) { in LLVMConstReal() function