Home
last modified time | relevance | path

Searched refs:test_or (Results 1 – 21 of 21) sorted by relevance

/external/llvm/test/Transforms/Reassociate/
Dotherops.ll25 define i32 @test_or(i32 %arg) {
26 ; CHECK-LABEL: test_or
/external/llvm/test/CodeGen/X86/
Datomic-ops-ancient-64.ll25 define i64 @test_or(i64* %orr, i64 %inc) {
26 ; CHECK-LABEL: test_or:
/external/llvm/test/CodeGen/AArch64/
Dfast-isel-branch-cond-split.ll3 ; CHECK-LABEL: test_or
6 define i64 @test_or(i32 %a, i32 %b) {
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Datomics.c79 static void test_or(struct atomics_lskel *skel) in test_or() function
188 test_or(skel); in test_atomics()
/external/clang/test/Analysis/
Dtemp-obj-dtors-cfg-output.cpp44 void test_or() { in test_or() function
/external/cronet/stable/third_party/libc++/src/test/libcxx/utilities/meta/
Dmeta_base.pass.cpp43 void test_or() { in test_or() function
/external/cronet/tot/third_party/libc++/src/test/libcxx/utilities/meta/
Dmeta_base.pass.cpp43 void test_or() { in test_or() function
/external/mesa3d/src/util/tests/
Dbitset_test.cpp192 TEST(bitset, test_or) in TEST() argument
/external/rust/android-crates-io/crates/predicates/src/
Dboolean.rs293 mod test_or { module
/external/mesa3d/src/compiler/rust/
Dbitset.rs455 fn test_or() { in test_or() function
/external/clang/test/CodeGen/
Dzvector.c1164 void test_or (void) in test_or() function
/external/python/cpython3/Lib/test/
Dtest_weakset.py89 def test_or(self): member in TestWeakSet
Dtest_compile.py2210 def test_or(self): member in TestExpressionStackSize
Dtest_set.py91 def test_or(self): member in TestJointOps
Dtest_enum.py3590 def test_or(self): member in OldTestFlag
4146 def test_or(self): member in OldTestIntFlag
Dtest_typing.py471 def test_or(self): member in TypeVarTests
6432 def test_or(self): member in ForwardRefTests
7747 def test_or(self): member in NewTypeTests
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/util/
DFluentBitSetTest.java1245 public void test_or() { in test_or() method in FluentBitSetTest
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dimport.hlotxt759 // CHECK-LABEL: func private @test_or
760 %test_or (Arg_0.1: pred[4], Arg_1.2: pred[4]) -> pred[4] {
/external/pytorch/test/inductor/
Dtest_ordered_set.py114 def test_or(self): member in TestJointOps
/external/python/typing_extensions/src/
Dtest_typing_extensions.py1948 def test_or(self): member in NewTypeTests
6377 def test_or(self): member in TypeVarTests
6947 def test_or(self): member in TypeAliasTypeTests
/external/pytorch/test/
Dtest_jit.py6200 def test_or(x, y): function