Searched refs:getUNDEF (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp214 DAG.getUNDEF(N->getBasePtr().getValueType()),
313 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
320 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
776 Hi = DAG.getUNDEF(HiVT);
789 SDValue Offset = DAG.getUNDEF(Ptr.getValueType());
968 SVOps.push_back(DAG.getUNDEF(EltVT));
984 Output = DAG.getUNDEF(NewVT);
989 DAG.getUNDEF(NewVT) : Inputs[InputUsed[1]];
1482 SDValue VecOp = DAG.getUNDEF(NextVT);
1492 SDValue undefVec = DAG.getUNDEF(V
[all...]
H A DSelectionDAG.cpp1324 return getUNDEF(VT);
1337 N2 = getUNDEF(VT);
1361 return getUNDEF(VT);
1363 N2 = getUNDEF(VT);
1365 N1 = getUNDEF(VT);
1379 return getUNDEF(VT);
1623 return getUNDEF(VT);
1627 return getUNDEF(VT);
1632 return getUNDEF(VT);
1636 return getUNDEF(V
[all...]
H A DLegalizeTypesGeneric.cpp420 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType());
519 Lo = DAG.getUNDEF(LoVT);
520 Hi = DAG.getUNDEF(HiVT);
H A DSelectionDAGBuilder.cpp493 Ops.push_back(DAG.getUNDEF(ElementVT));
499 //SDValue UndefElts = DAG.getUNDEF(VectorTy);
1064 return DAG.getUNDEF(VT);
1120 Constants[i] = DAG.getUNDEF(EltVT);
2921 SDValue UndefVal = DAG.getUNDEF(SrcVT);
2928 Src1 = Src1U ? DAG.getUNDEF(VT) : DAG.getNode(ISD::CONCAT_VECTORS,
2931 Src2 = Src2U ? DAG.getUNDEF(VT) : DAG.getNode(ISD::CONCAT_VECTORS,
2994 setValue(&I, DAG.getUNDEF(VT)); // Vectors are not used.
3002 Src = DAG.getUNDEF(VT);
3038 Res = DAG.getUNDEF(EltV
[all...]
H A DDAGCombiner.cpp2408 DAG.getUNDEF(VT), &SVN0->getMask()[0]);
3530 return DAG.getUNDEF(VT);
3663 return DAG.getUNDEF(VT);
3805 return DAG.getUNDEF(VT);
3860 return DAG.getUNDEF(VT);
5603 Ops.push_back(DAG.getUNDEF(DstEltVT));
5624 Ops.push_back(DAG.getUNDEF(DstEltVT));
7034 SDValue Undef = DAG.getUNDEF(N->getValueType(0));
7043 DAG.getUNDEF(N->getValueType(1)));
8067 Ops.append(NElts, DAG.getUNDEF(InVa
[all...]
H A DLegalizeDAG.cpp1778 return DAG.getUNDEF(VT);
1831 Vec2 = DAG.getUNDEF(VT);
2953 Ops.push_back(DAG.getUNDEF(EltVT));
2997 Results.push_back(DAG.getUNDEF(Node->getValueType(0)));
H A DLegalizeIntegerTypes.cpp696 return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(),
1641 Hi = DAG.getUNDEF(NVT); // The high part is undefined.
1826 Hi = DAG.getUNDEF(NVT);
H A DTargetLowering.cpp1221 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(Op.getValueType()));
2396 return DAG.getUNDEF(VT);
H A DLegalizeFloatTypes.cpp518 return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(),
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.cpp77 return DAG.getUNDEF(ResultVT);
133 SDValue V = Insert128BitVector(DAG.getUNDEF(VT), V1, 0, DAG, dl);
2293 Arg = getMOVL(DAG, dl, MVT::v2i64, DAG.getUNDEF(MVT::v2i64), Arg);
4429 V = DAG.getVectorShuffle(MVT::v4f32, dl, V, DAG.getUNDEF(MVT::v4f32),
4439 V = DAG.getVectorShuffle(MVT::v8f32, dl, V, DAG.getUNDEF(MVT::v8f32),
4496 ? getZeroVector(VT, Subtarget, DAG, V2.getDebugLoc()) : DAG.getUNDEF(VT);
4599 return DAG.getUNDEF(VT.getVectorElementType());
4620 return DAG.getUNDEF(ShufVT.getVectorElementType());
4640 : DAG.getUNDEF(VT.getVectorElementType());
4797 V = DAG.getUNDEF(MV
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DSelectionDAG.h545 /// getUNDEF - Return an UNDEF node. UNDEF does not have a useful DebugLoc.
546 SDValue getUNDEF(EVT VT) { function in class:llvm::SelectionDAG
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp4219 return DAG.getUNDEF(VT);
4247 DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, VT, DAG.getUNDEF(VT),
4384 SDValue ShuffleSrcs[2] = {DAG.getUNDEF(VT), DAG.getUNDEF(VT) };
4731 Ops.push_back(DAG.getUNDEF(EltVT));
4782 SDValue Val = DAG.getUNDEF(MVT::v2f64);
7986 DAG.getUNDEF(WideVec.getValueType()),
8203 DAG.getUNDEF(VT), NewMask.data());
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsISelLowering.cpp2251 SDValue Chain = LD->getChain(), Undef = DAG.getUNDEF(VT);

Completed in 591 milliseconds