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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_const.c 450 string = LLVMConstBitCast(string, LLVMPointerType(i8, 0));
lp_bld_arit.c     [all...]
lp_bld_tgsi_soa.c 647 res = LLVMConstBitCast(res, bld_base->uint_bld.vec_type);
649 res = LLVMConstBitCast(res, bld_base->int_bld.vec_type);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_const.c 450 string = LLVMConstBitCast(string, LLVMPointerType(i8, 0));
lp_bld_arit.c     [all...]
lp_bld_tgsi_soa.c 647 res = LLVMConstBitCast(res, bld_base->uint_bld.vec_type);
649 res = LLVMConstBitCast(res, bld_base->int_bld.vec_type);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 128 return LLVMConstBitCast(bld->immediates[reg->Register.Index][swizzle], ctype);
665 emit_data->args[1] = LLVMConstBitCast(
668 emit_data->args[2] = LLVMConstBitCast(
671 emit_data->args[3] = LLVMConstBitCast(
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 128 return LLVMConstBitCast(bld->immediates[reg->Register.Index][swizzle], ctype);
665 emit_data->args[1] = LLVMConstBitCast(
668 emit_data->args[2] = LLVMConstBitCast(
671 emit_data->args[3] = LLVMConstBitCast(
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 863 return LLVMConstBitCast(GlobalVar, LLVMPointerType(Ty, 0));
876 return LLVMConstBitCast(GlobalVar,
977 return LLVMConstBitCast(Fn, LLVMPointerType(Ty, 0));
    [all...]
llvm.ml 471 external const_bitcast : llvalue -> lltype -> llvalue = "LLVMConstBitCast"
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 212 milliseconds