/external/deqp-deps/glslang/Test/ |
D | cppComplexExpr.vert | 108 #if UNDEF 114 #if VAL1 || UNDEF 120 #if VAL1 && UNDEF // UNDEF ERROR 123 #if VAL0 || UNDEF // UNDEF ERROR 126 #if VAL0 && UNDEF 132 #if VAL1 || (VAL1 && UNDEF) 138 #if VAL1 && (VAL1 || UNDEF) 144 #if VAL1 < VAL1 || VAL1 > VAL1 || UNDEF // UNDEF ERROR 147 #if VAL1 < VAL1 || VAL1 > VAL1 && UNDEF 150 #if VAL1 || UNDEF && UNDEF2 [all …]
|
/external/elfutils/tests/ |
D | run-readelf-s.sh | 130 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UNDEF 132 2: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_deregisterTMCloneTable 133 3: 0000000000000000 0 FUNC GLOBAL DEFAULT UNDEF __libc_start_main@GLIBC_2.2.5 (2) 134 4: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF __gmon_start__ 135 5: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _Jv_RegisterClasses 136 6: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_registerTMCloneTable 137 7: 0000000000000000 0 FUNC WEAK DEFAULT UNDEF __cxa_finalize@GLIBC_2.2.5 (2) 151 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UNDEF 206 55: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_deregisterTMCloneTable 211 60: 0000000000000000 0 FUNC GLOBAL DEFAULT UNDEF __libc_start_main@@GLIBC_2.2.5 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/ |
D | armv8.3a-js-arm.txt | 2 …e arm-none-eabi -mattr=+v8.2a,+fp-armv8 --disassemble < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 3 …e arm-none-eabi -mattr=+v8.3a,-fp-armv8 --disassemble < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 7 # UNDEF: :[[@LINE-2]]:{{[0-9]+}}: warning: invalid instruction encoding 10 # UNDEF: :[[@LINE-2]]:{{[0-9]+}}: warning: invalid instruction encoding
|
D | armv8.3a-js-thumb.txt | 2 …thumb-none-eabi -mattr=+v8.2a,+fp-armv8 --disassemble < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 3 …thumb-none-eabi -mattr=+v8.3a,-fp-armv8 --disassemble < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 7 # UNDEF: :[[@LINE-2]]:{{[0-9]+}}: warning: invalid instruction encoding 10 # UNDEF: :[[@LINE-2]]:{{[0-9]+}}: warning: invalid instruction encoding
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | thumb2-bxj-v8.s | 1 …t llvm-mc -triple=thumbv6t2--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 2 …t llvm-mc -triple=thumbv7a--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 3 …t llvm-mc -triple=thumbv7r--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 10 @ UNDEF: error: r13 (SP) is an unpredictable operand to BXJ
|
D | cps.s | 5 …ot llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 17 @ UNDEF-DAG: cpsie f @ encoding: [0x61,0xb6] 18 @ UNDEF-DAG: instruction requires: 19 @ UNDEF-DAG: error: instruction 'cps' requires effect for M-class
|
D | thumb2-ldrexd-strexd.s | 5 …ot llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 13 @ UNDEF: error: instruction requires: !armv*m 14 @ UNDEF: error: instruction requires: !armv*m
|
D | thumb2-bxj.s | 5 …ot llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 10 @ UNDEF: error: instruction requires: !armv*m
|
/external/llvm/test/MC/ARM/ |
D | cps.s | 5 …ot llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 15 @ UNDEF-DAG: cpsie f @ encoding: [0x61,0xb6] 16 @ UNDEF-DAG: error: instruction requires: 17 @ UNDEF-DAG: error: instruction 'cps' requires effect for M-class
|
D | thumb2-bxj-v8.s | 1 …t llvm-mc -triple=thumbv6t2--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 2 …t llvm-mc -triple=thumbv7a--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 3 …t llvm-mc -triple=thumbv7r--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 10 @ UNDEF: error: r13 (SP) is an unpredictable operand to BXJ
|
D | thumb2-ldrexd-strexd.s | 5 …ot llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 13 @ UNDEF: error: instruction requires: !armv*m 14 @ UNDEF: error: instruction requires: !armv*m
|
D | thumb2-bxj.s | 5 …ot llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF 10 @ UNDEF: error: instruction requires: arm-mode
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 076-elif-undef-nested.c | 1 #ifdef UNDEF 2 #if UNDEF == 4 3 #elif UNDEF == 5
|
D | 075-elif-elif-undef.c | 1 #ifndef UNDEF 2 #elif UNDEF < 0 3 #elif UNDEF == 3
|
D | 073-if-in-ifdef.c | 1 #ifdef UNDEF 2 #if UNDEF > 1
|
D | 074-elif-undef.c | 1 #ifndef UNDEF 2 #elif UNDEF < 0
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | cppComplexExpr.vert.out | 26 …R: 0:108: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF 29 …R: 0:120: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF 30 …R: 0:123: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF 34 …R: 0:144: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF 35 …R: 0:153: 'preprocessor evaluation' : undefined macro in expression not allowed in es profile UNDEF
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/GlobalISel/ |
D | arm-irtranslator.ll | 441 ; CHECK-DAG: [[UNDEF:%[0-9]+]]:_(s32) = G_IMPLICIT_DEF 444 ; CHECK: [[VEC:%[0-9]+]]:_(<2 x s32>) = G_SHUFFLE_VECTOR [[ARG]](s32), [[UNDEF]], [[MASK]](<2 x s32… 456 ; CHECK-DAG: [[UNDEF:%[0-9]+]]:_(<2 x s32>) = G_IMPLICIT_DEF 460 ; CHECK-DAG: [[V1:%[0-9]+]]:_(<2 x s32>) = G_INSERT_VECTOR_ELT [[UNDEF]], [[ARG1]](s32), [[C0]](s32) 462 ; CHECK: [[VEC:%[0-9]+]]:_(<3 x s32>) = G_SHUFFLE_VECTOR [[V2]](<2 x s32>), [[UNDEF]], [[MASK]](<3 … 476 ; CHECK-DAG: [[UNDEF:%[0-9]+]]:_(<2 x s32>) = G_IMPLICIT_DEF 480 ; CHECK-DAG: [[V1:%[0-9]+]]:_(<2 x s32>) = G_INSERT_VECTOR_ELT [[UNDEF]], [[ARG1]](s32), [[C0]](s32) 482 ; CHECK: [[VEC:%[0-9]+]]:_(<4 x s32>) = G_SHUFFLE_VECTOR [[V2]](<2 x s32>), [[UNDEF]], [[MASK]](<4 … 497 ; CHECK-DAG: [[UNDEF:%[0-9]+]]:_(<4 x s32>) = G_IMPLICIT_DEF 503 ; CHECK-DAG: [[V1:%[0-9]+]]:_(<4 x s32>) = G_INSERT_VECTOR_ELT [[UNDEF]], [[ARG1]](s32), [[C0]](s32) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | irtranslator-exceptions.ll | 25 ; CHECK: [[UNDEF:%[0-9]+]]:_(s128) = G_IMPLICIT_DEF 26 ; CHECK: [[VAL_WITH_PTR:%[0-9]+]]:_(s128) = G_INSERT [[UNDEF]], [[PTR]](p0), 0
|
/external/llvm/test/tools/gold/X86/ |
D | emit-llvm.ll | 108 ; API: g7 UNDEF 109 ; API: g8 UNDEF
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | spill-undef.mir | 40 ; CHECK: [[UNDEF:%[0-9]+]]:gpr32 = IMPLICIT_DEF 41 ; CHECK-NEXT: KILL [[UNDEF]]
|
D | arm64-EXT-undef-mask.ll | 3 ; The following 2 test cases test shufflevector with beginning UNDEF mask.
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-EXT-undef-mask.ll | 3 ; The following 2 test cases test shufflevector with beginning UNDEF mask.
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 1329 if (N0.getOpcode() == ISD::UNDEF) in visitADD() 1331 if (N1.getOpcode() == ISD::UNDEF) in visitADD() 1625 if (N0.getOpcode() == ISD::UNDEF) in visitSUB() 1627 if (N1.getOpcode() == ISD::UNDEF) in visitSUB() 1662 if (N0.getOpcode() == ISD::UNDEF || N1.getOpcode() == ISD::UNDEF) in visitMUL() 1820 if (N0.getOpcode() == ISD::UNDEF) in visitSDIV() 1823 if (N1.getOpcode() == ISD::UNDEF) in visitSDIV() 1872 if (N0.getOpcode() == ISD::UNDEF) in visitUDIV() 1875 if (N1.getOpcode() == ISD::UNDEF) in visitUDIV() 1914 if (N0.getOpcode() == ISD::UNDEF) in visitSREM() [all …]
|
D | SelectionDAG.cpp | 121 while (i != e && N->getOperand(i).getOpcode() == ISD::UNDEF) in isBuildVectorAllOnes() 144 N->getOperand(i).getOpcode() != ISD::UNDEF) in isBuildVectorAllOnes() 162 while (i != e && N->getOperand(i).getOpcode() == ISD::UNDEF) in isBuildVectorAllZeros() 184 N->getOperand(i).getOpcode() != ISD::UNDEF) in isBuildVectorAllZeros() 198 if (N->getOperand(0).getOpcode() == ISD::UNDEF) in isScalarToVector() 205 if (V.getOpcode() != ISD::UNDEF) in isScalarToVector() 1253 if (N1.getOpcode() == ISD::UNDEF && N2.getOpcode() == ISD::UNDEF) in getVectorShuffle() 1273 if (N1.getOpcode() == ISD::UNDEF) in getVectorShuffle() 1279 bool N2Undef = N2.getOpcode() == ISD::UNDEF; in getVectorShuffle() 2491 if (Operand.getOpcode() == ISD::UNDEF) in getNode() [all …]
|