Searched refs:LLVMIntNE (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_logic.c | 315 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()
|
D | lp_bld_flow.c | 274 lp_build_loop_end_cond(state, end, step, LLVMIntNE); in lp_build_loop_end()
|
D | lp_bld_sample.c | 1158 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()
|
D | lp_bld_tgsi_soa.c | 268 LLVMIntNE, in lp_exec_endloop()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 482 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/ |
D | lp_bld_depth.c | 693 front_facing = LLVMBuildICmp(builder, LLVMIntNE, face, zero, ""); in lp_build_depth_stencil_test()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 250 LLVMIntNE, /**< not equal */ enumerator
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 304 IntNE IntPredicate = C.LLVMIntNE
|