HomeSort by relevance Sort by last modified time
    Searched refs:LLVMBuildICmp (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 335 cond = LLVMBuildICmp(builder, op, a, b, "");
339 cond = LLVMBuildICmp(builder, op, a, b, "");
354 cond = LLVMBuildICmp(builder, op,
484 mask = LLVMBuildICmp(builder, LLVMIntNE, mask, LLVMConstNull(bld->int_vec_type), "");
639 return LLVMBuildICmp(builder, LLVMIntNE,
lp_bld_flow.c 144 cond = LLVMBuildICmp(builder,
257 cond = LLVMBuildICmp(builder, llvm_cond, next, end, "");
339 cond = LLVMBuildICmp(builder, state->cond, state->counter, state->end, "");
lp_bld_sample.c 693 clamp_min = LLVMBuildICmp(builder, LLVMIntSLT,
707 clamp_max = LLVMBuildICmp(builder, LLVMIntSGE,
    [all...]
lp_bld_sample_aos.c     [all...]
lp_bld_tgsi_soa.c 266 i1cond = LLVMBuildICmp(
273 i2cond = LLVMBuildICmp(
    [all...]
lp_bld_sample_soa.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 335 cond = LLVMBuildICmp(builder, op, a, b, "");
339 cond = LLVMBuildICmp(builder, op, a, b, "");
354 cond = LLVMBuildICmp(builder, op,
484 mask = LLVMBuildICmp(builder, LLVMIntNE, mask, LLVMConstNull(bld->int_vec_type), "");
639 return LLVMBuildICmp(builder, LLVMIntNE,
lp_bld_flow.c 144 cond = LLVMBuildICmp(builder,
257 cond = LLVMBuildICmp(builder, llvm_cond, next, end, "");
339 cond = LLVMBuildICmp(builder, state->cond, state->counter, state->end, "");
lp_bld_sample.c 693 clamp_min = LLVMBuildICmp(builder, LLVMIntSLT,
707 clamp_max = LLVMBuildICmp(builder, LLVMIntSGE,
    [all...]
lp_bld_sample_aos.c     [all...]
lp_bld_tgsi_soa.c 266 i1cond = LLVMBuildICmp(
273 i2cond = LLVMBuildICmp(
    [all...]
lp_bld_sample_soa.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 482 cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE,
703 LLVMValueRef v = LLVMBuildICmp(builder, pred,
873 cmp = LLVMBuildICmp(builder, LLVMIntSGT, emit_data->args[0], bld_base->int_bld.zero, "");
875 cmp = LLVMBuildICmp(builder, LLVMIntSGE, val, bld_base->int_bld.zero, "");
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 482 cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE,
703 LLVMValueRef v = LLVMBuildICmp(builder, pred,
873 cmp = LLVMBuildICmp(builder, LLVMIntSGT, emit_data->args[0], bld_base->int_bld.zero, "");
875 cmp = LLVMBuildICmp(builder, LLVMIntSGE, val, bld_base->int_bld.zero, "");
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 693 front_facing = LLVMBuildICmp(builder, LLVMIntNE, face, zero, "");
lp_state_setup.c 219 LLVMValueRef front_facing = LLVMBuildICmp(b, LLVMIntEQ, facing, lp_build_const_int32(gallivm, 0), ""); /** need i1 for if condition */
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 693 front_facing = LLVMBuildICmp(builder, LLVMIntNE, face, zero, "");
lp_state_setup.c 219 LLVMValueRef front_facing = LLVMBuildICmp(b, LLVMIntEQ, facing, lp_build_const_int32(gallivm, 0), ""); /** need i1 for if condition */
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 482 milliseconds