HomeSort by relevance Sort by last modified time
    Searched refs:UNDEF (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
073-if-in-ifdef.c 1 #ifdef UNDEF
2 #if UNDEF > 1
076-elif-undef-nested.c 1 #ifdef UNDEF
2 #if UNDEF == 4
3 #elif UNDEF == 5
075-elif-elif-undef.c 1 #ifndef UNDEF
2 #elif UNDEF < 0
3 #elif UNDEF == 3
074-elif-undef.c 1 #ifndef UNDEF
2 #elif UNDEF < 0
  /external/mesa3d/src/glsl/glcpp/tests/
073-if-in-ifdef.c 1 #ifdef UNDEF
2 #if UNDEF > 1
076-elif-undef-nested.c 1 #ifdef UNDEF
2 #if UNDEF == 4
3 #elif UNDEF == 5
075-elif-elif-undef.c 1 #ifndef UNDEF
2 #elif UNDEF < 0
3 #elif UNDEF == 3
074-elif-undef.c 1 #ifndef UNDEF
2 #elif UNDEF < 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesw.h 44 #undef lines
49 #undef UNDEF
50 #define UNDEF(name) CUR_ ##name
53 inline int UNDEF(addch)(chtype ch) { return addch(ch); }
54 #undef addch
55 #define addch UNDEF(addch)
59 inline int UNDEF(addchstr)(chtype *at) { return addchstr(at); }
60 #undef addchstr
61 #define addchstr UNDEF(addchstr
    [all...]
tic.h 80 #undef BYTE
147 #define UNDEF 5 /* Undefined */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 44 #undef lines
49 #undef UNDEF
50 #define UNDEF(name) CUR_ ##name
53 inline int UNDEF(addch)(chtype ch) { return addch(ch); }
54 #undef addch
55 #define addch UNDEF(addch)
59 inline int UNDEF(addchstr)(chtype *at) { return addchstr(at); }
60 #undef addchstr
61 #define addchstr UNDEF(addchstr
    [all...]
tic.h 80 #undef BYTE
147 #define UNDEF 5 /* Undefined */
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_info.c 195 #ifdef UNDEF
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 158 /// UNDEF - An undefined node.
159 UNDEF,
279 /// values that indicate which value (or undef) each result element will
388 /// elements with the high bits becoming undef.
    [all...]
  /external/openssl/crypto/x509v3/
v3_info.c 189 #ifdef UNDEF
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 662 // FIXME: We blindly ignore splats which include undef which is overly
    [all...]
SelectionDAG.cpp 95 /// BUILD_VECTOR where all of the elements are ~0 or undef.
105 // Skip over all of the undef values.
106 while (i != e && N->getOperand(i).getOpcode() == ISD::UNDEF)
109 // Do not accept an all-undef vector.
136 N->getOperand(i).getOpcode() != ISD::UNDEF)
143 /// BUILD_VECTOR where all of the elements are 0 or undef.
153 if (N->getOperand(i).getOpcode() == ISD::UNDEF)
176 // Do not accept an all-undef vector.
183 /// all ConstantSDNode or undef.
190 if (Op.getOpcode() == ISD::UNDEF)
    [all...]
SelectionDAGDumper.cpp 135 case ISD::UNDEF: return "undef";
LegalizeVectorTypes.cpp 67 case ISD::UNDEF: R = ScalarizeVecRes_UNDEF(N); break;
346 if (Arg.getOpcode() == ISD::UNDEF)
563 case ISD::UNDEF: SplitRes_UNDEF(N, Lo, Hi); break;
    [all...]
LegalizeDAG.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 236 #undef numTypes
237 #undef numIntTypes
238 #undef numVectorTypes
239 #undef numFloatTypes
383 if (fourth.getOpcode() != ISD::UNDEF) {
394 if (third.getOpcode() != ISD::UNDEF) {
405 if (second.getOpcode() != ISD::UNDEF) {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 236 #undef numTypes
237 #undef numIntTypes
238 #undef numVectorTypes
239 #undef numFloatTypes
383 if (fourth.getOpcode() != ISD::UNDEF) {
394 if (third.getOpcode() != ISD::UNDEF) {
405 if (second.getOpcode() != ISD::UNDEF) {
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 87 // Extract from UNDEF is UNDEF.
88 if (Vec.getOpcode() == ISD::UNDEF)
137 // Inserting UNDEF is Result
138 if (Vec.getOpcode() == ISD::UNDEF)
700 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
729 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
730 setOperationAction(ISD::UNDEF, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 331 milliseconds

1 2