Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_coro.c94 coro_end_args[1] = LLVMConstInt(LLVMInt1TypeInContext(gallivm->context), 0, 0); in lp_build_coro_end()
97 LLVMInt1TypeInContext(gallivm->context), in lp_build_coro_end()
121 LLVMInt1TypeInContext(gallivm->context), in lp_build_coro_done()
129 coro_susp_args[1] = LLVMConstInt(LLVMInt1TypeInContext(gallivm->context), last, 0); in lp_build_coro_suspend()
141 LLVMInt1TypeInContext(gallivm->context), in lp_build_coro_alloc()
Dlp_bld_bitarit.c277 LLVMValueRef undef_val = LLVMConstNull(LLVMInt1TypeInContext(bld->gallivm->context)); in lp_build_cttz()
292 LLVMValueRef undef_val = LLVMConstNull(LLVMInt1TypeInContext(bld->gallivm->context)); in lp_build_ctlz()
Dlp_bld_arit_overflow.c87 oelems[1] = LLVMInt1TypeInContext(gallivm->context); in build_binary_int_overflow()
Dlp_bld_logic.c320 mask = LLVMBuildTrunc(builder, mask, LLVMInt1TypeInContext(lc), ""); in lp_build_select()
348 LLVMVectorType(LLVMInt1TypeInContext(lc), type.length); in lp_build_select()
Dlp_bld_sample_aos.c1171 LLVMInt1TypeInContext(bld->gallivm->context), ""); in lp_build_sample_aos()
Dlp_bld_sample_soa.c1081 LLVMTypeRef int1t = LLVMInt1TypeInContext(bld->gallivm->context); in lp_build_sample_image_linear()
3001 LLVMInt1TypeInContext(bld->gallivm->context), in lp_build_sample_general()
Dlp_bld_nir_soa.c339 … scalar_pred = LLVMBuildTrunc(builder, scalar_pred, LLVMInt1TypeInContext(gallivm->context), ""); in emit_mask_scatter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1129 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp102 fInt1Type = LLVMInt1TypeInContext(fContext); in JIT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp546 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) { in LLVMInt1TypeInContext() function
569 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c669 LLVMInt1TypeInContext(gallivm->context), ""); in generate_fs_loop()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c79 ctx->i1 = LLVMInt1TypeInContext(ctx->context); in ac_llvm_context_init()