Home
last modified time | relevance | path

Searched refs:outvalue (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/polly/test/Isl/CodeGen/
Dscop_expander_insert_point.ll5 ; CHECK-NEXT: %outvalue.141.phiops = alloca i64
29 %outvalue.141 = phi i64 [ undef, %for.body17.lr.ph ], [ %add19, %for.body17 ]
32 %add19 = mul nsw i64 0, %outvalue.141
/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/compute/signed_op/
Duint_umulextended.amber53 %outvalue = OpUMulExtended %resulttype %invalue0 %invalue1
54 %outvalue0 = OpCompositeExtract %uint %outvalue 0
57 %outvalue1 = OpCompositeExtract %uint %outvalue 1
Duint_smulextended.amber55 %outvalue = OpSMulExtended %resulttype %invalue0 %invalue1
56 %outvalue0 = OpCompositeExtract %uint %outvalue 0
59 %outvalue1 = OpCompositeExtract %uint %outvalue 1
Dglsl_uint_ssign.amber47 %outvalue = OpExtInst %uint %glsl SSign %invalue
49 OpStore %out_ptr %outvalue
Dglsl_int_findumsb.amber49 %outvalue = OpExtInst %int %glsl FindUMsb %invalue
51 OpStore %out_ptr %outvalue
Duint_snegate.amber46 %outvalue = OpSNegate %uint %invalue
48 OpStore %out_ptr %outvalue
Dglsl_uint_findsmsb.amber47 %outvalue = OpExtInst %uint %glsl FindSMsb %invalue
49 OpStore %out_ptr %outvalue
Dglsl_uint_sabs.amber47 %outvalue = OpExtInst %uint %glsl SAbs %invalue
49 OpStore %out_ptr %outvalue
Dglsl_uint_smax.amber51 %outvalue = OpExtInst %uint %glsl SMax %invalue0 %invalue1
53 OpStore %out_ptr %outvalue
Dglsl_uint_smin.amber51 %outvalue = OpExtInst %uint %glsl SMin %invalue0 %invalue1
53 OpStore %out_ptr %outvalue
Duint_sdiv.amber50 %outvalue = OpSDiv %uint %invalue0 %invalue1
52 OpStore %out_ptr %outvalue
Dglsl_int_umax.amber57 %outvalue = OpExtInst %int %glsl UMax %invalue0 %invalue1
59 OpStore %out_ptr %outvalue
Dint_ulessthanequal.amber59 %outvalue = OpSelect %int %result %int_1 %int_0
62 OpStore %out_ptr %outvalue
Dint_ugreaterthan.amber59 %outvalue = OpSelect %int %result %int_1 %int_0
62 OpStore %out_ptr %outvalue
Dint_ugreaterthanequal.amber59 %outvalue = OpSelect %int %result %int_1 %int_0
62 OpStore %out_ptr %outvalue
Dglsl_int_umin.amber57 %outvalue = OpExtInst %int %glsl UMin %invalue0 %invalue1
59 OpStore %out_ptr %outvalue
Dint_ulessthan.amber59 %outvalue = OpSelect %int %result %int_1 %int_0
62 OpStore %out_ptr %outvalue
Dglsl_int_uclamp.amber60 %outvalue = OpExtInst %int %glsl UClamp %invalue0 %invalue1 %invalue2
62 OpStore %out_ptr %outvalue
Dglsl_uint_sclamp.amber57 %outvalue = OpExtInst %uint %glsl SClamp %invalue0 %invalue1 %invalue2
59 OpStore %out_ptr %outvalue
/external/libjpeg-turbo/
Djcsample.c154 JLONG outvalue; in int_downsample() local
173 outvalue = 0; in int_downsample()
177 outvalue += (JLONG)(*inptr++); in int_downsample()
180 *outptr++ = (JSAMPLE)((outvalue + numpix2) / numpix); in int_downsample()
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz