HomeSort by relevance Sort by last modified time
    Searched refs:UNDEF (Results 26 - 33 of 33) sorted by null

12

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 66 /// BUILD_VECTOR where all of the elements are ~0 or undef.
70 /// BUILD_VECTOR where all of the elements are 0 or undef.
75 /// element is not an undef.
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 532 /// isConstantOrUndef - Op is either an undef node or a ConstantSDNode. Return
533 /// true if Op is undef or if it matches the specified value.
620 // Find the first non-undef value in the shuffle mask.
625 if (i == 16) return -1; // all undef.
658 // FIXME: Handle UNDEF elements too!
720 if (N->getOperand(i).getOpcode() == ISD::UNDEF) continue;
732 // either constant or undef values that are identical for each chunk. See
748 return DAG.getTargetConstant(0, MVT::i32); // 0,0,0,undef
755 return DAG.getTargetConstant(~0U, MVT::i32); // -1,-1,-1,undef
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
LegalizeIntegerTypes.cpp 77 case ISD::UNDEF: Res = PromoteIntRes_UNDEF(N); break;
    [all...]
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp 461 // undef elements.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 219 milliseconds

12