Searched refs:x_arg (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/test/Bitcode/ |
D | metadata-2.ll | 28 define fastcc i32 @_D5tango4core8BitManip6popcntFkZi(i32 %x_arg) nounwind readnone { 30 %tmp1 = lshr i32 %x_arg, 1 ; <i32> [#uses=1] 32 %tmp4 = sub i32 %x_arg, %tmp2 ; <i32> [#uses=2] 49 define fastcc i32 @_D5tango4core8BitManip7bitswapFkZk(i32 %x_arg) nounwind readnone { 51 %tmp1 = lshr i32 %x_arg, 1 ; <i32> [#uses=1] 53 %tmp4 = shl i32 %x_arg, 1 ; <i32> [#uses=1]
|
/external/llvm/test/Bitcode/ |
D | metadata-2.ll | 29 define fastcc i32 @_D5tango4core8BitManip6popcntFkZi(i32 %x_arg) nounwind readnone { 31 %tmp1 = lshr i32 %x_arg, 1 ; <i32> [#uses=1] 33 %tmp4 = sub i32 %x_arg, %tmp2 ; <i32> [#uses=2] 50 define fastcc i32 @_D5tango4core8BitManip7bitswapFkZk(i32 %x_arg) nounwind readnone { 52 %tmp1 = lshr i32 %x_arg, 1 ; <i32> [#uses=1] 54 %tmp4 = shl i32 %x_arg, 1 ; <i32> [#uses=1]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | metadata-2.ll | 29 define fastcc i32 @_D5tango4core8BitManip6popcntFkZi(i32 %x_arg) nounwind readnone { 31 %tmp1 = lshr i32 %x_arg, 1 ; <i32> [#uses=1] 33 %tmp4 = sub i32 %x_arg, %tmp2 ; <i32> [#uses=2] 50 define fastcc i32 @_D5tango4core8BitManip7bitswapFkZk(i32 %x_arg) nounwind readnone { 52 %tmp1 = lshr i32 %x_arg, 1 ; <i32> [#uses=1] 54 %tmp4 = shl i32 %x_arg, 1 ; <i32> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2009-04-08-AggregateAddr.ll | 4 define fastcc void @_D3foo3fooFAriZv({ i32, { double, double }* } %d_arg, i32 %x_arg) { 10 store i32 %x_arg, i32* %x
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-04-08-AggregateAddr.ll | 4 define fastcc void @_D3foo3fooFAriZv({ i32, { double, double }* } %d_arg, i32 %x_arg) { 10 store i32 %x_arg, i32* %x
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | 2009-04-08-AggregateAddr.ll | 4 define fastcc void @_D3foo3fooFAriZv({ i32, { double, double }* } %d_arg, i32 %x_arg) { 10 store i32 %x_arg, i32* %x
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | packetizer.ll | 10 define amdgpu_kernel void @test(i32 addrspace(1)* %out, i32 %x_arg, i32 %y_arg, i32 %z_arg, i32 %w_… 13 %x = add i32 %x_arg, 1
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | packetizer.ll | 10 define void @test(i32 addrspace(1)* %out, i32 %x_arg, i32 %y_arg, i32 %z_arg, i32 %w_arg, i32 %e) { 13 %x = add i32 %x_arg, 1
|
/external/mksh/src/ |
D | edit.c | 943 static int x_arg; /* general purpose arg */ variable 1285 x_arg = 1; in x_emacs() 1327 x_arg = save_arg; in x_insert() 1328 while (x_arg--) in x_insert() 1350 save_arg = x_arg; in x_insert() 1359 while (x_arg--) in x_insert() 1426 } while ((++i < x_arg) && (xcp != xbuf)); in x_del_back() 1438 while (i < (size_t)x_arg) { in x_del_char() 1560 while (x_arg--) { in x_bword() 1584 while (x_arg--) { in x_fword() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | conditional_test.cc | 740 auto x_arg = CreateR0Parameter<float>(a, 0, "x", &builder, &x); in XLA_TEST_F() local 749 {x_arg.get(), y_arg.get()}, error_spec_); in XLA_TEST_F()
|
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 2498 std::vector<tensorflow::Output> x_arg = OutputsFromTFOutputs(x, nx); in TF_AddGradientsWithPrefix() 2534 AddSymbolicGradients(scope, y_arg, x_arg, dx_arg, &dy_arg); in TF_AddGradientsWithPrefix() 2536 status->status = AddSymbolicGradients(scope, y_arg, x_arg, &dy_arg); in TF_AddGradientsWithPrefix()
|