Home
last modified time | relevance | path

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

1234

/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/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/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
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-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/c-ares/
DMakefile.am98 UNDEF = -no-undefined macro
101 libcares_la_LDFLAGS = $(UNDEF) $(VER)
/external/llvm/test/tools/gold/X86/
Demit-llvm.ll108 ; API: g7 UNDEF
109 ; API: g8 UNDEF
/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 …]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h168 UNDEF, enumerator
/external/llvm/test/CodeGen/X86/
Dshift-combine-crash.ll4 ; attempt to cast a ISD::UNDEF node to a ConstantSDNode.
Dpalignr.ll137 ; was an UNDEF.)
/external/boringssl/src/crypto/x509v3/
Dv3_info.c216 #ifdef UNDEF in i2a_ACCESS_DESCRIPTION()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h173 UNDEF, enumerator
DSelectionDAG.h653 if (Op.getOpcode() == ISD::UNDEF) {
659 return getNode(ISD::UNDEF, SDLoc(), VT);
747 return getNode(ISD::UNDEF, SDLoc(), VT);
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dpalignr.ll65 ; was an UNDEF.)
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp92 if (Vec.getOpcode() == ISD::UNDEF) in Extract128BitVector()
93 return DAG.getNode(ISD::UNDEF, dl, ResultVT); in Extract128BitVector()
592 setOperationAction(ISD::UNDEF, MVT::f64, Expand); in X86TargetLowering()
619 setOperationAction(ISD::UNDEF, MVT::f64, Expand); in X86TargetLowering()
620 setOperationAction(ISD::UNDEF, MVT::f32, Expand); in X86TargetLowering()
645 setOperationAction(ISD::UNDEF, MVT::f80, Expand); in X86TargetLowering()
3915 if (N->getOperand(1).getOpcode() != ISD::UNDEF) in isMOVSHDUPMask()
3943 if (N->getOperand(1).getOpcode() != ISD::UNDEF) in isMOVSLDUPMask()
3969 bool V2IsUndef = N->getOperand(1).getOpcode() == ISD::UNDEF; in isMOVDDUPYMask()
4277 if (Opc == ISD::UNDEF || ISD::isBuildVectorAllZeros(V2.getNode())) in isZeroShuffle()
[all …]
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-lex.l405 RETURN_TOKEN (UNDEF);
/external/llvm/test/CodeGen/ARM/
Dinterrupt-attr.ll89 define arm_aapcscc void @undef_fn() alignstack(8) "interrupt"="UNDEF" {
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelDAGToDAG.cpp513 ||Opc == ISD::UNDEF in DFormAddressPredicate()
523 if (Offs.getOpcode() == ISD::Constant || Offs.getOpcode() == ISD::UNDEF) { in DFormAddressPredicate()
524 if (Offs.getOpcode() == ISD::UNDEF) in DFormAddressPredicate()

1234