Lines Matching defs:code
417 char code[16];
420 snprintf(code, sizeof(code), "; %d", (int)p_atomic_inc_return(&counter));
424 LLVMValueRef inlineasm = LLVMConstInlineAsm(ftype, code, "", true, false);
430 LLVMValueRef inlineasm = LLVMConstInlineAsm(ftype, code, constraint, true, false);
437 LLVMValueRef inlineasm = LLVMConstInlineAsm(ftype, code, constraint, true, false);
443 LLVMValueRef inlineasm = LLVMConstInlineAsm(ftype, code, constraint, true, false);
448 LLVMValueRef inlineasm = LLVMConstInlineAsm(ftype, code, constraint, true, false);
1128 * optimal code generation of 32-bit pointer arithmetic.
1351 char code[256];
1355 snprintf(code, sizeof(code),
1369 LLVMValueRef inlineasm = LLVMConstInlineAsm(calltype, code, "=&{v[0:4]},v,s", false, false);
2320 LLVMValueRef code = LLVMBuildExtractValue(ctx->builder, result, 1, "");
2321 result = ac_build_concat(ctx, texel, ac_to_float(ctx, code));
2369 LLVMValueRef code = LLVMConstInlineAsm(calltype,
2374 return LLVMBuildCall2(ctx->builder, calltype, code, args, 2, "");
2382 LLVMValueRef code = LLVMConstInlineAsm(calltype,
2387 return LLVMBuildCall2(ctx->builder, calltype, code, args, 2, "");
2806 * add special code to check for x=0. The reason is that
4053 * All lanes must be active when this code runs.
4101 * The caller must ensure that all lanes are active when this code runs
4576 LLVMValueRef code = LLVMConstInlineAsm(calltype, "s_endpgm", "", true, false);
4577 LLVMBuildCall2(ctx->builder, calltype, code, NULL, 0, "");