/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/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/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 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-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/c-ares/ |
D | Makefile.am | 98 UNDEF = -no-undefined macro 101 libcares_la_LDFLAGS = $(UNDEF) $(VER)
|
/external/llvm/test/tools/gold/X86/ |
D | emit-llvm.ll | 108 ; API: g7 UNDEF 109 ; API: g8 UNDEF
|
/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 …]
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 168 UNDEF, enumerator
|
/external/llvm/test/CodeGen/X86/ |
D | shift-combine-crash.ll | 4 ; attempt to cast a ISD::UNDEF node to a ConstantSDNode.
|
D | palignr.ll | 137 ; was an UNDEF.)
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_info.c | 216 #ifdef UNDEF in i2a_ACCESS_DESCRIPTION()
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 173 UNDEF, enumerator
|
D | SelectionDAG.h | 653 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/ |
D | palignr.ll | 65 ; was an UNDEF.)
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 92 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/ |
D | glcpp-lex.l | 405 RETURN_TOKEN (UNDEF);
|
/external/llvm/test/CodeGen/ARM/ |
D | interrupt-attr.ll | 89 define arm_aapcscc void @undef_fn() alignstack(8) "interrupt"="UNDEF" {
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelDAGToDAG.cpp | 513 ||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()
|