Home
last modified time | relevance | path

Searched refs:ham (Results 1 – 25 of 66) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dsplitkit.ll8 %struct.ham = type { %struct.wombat.0 }
14 %struct.ham.3 = type { %struct.pluto }
26 %struct.zot.7 = type { %struct.ham.8 }
27 %struct.ham.8 = type { i32 }
28 %struct.hoge = type { %struct.ham, %struct.foo }
30 %struct.wombat = type { %struct.ham, float }
31 %struct.snork = type { %struct.ham.9, [11 x i8] }
32 %struct.ham.9 = type { i8 }
37 @global.3 = external global %struct.ham
43 @global.9 = external global %struct.ham
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/JumpThreading/
Dddt-crash.ll3 %struct.ham = type { i8, i8, i16, i32 }
8 @global = external global %struct.ham*, align 8
47 define void @spam(%struct.ham* %arg) {
81 %tmp9 = icmp eq %struct.ham* undef, %arg
95 %tmp13 = load %struct.ham*, %struct.ham** undef
99 %tmp15 = phi %struct.ham* [ %tmp13, %bb12 ], [ null, %bb10 ]
117 %tmp21 = load %struct.ham*, %struct.ham** undef
128 %tmp24 = icmp eq %struct.ham* %tmp21, null
132 %tmp26 = icmp eq %struct.ham* %tmp15, null
136 %tmp28 = load %struct.ham*, %struct.ham** undef
[all …]
Dlvi-tristate.ll12 declare void @ham()
29 tail call void @ham()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/
Dcomplex-constantexpr.ll4 %struct.ham = type { i32 }
10 @global8 = common global %struct.ham zeroinitializer, align 4
72 …store i32 ptrtoint (i32* @global to i32), i32* getelementptr inbounds (%struct.ham, %struct.ham* @…
74 …%tmp = load i32, i32* getelementptr inbounds (%struct.ham, %struct.ham* @global8, i64 0, i32 0), a…
92 …store i32 %tmp10, i32* getelementptr inbounds (%struct.ham, %struct.ham* @global8, i64 0, i32 0), …
/external/llvm/test/Transforms/GlobalDCE/
Dcomplex-constantexpr.ll4 %struct.ham = type { i32 }
10 @global8 = common global %struct.ham zeroinitializer, align 4
72 …store i32 ptrtoint (i32* @global to i32), i32* getelementptr inbounds (%struct.ham, %struct.ham* @…
74 …%tmp = load i32, i32* getelementptr inbounds (%struct.ham, %struct.ham* @global8, i64 0, i32 0), a…
92 …store i32 %tmp10, i32* getelementptr inbounds (%struct.ham, %struct.ham* @global8, i64 0, i32 0), …
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/X86/
Dlsr-filtering-scaledreg.ll5 %struct.ham = type { i8, i8, [5 x i32], i64, i64, i64 }
7 @global = external local_unnamed_addr global %struct.ham, align 8
11 …%tmp = load i64, i64* getelementptr inbounds (%struct.ham, %struct.ham* @global, i64 0, i32 3), al…
13 …%tmp2 = load i64, i64* getelementptr inbounds (%struct.ham, %struct.ham* @global, i64 0, i32 4), a…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
Dptr_diff.ll65 %struct.ham = type { i32, [2 x [2 x i32]] }
67 @global = internal global %struct.ham zeroinitializer, align 4
75 %tmp = getelementptr inbounds %struct.ham, %struct.ham* @global, i32 0, i32 1
79 %tmp4 = getelementptr inbounds %struct.ham, %struct.ham* @global, i32 0, i32 1
/external/llvm/test/Transforms/InstSimplify/
Dptr_diff.ll65 %struct.ham = type { i32, [2 x [2 x i32]] }
67 @global = internal global %struct.ham zeroinitializer, align 4
75 %tmp = getelementptr inbounds %struct.ham, %struct.ham* @global, i32 0, i32 1
79 %tmp4 = getelementptr inbounds %struct.ham, %struct.ham* @global, i32 0, i32 1
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dpr31501.ll7 …, %struct.wibble, %struct.snork, %struct.quux.4, %struct.snork.10, %struct.ham.16*, %struct.wobble…
19 %struct.zot.2 = type { %struct.zot.0, %struct.ham }
20 %struct.ham = type { %struct.barney.1 }
25 %struct.spam = type { %struct.zot.0, %struct.ham.7 }
26 %struct.ham.7 = type { %struct.barney.8 }
35 %struct.ham.16 = type { %struct.pluto.17, %struct.pluto.17 }
40 %struct.zot.20 = type { %struct.ham.21 }
41 %struct.ham.21 = type { %struct.baz }
Dpr31483.ll9 define signext i32 @ham(i8* %arg, i8* %arg1) #0 {
10 ; CHECK-LABEL: @ham(
/external/clang/bindings/python/tests/cindex/
Dtest_cursor.py325 spam, egg, ham = enum_constants
331 assert ham.kind == CursorKind.ENUM_CONSTANT_DECL
332 assert ham.enum_value == 40
344 spam, ham = enum_constants
348 assert ham.kind == CursorKind.ENUM_CONSTANT_DECL
349 assert ham.enum_value == 0x10000000000
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dbranch-condition-and.ll12 ; GCN-LABEL: {{^}}ham:
25 define amdgpu_ps void @ham(float %arg, float %arg1) #0 {
/external/python/cpython3/Doc/library/
Dmodulefinder.rst73 import guido.python.ham
111 guido.python.ham
Dcontextvars.rst166 var.set('ham')
168 # Now, after setting 'var' to 'ham':
169 # var.get() == ctx[var] == 'ham'
179 # ctx[var] == 'ham'
/external/python/cpython3/Lib/test/
Dtest_pkg.py277 from t7.sub.subsub import spam as ham unknown
278 self.assertEqual(ham, 1)
Dtest_inspect.py852 def ham(x, y): function
855 self.assertArgSpecEquals(ham, ['x', 'y'], formatted='(x, y)')
856 self.assertFullArgSpecEquals(ham, ['x', 'y'], formatted='(x, y)')
857 self.assertFullArgSpecEquals(functools.partial(ham),
865 def ham(self, x, y): member in TestClassesAndFunctions.test_argspec_api_ignores_wrapped.C
867 pham = functools.partialmethod(ham)
872 check_method(C.ham)
873 check_method(C().ham)
1066 def ham(self): member in TestClassesAndFunctions.test_classify_DynamicClassAttribute.VA
2187 def test(a, b:'foo'=10, *args:'bar', spam:'baz', ham=123, **kwargs:int): argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dtwoaddr-lea.ll53 ; CHECK-LABEL: ham
54 define void @ham() {
/external/python/cpython2/Doc/library/
Dmodulefinder.rst76 import guido.python.ham
114 guido.python.ham
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BasicAA/
Dpr31761.ll12 define i1 @ham(%struct.blam* %arg) {
/external/python/cpython2/Lib/test/
Dtest_pkg.py269 from t7.sub.subsub import spam as ham unknown
270 self.assertEqual(ham, 1)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dbrundef.ll5 define void @ham() {
Dpbqp-reserved-physreg.ll5 define void @ham.928() local_unnamed_addr #0 align 2 {
/external/python/cpython3/Lib/test/test_importlib/
Dtest_api.py360 ham = self.init.import_module(fullname)
361 reloaded = self.init.reload(ham)
362 self.assertIs(reloaded, ham)
/external/cldr/common/testData/transforms/
Dfa-Latn-t-fa-m0-bgn.txt57 هَمْ ham
118 هَمانْ hamاn
550 فَراهَمْ farاham
824 هَمایِشِ hamاyeshe
1528 هَمایِشْ hamاyesh
1893 می‌خواهَمْ my‌khvاham
1932 مُتَّهَمْ motaّham
1974 هَم‌ْمیهَنْ ham‌myhan
2293 هَم‌ْاَکْنونْ ham‌aknvn
2379 خواهَمْ khvاham
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IRCE/
Dcorrect-loop-info.ll13 define void @baz() personality i32* ()* @ham {
173 declare i32* @ham()

123