Home
last modified time | relevance | path

Searched refs:or0 (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dbswap_tree.ll35 %or0 = or i32 %tmp0, %tmp1
37 %result = or i32 %or0, %or1
68 %or0 = or i32 %tmp0, %tmp1
70 %result = or i32 %or0, %or1
Dbswap_tree2.ll47 %or0 = or i32 %tmp0, %tmp1
49 %result = or i32 %or0, %or1
94 %or0 = or i32 %tmp0, %tmp1
96 %result = or i32 %or0, %or1
147 %or0 = or i32 %tmp0, %tmp1
149 %result = or i32 %or0, %or1
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dbfi_int.ll112 %or0 = or i64 %x, %z
113 %and1 = and i64 %y, %or0
180 %or0 = or i64 %x, %z
181 %and1 = and i64 %y, %or0
/external/llvm/test/CodeGen/SystemZ/
Dor-03.ll128 %or0 = or i64 %ret, %val0
129 %or1 = or i64 %or0, %val1
Dor-01.ll163 %or0 = or i32 %ret, %val0
164 %or1 = or i32 %or0, %val1
Dfp-move-02.ll156 %or0 = or i64 %start, %int0
157 %or1 = or i64 %or0, %int1
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dor-03.ll128 %or0 = or i64 %ret, %val0
129 %or1 = or i64 %or0, %val1
Dor-01.ll163 %or0 = or i32 %ret, %val0
164 %or1 = or i32 %or0, %val1
Dfp-move-02.ll156 %or0 = or i64 %start, %int0
157 %or1 = or i64 %or0, %int1
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/Fast-ISel/
Dlogopm.ll100 %or0 = or i1 %conv1, %conv0
101 %conv3 = zext i1 %or0 to i8
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dlogopm.ll100 %or0 = or i1 %conv1, %conv0
101 %conv3 = zext i1 %or0 to i8
/external/llvm/test/CodeGen/AArch64/
Darm64-ccmp.ll439 %or0 = or i1 %c0, %c1
441 %and0 = and i1 %or0, %or1
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-ccmp.ll440 %or0 = or i1 %c0, %c1
442 %and0 = and i1 %or0, %or1
/external/tensorflow/tensorflow/core/grappler/optimizers/
Ddependency_optimizer_test.cc517 Output or0 = ops::LogicalOr(scope.WithOpName("or0"), id0, id0); in TEST_F() local