/external/llvm-project/llvm/test/Transforms/CalledValuePropagation/ |
D | simple-select.ll | 14 ; "@test_select" is also norecurse. This would allow the globals optimizer to 23 %tmp0 = call i64 @test_select(i1 %flag) 27 define internal i64 @test_select(i1 %flag) {
|
/external/llvm/test/CodeGen/X86/ |
D | fp128-select.ll | 7 define void @test_select(fp128* %p, fp128* %q, i1 zeroext %c) { 8 ; MMX-LABEL: test_select: 21 ; CHECK-LABEL: test_select:
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | setcc-takes-i32.ll | 14 define i64 @test_select(i64 %lhs, i64 %rhs) { 15 ; CHECK-LABEL: test_select:
|
/external/llvm/test/CodeGen/AArch64/ |
D | setcc-takes-i32.ll | 14 define i64 @test_select(i64 %lhs, i64 %rhs) { 15 ; CHECK-LABEL: test_select:
|
D | arm64-fp128.ll | 185 define void @test_select(i1 %cond, fp128 %lhs, fp128 %rhs) { 186 ; CHECK-LABEL: test_select:
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | crosstest.cfg | 45 [test_select] 47 test: test_select.ll
|
/external/OpenCL-CTS/test_conformance/select/ |
D | CMakeLists.txt | 4 test_select.cpp
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fp128-select.ll | 11 define void @test_select(fp128* %p, fp128* %q, i1 zeroext %c) { 12 ; SSE-LABEL: test_select: 25 ; NOSSE-LABEL: test_select:
|
/external/rust/crates/nix/test/sys/ |
D | mod.rs | 21 mod test_select; module
|
/external/llvm-project/llvm/test/MachineVerifier/ |
D | test_g_select.mir | 5 name: test_select
|
/external/python/cpython2/Lib/test/ |
D | test_select.py | 31 def test_select(self): member in SelectTestCase
|
/external/python/cpython3/Lib/test/ |
D | test_select.py | 47 def test_select(self): member in SelectTestCase
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_expr.cpp | 282 static void test_select() in test_select() function 313 CALL_SUBTEST(test_select()); in test_cxx11_tensor_expr()
|
/external/python/cpython2/Misc/ |
D | BeOS-NOTES | 24 - test_select crashed -- select.error : (-2147459072, 'Bad file descriptor')
|
/external/OpenCL-CTS/test_conformance/ |
D | opencl_conformance_tests_full_no_math_or_conversions.csv | 76 Select,select/test_select
|
D | opencl_conformance_tests_full.csv | 76 Select,select/test_select
|
D | opencl_conformance_tests_quick.csv | 76 Select,select/test_select
|
D | opencl_conformance_tests_full_binary.csv | 76 Select,select/test_select --compilation-mode binary --compilation-cache-path .
|
D | opencl_conformance_tests_full_spirv.csv | 76 Select,select/test_select --compilation-mode spir-v --compilation-cache-path .
|
/external/llvm/test/Transforms/InstCombine/ |
D | vec_demanded_elts.ll | 178 define <4 x float> @test_select(float %f, float %g) { 179 ; CHECK-LABEL: @test_select(
|
/external/llvm-project/llvm/test/Analysis/CostModel/X86/ |
D | vselect-cost.ll | 11 define i32 @test_select() { 12 ; SSE2-LABEL: 'test_select' 31 ; SSE41-LABEL: 'test_select' 50 ; AVX1-LABEL: 'test_select' 69 ; AVX2-LABEL: 'test_select' 88 ; AVX512F-LABEL: 'test_select' 107 ; AVX512BW-LABEL: 'test_select'
|
/external/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | horizontal.ll | 9 ; CHECK-LABEL: test_select 13 define i32 @test_select(i32* noalias nocapture readonly %blk1, i32* noalias nocapture readonly %blk…
|
/external/compiler-rt/test/dfsan/ |
D | custom.cc | 582 void test_select() { in test_select() function 938 test_select(); in main()
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | horizontal.ll | 15 ; YAML-NEXT: Function: test_select 22 define i32 @test_select(i32* noalias nocapture readonly %blk1, i32* noalias nocapture readonly %blk… 23 ; CHECK-LABEL: @test_select(
|
/external/rust/crates/nix/src/sys/ |
D | select.rs | 356 fn test_select() { in test_select() function
|