Searched refs:LLVMInt1TypeInContext (Results 1 – 19 of 19) sorted by relevance
87 oelems[1] = LLVMInt1TypeInContext(gallivm->context); in build_binary_int_overflow()
317 mask = LLVMBuildTrunc(builder, mask, LLVMInt1TypeInContext(lc), ""); in lp_build_select()345 LLVMTypeRef bool_vec_type = LLVMVectorType(LLVMInt1TypeInContext(lc), type.length); in lp_build_select()
1659 LLVMInt1TypeInContext(bld->gallivm->context), ""); in lp_build_sample_aos()
1160 int1t = LLVMInt1TypeInContext(bld->gallivm->context); in lp_build_sample_image_linear()2488 LLVMInt1TypeInContext(bld->gallivm->context), in lp_build_sample_general()
1078 ctx->i1 = LLVMInt1TypeInContext(ctx->ac.context); in si_llvm_context_init()
181 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) { in LLVMInt1TypeInContext() function201 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
369 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
848 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
1007 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
380 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) { in LLVMInt1TypeInContext() function403 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
72 ctx->i1 = LLVMInt1TypeInContext(ctx->context); in ac_llvm_context_init()
188 return LLVMInt1TypeInContext(Context); in llvm_i1_type()
530 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) { in LLVMInt1TypeInContext() function553 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
102 fInt1Type = LLVMInt1TypeInContext(fContext); in JIT()
297 return LLVMInt1TypeInContext(Context); in llvm_i1_type()
366 return LLVMInt1TypeInContext(Context); in llvm_i1_type()
480 func (c Context) Int1Type() (t Type) { t.C = C.LLVMInt1TypeInContext(c.C); return }
507 func (c Context) Int1Type() (t Type) { t.C = C.LLVMInt1TypeInContext(c.C); return }