HomeSort by relevance Sort by last modified time
    Searched refs:UNDEF (Results 51 - 75 of 86) sorted by null

1 23 4

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 74 /// elements are ~0 or undef.
78 /// elements are 0 or undef.
82 /// ConstantSDNode or undef.
86 /// ConstantFPSDNode or undef.
90 /// specified node are ISD::UNDEF.
475 bool isUndef() const { return NodeType == ISD::UNDEF; }
    [all...]
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp 494 /// isConstantOrUndef - Op is either an undef node or a ConstantSDNode. Return
495 /// true if Op is undef or if it matches the specified value.
582 // Find the first non-undef value in the shuffle mask.
587 if (i == 16) return -1; // all undef.
620 // FIXME: Handle UNDEF elements too!
682 if (N->getOperand(i).getOpcode() == ISD::UNDEF) continue;
694 // either constant or undef values that are identical for each chunk. See
710 return DAG.getTargetConstant(0, MVT::i32); // 0,0,0,undef
717 return DAG.getTargetConstant(~0U, MVT::i32); // -1,-1,-1,undef
726 // Check to see if this buildvec has a single non-undef value in its elements
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 92 /// elements are ~0 or undef.
96 /// elements are 0 or undef.
100 /// ConstantSDNode or undef.
104 /// ConstantFPSDNode or undef.
108 /// specified node are ISD::UNDEF.
639 bool isUndef() const { return NodeType == ISD::UNDEF; }
    [all...]
  /external/boringssl/src/crypto/obj/
objects.go 67 nameToNID["undef"] = 0
99 if name == "undef" && nid == 0 {
202 name: "undef",
203 shortName: "UNDEF",
208 objs.nameToNID["undef"] = 0
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 65 case ISD::UNDEF: R = ScalarizeVecRes_UNDEF(N); break;
650 case ISD::UNDEF: SplitRes_UNDEF(N, Lo, Hi); break;
    [all...]
LegalizeIntegerTypes.cpp 91 case ISD::UNDEF: Res = PromoteIntRes_UNDEF(N); break;
    [all...]
SelectionDAGISel.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
LegalizeIntegerTypes.cpp 76 case ISD::UNDEF: Res = PromoteIntRes_UNDEF(N); break;
    [all...]
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp 456 // undef elements.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 89 case ISD::UNDEF: Res = PromoteIntRes_UNDEF(N); break;
    [all...]
SelectionDAGISel.cpp     [all...]
DAGCombiner.cpp 789 // FIXME: We blindly ignore splats which include undef which is overly
    [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
AArch64GenDAGISel.inc 23 #error GET_DAGISEL_DECL and GET_DAGISEL_BODY cannot be both defined, undef both for inline definitions
31 #undef LOCAL_DAGISEL_STRINGIZE_
32 #undef LOCAL_DAGISEL_STRINGIZE
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 526 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
556 setOperationAction(ISD::UNDEF, VT, Expand);
590 setOperationAction(ISD::UNDEF, MVT::f80, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 504 setOperationAction(ISD::UNDEF, MVT::v2i16, Legal);
505 setOperationAction(ISD::UNDEF, MVT::v2f16, Legal);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/python/cpython3/Lib/test/
test_logging.py 259 INF_UNDEF = logging.getLogger("INF.UNDEF")
260 INF_ERR_UNDEF = logging.getLogger("INF.ERR.UNDEF")
261 UNDEF = logging.getLogger("UNDEF")
278 ('INF.UNDEF', 'CRITICAL', '1'),
279 ('INF.UNDEF', 'ERROR', '2'),
280 ('INF.UNDEF', 'WARNING', '3'),
281 ('INF.UNDEF', 'INFO', '4'),
282 ('INF.ERR.UNDEF', 'CRITICAL', '5'),
283 ('INF.ERR.UNDEF', 'ERROR', '6')
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenDAGISel.inc 23 #error GET_DAGISEL_DECL and GET_DAGISEL_BODY cannot be both defined, undef both for inline definitions
31 #undef LOCAL_DAGISEL_STRINGIZE_
32 #undef LOCAL_DAGISEL_STRINGIZE
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp 562 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
591 setOperationAction(ISD::UNDEF, VT, Expand);
624 setOperationAction(ISD::UNDEF, MVT::f80, Expand);
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 1125 milliseconds

1 23 4