/art/test/468-checker-bool-simplif-regression/smali/ |
TestCase.smali | 22 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 26 ## CHECK-DAG: <<Phi:i\d+>> Phi [<<Const1>>,<<Const0>>] 30 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 33 ## CHECK-DAG: <<Select:i\d+>> Select [<<Const1>>,<<Const0>>,<<Value>>]
|
/art/test/517-checker-builder-fallthrough/smali/ |
TestCase.smali | 24 ## CHECK: <<Const0:i\d+>> IntConstant 0 28 ## CHECK: <<Cond:z\d+>> Equal [<<Const0>>,<<Const0>>]
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
vp9_fdct16x16_msa.c | 18 const int32_t *const0, int16_t *int_buf) { 31 LD_SW2(const0, 4, k0, k1); 32 LD_SW2(const0 + 8, 4, k2, k3); 41 LD_SW2(const0 + 4 * 4, 4, k0, k1); 42 LD_SW2(const0 + 4 * 6, 4, k2, k3); 50 LD_SW2(const0 + 4 * 8, 4, k0, k1); 51 k2 = LD_SW(const0 + 4 * 10); 63 LD_SW2(const0 + 4 * 11, 4, k0, k1); 64 LD_SW2(const0 + 4 * 13, 4, k2, k3); 75 LD_SW2(const0 + 4 * 15, 4, k0, k1) [all...] |
/external/tensorflow/tensorflow/compiler/xla/tests/ |
fusion_test.cc | 191 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( local 196 ShapeUtil::MakeShape(F32, {3, 1}), HloOpcode::kAdd, const0, const1)); 224 const4, reshape3, add2, const1, const0}, 238 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( local 241 ShapeUtil::MakeShape(F32, {1, 3}), HloOpcode::kCopy, const0)); 244 // add3 = copy1 + const2 = const0 + const2 = {1,2,3} + {-2,-2,-2} = {-1,0,+1} 335 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( local 338 ShapeUtil::MakeShape(S32, {1, 2, 3}), const0)); 350 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( local 353 HloInstruction::CreateReshape(ShapeUtil::MakeShape(S32, {3, 2}), const0)); 365 auto const0 = builder.AddInstruction( local 379 auto const0 = builder.AddInstruction( local 393 auto const0 = builder.AddInstruction( local 407 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( local 422 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( local 437 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( local 452 auto const0 = builder.AddInstruction( local 467 auto const0 = builder.AddInstruction( local 484 auto const0 = builder.AddInstruction( local 501 auto const0 = builder.AddInstruction( local 518 auto const0 = builder.AddInstruction( local 539 auto const0 = builder.AddInstruction( local 557 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( local 586 auto const0 = builder.AddInstruction( local 605 auto const0 = builder.AddInstruction( local 625 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( local 679 auto const0 = builder.AddInstruction( local [all...] |
multioutput_fusion_test.cc | 63 auto const0 = builder.AddInstruction( local 69 elem_shape0, HloOpcode::kAdd, param0, const0));
|
/art/test/591-checker-regression-dead-loop/src/ |
Main.java | 21 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0 23 /// CHECK-DAG: <<Phi:i\d+>> Phi [<<Const0>>,<<Add:i\d+>>] loop:{{B\d+}}
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
instruction_fusion_test.cc | 31 HloInstruction* const0 = builder.AddInstruction( local 34 ShapeUtil::MakeShape(S32, {}), HloOpcode::kExp, const0)); 51 HloInstruction* const0 = builder.AddInstruction( local 54 ShapeUtil::MakeShape(S32, {}), HloOpcode::kNegate, const0)); 71 HloInstruction* const0 = builder.AddInstruction( local 74 ShapeUtil::MakeShape(S32, {}), HloOpcode::kExp, const0)); 90 HloInstruction* const0 = builder.AddInstruction( local 93 ShapeUtil::MakeShape(S32, {}), HloOpcode::kExp, const0));
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
dct_msa.c | 72 v8i16 const0, const1; local 84 SET_DOTP_VALUES(coeff, 0, 1, 2, const0, const1); 90 DPADD_SH2_SW(temp0, temp0, const0, const1, out0, out1); 107 DPADD_SH2_SW(temp0, temp0, const0, const1, out1, out3); 118 v8i16 const0, const1, const2; local 152 const0 = RET_1_IF_NZERO_H(in3); 160 in1 += const0;
|
/art/test/463-checker-boolean-simplifier/src/ |
Main.java | 42 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0 45 /// CHECK-DAG: <<Phi:i\d+>> Phi [<<Const1>>,<<Const0>>] 56 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0 58 /// CHECK-DAG: <<NotParam:i\d+>> Select [<<Const1>>,<<Const0>>,<<Param>>] 81 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0 85 /// CHECK-DAG: <<Phi:i\d+>> Phi [<<Const0>>,<<Const1>>] 91 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0 94 /// CHECK-DAG: <<Select:i\d+>> Select [<<Const0>>,<<Const1>>,<<Cond>>] 109 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0 113 /// CHECK-DAG: <<Phi:i\d+>> Phi [<<Const1>>,<<Const0>>] [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
radeon_compiler_optimize_tests.c | 59 float const0[4] = {2.0f, 0.0f, 0.0f, 0.0f}; local 63 rc_constants_add_immediate_vec4(&c.Program.Constants, const0);
|
/art/test/442-checker-constant-folding/src/ |
Main.java | [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_pbo.c | 418 struct ureg_src const0; local 456 const0 = ureg_DECL_constant(ureg, 0); 460 /* Note: const0 = [ -xoffset + skip_pixels, -yoffset, stride, image_height ] */ 468 /* temp0.xy = temp0.xy + const0.xy */ 473 ureg_swizzle(const0, 477 /* temp0.x = const0.z * temp0.y + temp0.x */ 479 ureg_scalar(const0, TGSI_SWIZZLE_Z), 484 /* temp0.x = const0.w * layer + temp0.x */ 486 ureg_scalar(const0, TGSI_SWIZZLE_W),
|
/art/test/458-checker-instruct-simplification/smali/ |
SmaliTests.smali | 64 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 65 ## CHECK-DAG: <<Cond:z\d+>> Equal [<<Arg>>,<<Const0>>] 86 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 87 ## CHECK-DAG: <<Cond:z\d+>> Equal [<<Const0>>,<<Arg>>] 152 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 153 ## CHECK-DAG: <<Cond:z\d+>> NotEqual [<<Arg>>,<<Const0>>] 174 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 175 ## CHECK-DAG: <<Cond:z\d+>> NotEqual [<<Const0>>,<<Arg>>]
|
/art/compiler/dex/ |
inline_method_analyser.cc | 62 bool Const0(); 117 bool Matcher::Const0() { 187 uint16_t GetZeroVRegMask(const Instruction* const0) { 188 DCHECK(IsInstructionDirectConst(const0->Opcode())); 189 DCHECK((const0->Opcode() == Instruction::CONST_WIDE) ? const0->VRegB_51l() == 0u 190 : const0->VRegB() == 0); 191 uint16_t base_mask = IsInstructionConstWide(const0->Opcode()) ? 3u : 1u; 192 return base_mask << const0->VRegA(); 284 &Matcher::Repeated<&Matcher::Const0>, [all...] |
/art/test/442-checker-constant-folding/smali/ |
TestCmp.smali | 143 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 144 ## CHECK-DAG: Return [<<Const0>>] 164 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 165 ## CHECK-DAG: Return [<<Const0>>] 185 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 186 ## CHECK-DAG: Return [<<Const0>>] 206 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 207 ## CHECK-DAG: Return [<<Const0>>] 227 ## CHECK-DAG: <<Const0:i\d+>> IntConstant 0 228 ## CHECK-DAG: Return [<<Const0>>] [all...] |
/art/test/527-checker-array-access-simd/src/ |
Main.java | 88 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0 95 /// CHECK-DAG: <<Address1:i\d+>> IntermediateAddressIndex [<<Index>>,<<DataOffset>>,<<Const0>>] 98 /// CHECK-DAG: <<Address2:i\d+>> IntermediateAddressIndex [<<Index>>,<<DataOffset>>,<<Const0>>] 103 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0 110 /// CHECK-DAG: <<Address1:i\d+>> IntermediateAddressIndex [<<Index>>,<<DataOffset>>,<<Const0>>] 140 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0
|
/art/test/565-checker-doublenegbitwise/src/ |
Main.java | 100 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0 102 /// CHECK-DAG: <<Select1:i\d+>> Select [<<Const1>>,<<Const0>>,<<P1>>] 103 /// CHECK-DAG: <<Select2:i\d+>> Select [<<Const1>>,<<Const0>>,<<P2>>] 171 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0 173 /// CHECK-DAG: <<Select1:i\d+>> Select [<<Const1>>,<<Const0>>,<<P1>>] 174 /// CHECK-DAG: <<Select2:i\d+>> Select [<<Const1>>,<<Const0>>,<<P2>>] 281 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0 283 /// CHECK-DAG: <<Select1:i\d+>> Select [<<Const1>>,<<Const0>>,<<P1>>] 284 /// CHECK-DAG: <<Select2:i\d+>> Select [<<Const1>>,<<Const0>>,<<P2>>]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
reshape_mover_test.cc | 178 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( local 192 root_shape, HloOpcode::kSelect, const0, reshape1, reshape2)); 197 op::Select(const0, reshape1, reshape2)); 202 op::Reshape(op::Select(op::Reshape(const0), param1, param2))); 246 // +- reshape0 - const0 257 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( local 260 builder.AddInstruction(HloInstruction::CreateReshape(root_shape, const0)); 276 op::Select(pred, op::Reshape(const0), op::Reshape(const1))); 281 op::Select(pred, op::Reshape(const0), op::Reshape(const1)));
|
/prebuilts/go/darwin-x86/src/go/types/testdata/ |
constdecl.src | 97 // TODO(gri) move extra tests from testdata/const0.src into here
|
/prebuilts/go/linux-x86/src/go/types/testdata/ |
constdecl.src | 97 // TODO(gri) move extra tests from testdata/const0.src into here
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/ |
fp-const0-parse.s | 1 /* fp-const0-parse.s Test file For AArch64 float constant 0 parse.
|
/external/webp/src/dsp/ |
upsampling_msa.c | 38 const v4i32 const0 = (v4i32)__msa_fill_w(cnst * 256); \ 40 MUL4(in0, const0, in1, const0, in2, const0, in3, const0, \ 46 const v4i32 const0 = (v4i32)__msa_fill_w(cnst * 256); \ 48 MUL2(in0, const0, in1, const0, temp0, temp1); \
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_tgsi.c | 131 struct ureg_src const0, struct ureg_src const1) 136 ureg_MAD(ureg, tmp, coords, const0, const1); 267 struct ureg_src const0, const1; local 278 const0 = ureg_DECL_constant(ureg, 0); 286 src = vs_normalize_coords(ureg, src, const0, const1);
|
/art/test/611-checker-simplify-if/src/ |
Main.java | 39 /// CHECK: <<Const0:i\d+>> IntConstant 0 42 /// CHECK: <<Equal:z\d+>> Equal [<<Phi>>,<<Const0>>] 68 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPU.h | 142 PARAM_D_ADDRESS = 6, ///< Address space for direct addressible parameter memory (CONST0)
|