Home
last modified time | relevance | path

Searched refs:UNDEF (Results 1 – 25 of 130) sorted by relevance

123456

/external/deqp-deps/glslang/Test/
DcppComplexExpr.vert108 #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/
Drun-readelf-s.sh130 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/
Darmv8.3a-js-arm.txt2 …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
Darmv8.3a-js-thumb.txt2 …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/
Dthumb2-bxj-v8.s1 …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
Dcps.s5 …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
Dthumb2-ldrexd-strexd.s5 …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
Dthumb2-bxj.s5 …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/
Dcps.s5 …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
Dthumb2-bxj-v8.s1 …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
Dthumb2-ldrexd-strexd.s5 …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
Dthumb2-bxj.s5 …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/
D076-elif-undef-nested.c1 #ifdef UNDEF
2 #if UNDEF == 4
3 #elif UNDEF == 5
D075-elif-elif-undef.c1 #ifndef UNDEF
2 #elif UNDEF < 0
3 #elif UNDEF == 3
D073-if-in-ifdef.c1 #ifdef UNDEF
2 #if UNDEF > 1
D074-elif-undef.c1 #ifndef UNDEF
2 #elif UNDEF < 0
/external/deqp-deps/glslang/Test/baseResults/
DcppComplexExpr.vert.out26 …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/
Darm-irtranslator.ll441 ; 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/
Dirtranslator-exceptions.ll25 ; 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/
Demit-llvm.ll108 ; API: g7 UNDEF
109 ; API: g8 UNDEF
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dspill-undef.mir40 ; CHECK: [[UNDEF:%[0-9]+]]:gpr32 = IMPLICIT_DEF
41 ; CHECK-NEXT: KILL [[UNDEF]]
Darm64-EXT-undef-mask.ll3 ; The following 2 test cases test shufflevector with beginning UNDEF mask.
/external/llvm/test/CodeGen/AArch64/
Darm64-EXT-undef-mask.ll3 ; The following 2 test cases test shufflevector with beginning UNDEF mask.
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1329 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 …]
DSelectionDAG.cpp121 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 …]

123456