Home
last modified time | relevance | path

Searched refs:LLVMConstAllOnes (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_ir_common.c184 LLVMConstAllOnes(mask->int_vec_type); in lp_exec_mask_init()
364 assert(mask->cond_mask == LLVMConstAllOnes(mask->int_vec_type)); in lp_exec_mask_cond_push()
387 assert(prev_mask == LLVMConstAllOnes(mask->int_vec_type)); in lp_exec_mask_cond_invert()
Dlp_bld_logic.c88 LLVMValueRef ones = LLVMConstAllOnes(int_vec_type); in lp_build_compare_ext()
179 LLVMValueRef ones = LLVMConstAllOnes(int_vec_type); in lp_build_compare()
Dlp_bld_gather.c332 LLVMValueRef mask = LLVMConstAllOnes(i1_vec_type); in lp_build_gather_avx2()
370 LLVMValueRef mask = LLVMConstAllOnes(src_vec_type); in lp_build_gather_avx2()
Dlp_bld_const.c268 LLVMValueRef vec = LLVMConstAllOnes(vec_type); in lp_build_one()
Dlp_bld_arit.c506 LLVMConstAllOnes(bld->int_vec_type), res); in lp_build_add()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend_logicop.c101 res = LLVMConstAllOnes(type); in lp_build_logicop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1827 LLVMValueRef LLVMConstAllOnes(LLVMTypeRef Ty);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1020 LLVMValueRef LLVMConstAllOnes(LLVMTypeRef Ty) { in LLVMConstAllOnes() function