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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_blend_logicop.c 101 res = LLVMConstAllOnes(type);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_logicop.c 101 res = LLVMConstAllOnes(type);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_const.c 273 LLVMValueRef vec = LLVMConstAllOnes(vec_type);
lp_bld_logic.c 83 LLVMValueRef ones = LLVMConstAllOnes(int_vec_type);
lp_bld_tgsi_soa.c 81 LLVMConstAllOnes(mask->int_vec_type);
129 assert(mask->cond_mask == LLVMConstAllOnes(mask->int_vec_type));
149 assert(prev_mask == LLVMConstAllOnes(mask->int_vec_type));
173 assert(mask->cont_mask == LLVMConstAllOnes(mask->int_vec_type));
174 assert(mask->break_mask == LLVMConstAllOnes(mask->int_vec_type));
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_const.c 273 LLVMValueRef vec = LLVMConstAllOnes(vec_type);
lp_bld_logic.c 83 LLVMValueRef ones = LLVMConstAllOnes(int_vec_type);
lp_bld_tgsi_soa.c 81 LLVMConstAllOnes(mask->int_vec_type);
129 assert(mask->cond_mask == LLVMConstAllOnes(mask->int_vec_type));
149 assert(prev_mask == LLVMConstAllOnes(mask->int_vec_type));
173 assert(mask->cont_mask == LLVMConstAllOnes(mask->int_vec_type));
174 assert(mask->break_mask == LLVMConstAllOnes(mask->int_vec_type));
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 377 external const_all_ones : (*int|vec*)lltype -> llvalue = "LLVMConstAllOnes"
    [all...]
  /external/llvm/lib/IR/
Core.cpp 527 LLVMValueRef LLVMConstAllOnes(LLVMTypeRef Ty) {
    [all...]

Completed in 65 milliseconds