Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c315 op = LLVMIntNE; in lp_build_compare()
484 mask = LLVMBuildICmp(builder, LLVMIntNE, mask, LLVMConstNull(bld->int_vec_type), ""); in lp_build_select()
639 return LLVMBuildICmp(builder, LLVMIntNE, in lp_build_any_true_range()
Dlp_bld_flow.c274 lp_build_loop_end_cond(state, end, step, LLVMIntNE); in lp_build_loop_end()
Dlp_bld_sample.c1158 arx_ge_ary_arz = LLVMBuildICmp(builder, LLVMIntNE, arx_ge_ary_arz, in lp_build_cube_lookup()
1162 ary_ge_arx_arz = LLVMBuildICmp(builder, LLVMIntNE, ary_ge_arx_arz, in lp_build_cube_lookup()
Dlp_bld_tgsi_soa.c268 LLVMIntNE, in lp_exec_endloop()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c482 cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, in if_emit()
694 case TGSI_OPCODE_USNE: pred = LLVMIntNE; break; in emit_icmp()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c693 front_facing = LLVMBuildICmp(builder, LLVMIntNE, face, zero, ""); in lp_build_depth_stencil_test()
/external/llvm/include/llvm-c/
DCore.h250 LLVMIntNE, /**< not equal */ enumerator
/external/llvm/bindings/go/llvm/
Dir.go304 IntNE IntPredicate = C.LLVMIntNE