Home
last modified time | relevance | path

Searched refs:static_val (Results 1 – 16 of 16) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_uint128.cpp25 using Eigen::internal::static_val;
119 TensorUInt128<static_val<0>, uint64_t> i(0, i2); in test_misc1()
122 TensorUInt128<static_val<0>, uint64_t> j(0, j2); in test_misc1()
138static_val<0> >(shift, 0) / TensorUInt128<static_val<0>, uint64_t>(divider) - TensorUInt128<static… in test_misc2()
/external/llvm/test/CodeGen/ARM/
D2012-10-04-AAPCS-byval-align8.ll5 @static_val = constant %struct_t { double 1.0, double 2.0, double 3.0 }
29 ; CHECK: movw [[BASE:r[0-9]+]], :lower16:static_val
30 ; CHECK: movt [[BASE]], :upper16:static_val
36 call void (i32, ...) @test_byval_8_bytes_alignment(i32 555, %struct_t* byval @static_val)
56 ; CHECK: movw [[BASE:r[0-9]+]], :lower16:static_val
57 ; CHECK: movt [[BASE]], :upper16:static_val
63 …id (i32, %struct_t*) @test_byval_8_bytes_alignment_fixed_arg(i32 555, %struct_t* byval @static_val)
D2013-04-05-Small-ByVal-Structs-PR15293.ll48 @static_val = constant %artz { i32 777 }
65 call void @foo(%artz* byval @static_val)
70 call void @foo2(%artz* byval @static_val, i32 0, %artz* byval @static_val)
D2013-05-02-AAPCS-ByVal-Structs-C4-C5-VFP.ll6 @static_val = constant %st_t { i32 777, i32 888}
45 i32 0, %st_t* byval @static_val, i32 1, i32 2)
D2013-05-02-AAPCS-ByVal-Structs-C4-C5-VFP2.ll6 @static_val = constant %st_t { i32 777, i32 888, i32 787, i32 878}
42 i32 0, %st_t* byval @static_val, i32 1)
D2013-04-16-AAPCS-C5-vs-VFP.ll20 @static_val = constant %struct_t { i32 777, i32 888, i32 999, i32 1000 }
58 %struct_t* byval @static_val) ; --> Stack+8, not R1
D2012-10-04-FixedFrame-vs-byval.ll5 @static_val = constant %struct_t { double 1.0, double 2.0, double 3.0 }
/external/llvm-project/llvm/test/CodeGen/ARM/
D2012-10-04-AAPCS-byval-align8.ll5 @static_val = constant %struct_t { double 1.0, double 2.0, double 3.0 }
30 ; CHECK: movw [[BASE:r[0-9]+]], :lower16:static_val
31 ; CHECK: movt [[BASE]], :upper16:static_val
37 …all void (i32, ...) @test_byval_8_bytes_alignment(i32 555, %struct_t* byval(%struct_t) @static_val)
57 ; CHECK: movw [[BASE:r[0-9]+]], :lower16:static_val
58 ; CHECK: movt [[BASE]], :upper16:static_val
64 …truct_t*) @test_byval_8_bytes_alignment_fixed_arg(i32 555, %struct_t* byval(%struct_t) @static_val)
D2013-04-05-Small-ByVal-Structs-PR15293.ll48 @static_val = constant %artz { i32 777 }
65 call void @foo(%artz* byval(%artz) @static_val)
70 call void @foo2(%artz* byval(%artz) @static_val, i32 0, %artz* byval(%artz) @static_val)
D2013-05-02-AAPCS-ByVal-Structs-C4-C5-VFP2.ll6 @static_val = constant %st_t { i32 777, i32 888, i32 787, i32 878}
42 i32 0, %st_t* byval(%st_t) @static_val, i32 1)
D2013-05-02-AAPCS-ByVal-Structs-C4-C5-VFP.ll6 @static_val = constant %st_t { i32 777, i32 888}
45 i32 0, %st_t* byval(%st_t) @static_val, i32 1, i32 2)
D2013-04-16-AAPCS-C5-vs-VFP.ll20 @static_val = constant %struct_t { i32 777, i32 888, i32 999, i32 1000 }
58 %struct_t* byval(%struct_t) @static_val) ; --> Stack+8, not R1
D2012-10-04-FixedFrame-vs-byval.ll5 @static_val = constant %struct_t { double 1.0, double 2.0, double 3.0 }
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorIntDiv.h104 …return (TensorUInt128<static_val<0>, uint64_t>(a) * TensorUInt128<static_val<0>, uint64_t>(b)).upp… in muluh()
123 …t64_t, uint64_t> result = TensorUInt128<uint64_t, static_val<0> >(shift, 0) / TensorUInt128<static…
124 - TensorUInt128<static_val<1>, static_val<0> >(1, 0)
125 + TensorUInt128<static_val<0>, static_val<1> >(1);
DTensorUInt128.h18 struct static_val { struct
22 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE static_val() { } in static_val() argument
25 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE static_val(const T& v) { in static_val() argument
212 if (rhs == TensorUInt128<static_val<0>, static_val<1> >(1)) {
229 while (power2 != TensorUInt128<static_val<0>, static_val<0> >(0)) {
/external/tensorflow/tensorflow/python/autograph/converters/
Ddirectives.py147 static_val = anno.getanno(call_node.func, STATIC_VALUE, default=None)
148 if static_val is not None:
152 if static_val is directives.set_element_type:
153 self._process_symbol_directive(call_node, static_val)
155 elif static_val is directives.set_loop_options:
156 self._process_statement_directive(call_node, static_val)