Searched refs:LLVMInt1TypeInContext (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_coro.c | 94 coro_end_args[1] = LLVMConstInt(LLVMInt1TypeInContext(gallivm->context), 0, 0); in lp_build_coro_end() 97 LLVMInt1TypeInContext(gallivm->context), in lp_build_coro_end() 121 LLVMInt1TypeInContext(gallivm->context), in lp_build_coro_done() 129 coro_susp_args[1] = LLVMConstInt(LLVMInt1TypeInContext(gallivm->context), last, 0); in lp_build_coro_suspend() 141 LLVMInt1TypeInContext(gallivm->context), in lp_build_coro_alloc()
|
D | lp_bld_arit_overflow.c | 87 oelems[1] = LLVMInt1TypeInContext(gallivm->context); in build_binary_int_overflow()
|
D | lp_bld_bitarit.c | 277 LLVMValueRef undef_val = LLVMConstNull(LLVMInt1TypeInContext(bld->gallivm->context)); in lp_build_cttz() 292 LLVMValueRef undef_val = LLVMConstNull(LLVMInt1TypeInContext(bld->gallivm->context)); in lp_build_ctlz()
|
D | lp_bld_logic.c | 320 mask = LLVMBuildTrunc(builder, mask, LLVMInt1TypeInContext(lc), ""); in lp_build_select() 346 LLVMTypeRef bool_vec_type = LLVMVectorType(LLVMInt1TypeInContext(lc), type.length); in lp_build_select()
|
D | lp_bld_sample_aos.c | 1175 LLVMInt1TypeInContext(bld->gallivm->context), ""); in lp_build_sample_aos()
|
D | lp_bld_sample_soa.c | 1185 int1t = LLVMInt1TypeInContext(bld->gallivm->context); in lp_build_sample_image_linear() 2522 LLVMInt1TypeInContext(bld->gallivm->context), in lp_build_sample_general()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 848 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
|
/external/llvm/lib/IR/ |
D | Core.cpp | 380 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) { in LLVMInt1TypeInContext() function 403 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 1135 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 1129 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
|
/external/skqp/src/sksl/ |
D | SkSLJIT.cpp | 102 fInt1Type = LLVMInt1TypeInContext(fContext); in JIT()
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 552 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) { in LLVMInt1TypeInContext() function 575 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 546 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) { in LLVMInt1TypeInContext() function 569 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 366 return LLVMInt1TypeInContext(Context); in llvm_i1_type()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 297 return LLVMInt1TypeInContext(Context); in llvm_i1_type()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 615 …system_values.front_facing = LLVMBuildTrunc(gallivm->builder, facing, LLVMInt1TypeInContext(galliv… in generate_fs_loop()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 480 func (c Context) Int1Type() (t Type) { t.C = C.LLVMInt1TypeInContext(c.C); return }
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 545 func (c Context) Int1Type() (t Type) { t.C = C.LLVMInt1TypeInContext(c.C); return }
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 75 ctx->i1 = LLVMInt1TypeInContext(ctx->context); in ac_llvm_context_init()
|