Home
last modified time | relevance | path

Searched refs:LLVMInt1TypeInContext (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit_overflow.c87 oelems[1] = LLVMInt1TypeInContext(gallivm->context); in build_binary_int_overflow()
Dlp_bld_logic.c317 mask = LLVMBuildTrunc(builder, mask, LLVMInt1TypeInContext(lc), ""); in lp_build_select()
345 LLVMTypeRef bool_vec_type = LLVMVectorType(LLVMInt1TypeInContext(lc), type.length); in lp_build_select()
Dlp_bld_sample_aos.c1659 LLVMInt1TypeInContext(bld->gallivm->context), ""); in lp_build_sample_aos()
Dlp_bld_sample_soa.c1021 int1t = LLVMInt1TypeInContext(bld->gallivm->context); in lp_build_sample_image_linear()
2211 LLVMInt1TypeInContext(bld->gallivm->context), ""); in lp_build_sample_general()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c536 LLVMConstInt(LLVMInt1TypeInContext(gallivm->context), 1, 0) in emit_lsb()
563 LLVMConstInt(LLVMInt1TypeInContext(gallivm->context), 1, 0) in emit_umsb()
Dsi_shader_tgsi_setup.c1356 ctx->i1 = LLVMInt1TypeInContext(ctx->gallivm.context); in si_llvm_context_init()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp181 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) { in LLVMInt1TypeInContext() function
201 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h369 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
/external/llvm/include/llvm-c/
DCore.h848 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp380 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) { in LLVMInt1TypeInContext() function
403 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c188 return LLVMInt1TypeInContext(Context); in llvm_i1_type()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c297 return LLVMInt1TypeInContext(Context); in llvm_i1_type()
/external/llvm/bindings/go/llvm/
Dir.go480 func (c Context) Int1Type() (t Type) { t.C = C.LLVMInt1TypeInContext(c.C); return }