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

12

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp193 DAG.getUNDEF(N->getBasePtr().getValueType()),
261 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
268 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
698 Hi = DAG.getUNDEF(HiVT);
711 SDValue Offset = DAG.getUNDEF(Ptr.getValueType());
917 SVOps.push_back(DAG.getUNDEF(EltVT));
933 Output = DAG.getUNDEF(NewVT);
938 DAG.getUNDEF(NewVT) : Inputs[InputUsed[1]];
1415 SDValue VecOp = DAG.getUNDEF(NextVT);
1425 SDValue undefVec = DAG.getUNDEF(V
[all...]
H A DLegalizeTypesGeneric.cpp381 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType());
480 Lo = DAG.getUNDEF(LoVT);
481 Hi = DAG.getUNDEF(HiVT);
H A DSelectionDAG.cpp1254 return getUNDEF(VT);
1267 N2 = getUNDEF(VT);
1291 return getUNDEF(VT);
1293 N2 = getUNDEF(VT);
1295 N1 = getUNDEF(VT);
1309 return getUNDEF(VT);
1536 return getUNDEF(VT);
1540 return getUNDEF(VT);
1545 return getUNDEF(VT);
1549 return getUNDEF(V
[all...]
H A DSelectionDAGBuilder.cpp464 Ops.push_back(DAG.getUNDEF(ElementVT));
470 //SDValue UndefElts = DAG.getUNDEF(VectorTy);
1032 return DAG.getUNDEF(VT);
1071 Constants[i] = DAG.getUNDEF(EltVT);
2828 SDValue UndefVal = DAG.getUNDEF(SrcVT);
2835 Src1 = Src1U ? DAG.getUNDEF(VT) : DAG.getNode(ISD::CONCAT_VECTORS,
2838 Src2 = Src2U ? DAG.getUNDEF(VT) : DAG.getNode(ISD::CONCAT_VECTORS,
2906 setValue(&I, DAG.getUNDEF(VT)); // Vectors are not used.
2914 Src = DAG.getUNDEF(VT);
2946 Ops.push_back(DAG.getUNDEF(EltV
[all...]
H A DDAGCombiner.cpp3255 return DAG.getUNDEF(VT);
3386 return DAG.getUNDEF(VT);
3528 return DAG.getUNDEF(VT);
3583 return DAG.getUNDEF(VT);
5183 Ops.push_back(DAG.getUNDEF(DstEltVT));
5204 Ops.push_back(DAG.getUNDEF(DstEltVT));
6168 SDValue Undef = DAG.getUNDEF(N->getValueType(0));
6177 DAG.getUNDEF(N->getValueType(1)),
6801 Ops.append(NElts, DAG.getUNDEF(InVal.getValueType()));
6904 return DAG.getUNDEF(LV
[all...]
H A DLegalizeDAG.cpp1430 LoadVals.push_back(DAG.getUNDEF(SrcVT.getScalarType()));
1434 LoadVals.push_back(DAG.getUNDEF(SrcVT.getScalarType()));
2123 return DAG.getUNDEF(VT);
2176 Vec2 = DAG.getUNDEF(VT);
3250 Ops.push_back(DAG.getUNDEF(EltVT));
3291 Results.push_back(DAG.getUNDEF(Node->getValueType(0)));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp231 DAG.getUNDEF(N->getBasePtr().getValueType()),
367 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
374 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
971 InHi = DAG.getVectorShuffle(InLoVT, dl, InLo, DAG.getUNDEF(InLoVT), SplitHi);
1039 Hi = DAG.getUNDEF(HiVT);
1052 SDValue Offset = DAG.getUNDEF(Ptr.getValueType());
1398 SVOps.push_back(DAG.getUNDEF(EltVT));
1415 Output = DAG.getUNDEF(NewVT);
1420 DAG.getUNDEF(NewVT) : Inputs[InputUsed[1]];
2298 SDValue VecOp = DAG.getUNDEF(NextV
[all...]
H A DSelectionDAG.cpp1484 return getUNDEF(VT);
1497 N2 = getUNDEF(VT);
1549 return getUNDEF(VT);
1551 N2 = getUNDEF(VT);
1553 N1 = getUNDEF(VT);
1560 return getUNDEF(VT);
1586 return getUNDEF(VT);
1947 return getUNDEF(VT);
1951 return getUNDEF(VT);
1956 return getUNDEF(V
[all...]
H A DLegalizeTypesGeneric.cpp464 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType());
561 Lo = DAG.getUNDEF(LoVT);
562 Hi = DAG.getUNDEF(HiVT);
H A DLegalizeVectorOps.cpp809 DAG.getVectorShuffle(SrcVT, DL, Src, DAG.getUNDEF(SrcVT), ShuffleMask));
884 Op = DAG.getVectorShuffle(ByteVT, DL, Op, DAG.getUNDEF(ByteVT), ShuffleMask);
912 Op = DAG.getVectorShuffle(ByteVT, DL, Op, DAG.getUNDEF(ByteVT),
H A DDAGCombiner.cpp4445 return DAG.getUNDEF(VT);
4641 return DAG.getUNDEF(VT);
4784 return DAG.getUNDEF(VT);
4846 return DAG.getUNDEF(VT);
5816 Elts.push_back(DAG.getUNDEF(SVT));
6949 return DAG.getUNDEF(VT);
7052 return DAG.getUNDEF(VT);
7066 return DAG.getUNDEF(VT);
7259 return DAG.getUNDEF(VT);
7266 Opnds.push_back(DAG.getUNDEF(VT
[all...]
H A DSelectionDAGBuilder.cpp365 return DAG.getUNDEF(ValueVT);
541 Ops.push_back(DAG.getUNDEF(ElementVT));
547 //SDValue UndefElts = DAG.getUNDEF(VectorTy);
1125 return DAG.getUNDEF(VT);
1180 Constants[i] = DAG.getUNDEF(EltVT);
3050 ConcatOps.push_back(DAG.getUNDEF(SrcVT));
3062 SDValue UndefVal = DAG.getUNDEF(SrcVT);
3069 Src1 = Src1.isUndef() ? DAG.getUNDEF(VT)
3072 Src2 = Src2.isUndef() ? DAG.getUNDEF(VT)
3135 setValue(&I, DAG.getUNDEF(V
[all...]
H A DLegalizeDAG.cpp1804 Vec2 = DAG.getUNDEF(VT);
1856 return DAG.getUNDEF(VT);
1919 Vec2 = DAG.getUNDEF(VT);
3050 Ops.push_back(DAG.getUNDEF(EltVT));
3097 Results.push_back(DAG.getUNDEF(Node->getValueType(0)));
4382 SDValue Undef = DAG.getUNDEF(MidVT);
H A DLegalizeIntegerTypes.cpp812 return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(),
1872 Hi = DAG.getUNDEF(NVT); // The high part is undefined.
2086 Hi = DAG.getUNDEF(NVT);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3120 Arg = getMOVL(DAG, dl, MVT::v2i64, DAG.getUNDEF(MVT::v2i64), Arg);
4377 SDValue OpNode = IsUndef ? DAG.getUNDEF(EltVT) :
4381 Ops.push_back(IsUndef ? DAG.getUNDEF(EltVT) :
4428 return DAG.getUNDEF(ResultVT);
4510 SDValue Undef = DAG.getUNDEF(ResultVT);
4592 SDValue Undef = DAG.getUNDEF(WideOpVT);
4664 SDValue V = insert128BitVector(DAG.getUNDEF(VT), V1, 0, DAG, dl);
4671 SDValue V = insert256BitVector(DAG.getUNDEF(VT), V1, 0, DAG, dl);
4732 ? getZeroVector(VT, Subtarget, DAG, SDLoc(V2)) : DAG.getUNDEF(VT);
5209 return DAG.getUNDEF(V
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp283 SDValue getUNDEF(const SDLoc &DL, EVT VT) const;
906 SDValue SystemZDAGToDAGISel::getUNDEF(const SDLoc &DL, EVT VT) const { function in class:SystemZDAGToDAGISel
915 DL, VT, getUNDEF(DL, MVT::i64), N);
995 getUNDEF(DL, OpcodeVT),
H A DSystemZISelLowering.cpp828 Value = DAG.getBuildVector(MVT::v2i64, DL, {Value, DAG.getUNDEF(MVT::i64)});
2279 Op = DAG.getVectorShuffle(MVT::v4f32, DL, Op, DAG.getUNDEF(MVT::v4f32), Mask);
3773 IndexNodes[I] = DAG.getUNDEF(MVT::i32);
3867 return DAG.getUNDEF(VT);
3871 Ops.push_back(DAG.getUNDEF(MVT::v16i8));
3961 return DAG.getUNDEF(VT);
3971 return DAG.getUNDEF(VT);
3986 return DAG.getUNDEF(MVT::v2i64);
4108 ResidueOps.push_back(DAG.getUNDEF(ResidueOps[0].getValueType()));
4207 Constants[I] = DAG.getUNDEF(Elem
[all...]
/external/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp570 SDValue PtrOffset = DAG.getUNDEF(PtrVT);
737 InVals.push_back(DAG.getUNDEF(Arg.VT));
807 Regs.append(NumElements, DAG.getUNDEF(VT));
1519 return DAG.getUNDEF(ASC->getValueType(0));
1640 return DAG.getUNDEF(VT);
1648 return DAG.getUNDEF(VT);
1671 return DAG.getUNDEF(VT);
1825 return DAG.getUNDEF(MVT::i32);
1869 return DAG.getUNDEF(VT);
1897 return DAG.getUNDEF(V
[all...]
H A DR600ISelLowering.cpp1799 DAG.getUNDEF(MVT::i32),
1858 NewBldVec[i] = DAG.getUNDEF(MVT::f32);
1861 NewBldVec[i] = DAG.getUNDEF(MVT::f32);
1869 NewBldVec[i] = DAG.getUNDEF(NewBldVec[i].getValueType());
2026 Ops.append(NElts, DAG.getUNDEF(InVal.getValueType()));
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp2138 Arg = getMOVL(DAG, dl, MVT::v2i64, DAG.getUNDEF(MVT::v2i64), Arg);
4435 V = DAG.getVectorShuffle(MVT::v4f32, dl, V, DAG.getUNDEF(MVT::v4f32),
4445 V = DAG.getVectorShuffle(MVT::v8f32, dl, V, DAG.getUNDEF(MVT::v8f32),
4486 SDValue InsV = Insert128BitVector(DAG.getUNDEF(SrcVT), V1,
4504 ? getZeroVector(VT, HasXMMInt, DAG, V2.getDebugLoc()) : DAG.getUNDEF(VT);
4529 return DAG.getUNDEF(VT.getVectorElementType());
4645 return DAG.getUNDEF(VT.getVectorElementType());
4664 : DAG.getUNDEF(VT.getVectorElementType());
4821 V = DAG.getUNDEF(MVT::v8i16);
4869 V = DAG.getUNDEF(MV
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1241 StoreVal = DAG.getUNDEF(EltVT);
1253 StoreVal = DAG.getUNDEF(EltVT);
1263 StoreVal = DAG.getUNDEF(EltVT);
2463 StoreVal = DAG.getUNDEF(ExtendedVT);
2475 StoreVal = DAG.getUNDEF(ExtendedVT);
2485 StoreVal = DAG.getUNDEF(ExtendedVT);
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp499 : DAG.getUNDEF(In.VT));
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAG.h496 /// getUNDEF - Return an UNDEF node. UNDEF does not have a useful DebugLoc.
497 SDValue getUNDEF(EVT VT) { function in class:llvm::SelectionDAG
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3768 DAG.getUNDEF(VecVT), In1);
3770 DAG.getUNDEF(VecVT), In2);
3786 DAG.getUNDEF(VecVT), In1);
3788 DAG.getUNDEF(VecVT), In2);
4902 return DAG.getNode(ISD::INSERT_SUBVECTOR, DL, WideTy, DAG.getUNDEF(WideTy),
5021 DAG.getUNDEF(Src.ShuffleVec.getValueType()));
5112 SDValue ShuffleOps[] = { DAG.getUNDEF(ShuffleVT), DAG.getUNDEF(ShuffleVT) };
6333 return DAG.getUNDEF(VT);
6412 SDValue Vec = DAG.getUNDEF(V
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5732 return DAG.getUNDEF(VT);
5763 DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, VT, DAG.getUNDEF(VT),
5840 SDValue Vec = DAG.getUNDEF(VT);
5953 DAG.getUNDEF(Src.ShuffleVec.getValueType()));
6048 SDValue ShuffleOps[] = { DAG.getUNDEF(ShuffleVT), DAG.getUNDEF(ShuffleVT) };
6367 Ops.push_back(DAG.getUNDEF(EltVT));
6419 SDValue Val = DAG.getUNDEF(MVT::v2f64);
9788 SDValue Vec = DAG.getUNDEF(VecVT);
9887 DAG.getUNDEF(V
[all...]

Completed in 543 milliseconds

12