| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| SelectionDAG.cpp | 1779 return getUNDEF(VT); 1793 N2 = getUNDEF(VT); 1847 return getUNDEF(VT); 1849 N2 = getUNDEF(VT); 1851 N1 = getUNDEF(VT); 1858 return getUNDEF(VT); 1884 return getUNDEF(VT); 2243 return getUNDEF(VT); 2248 return getUNDEF(VT); 2285 return getUNDEF(VT) [all...] |
| LegalizeVectorTypes.cpp | 361 N->getBasePtr(), DAG.getUNDEF(N->getBasePtr().getValueType()), 523 return DAG.getUNDEF(N->getValueType(0).getVectorElementType()); 530 return DAG.getUNDEF(N->getValueType(0).getVectorElementType()); 1408 InHi = DAG.getVectorShuffle(InLoVT, dl, InLo, DAG.getUNDEF(InLoVT), SplitHi); 1510 Scalars.push_back(DAG.getUNDEF(EltVT)); 1675 Hi = DAG.getUNDEF(HiVT); 1692 SDValue Offset = DAG.getUNDEF(Ptr.getValueType()); 2060 SVOps.push_back(DAG.getUNDEF(EltVT)); 2077 Output = DAG.getUNDEF(NewVT); 2082 DAG.getUNDEF(NewVT) : Inputs[InputUsed[1]] [all...] |
| LegalizeTypesGeneric.cpp | 453 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType()); 562 Lo = DAG.getUNDEF(LoVT); 563 Hi = DAG.getUNDEF(HiVT);
|
| LegalizeVectorOps.cpp | 1009 Src = DAG.getNode(ISD::INSERT_SUBVECTOR, DL, SrcVT, DAG.getUNDEF(SrcVT), 1025 DAG.getVectorShuffle(SrcVT, DL, Src, DAG.getUNDEF(SrcVT), ShuffleMask)); 1068 Src = DAG.getNode(ISD::INSERT_SUBVECTOR, DL, SrcVT, DAG.getUNDEF(SrcVT), 1112 Op = DAG.getVectorShuffle(ByteVT, DL, Op, DAG.getUNDEF(ByteVT), ShuffleMask); 1144 Op = DAG.getVectorShuffle(ByteVT, DL, Op, DAG.getUNDEF(ByteVT),
|
| DAGCombiner.cpp | 2798 DAG.getUNDEF(CarryVT)); 3655 DAG.getUNDEF(CarryVT)); 4083 return DAG.getUNDEF(VT); 8821 return DAG.getUNDEF(VT); 10314 Elts.push_back(IsZext ? DAG.getConstant(0, DL, SVT) : DAG.getUNDEF(SVT)); 12213 return DAG.getUNDEF(VT); 12220 Opnds.push_back(DAG.getUNDEF(VTs[i])); 12435 return DAG.getUNDEF(VT); 12773 Ops.push_back(DAG.getUNDEF(DstEltVT)); 12791 Ops.append(NumOutputsPerInput, DAG.getUNDEF(DstEltVT)) [all...] |
| SelectionDAGBuilder.cpp | 448 return DAG.getUNDEF(ValueVT); 630 return DAG.getNode(ISD::INSERT_SUBVECTOR, DL, PartVT, DAG.getUNDEF(PartVT), 638 SDValue EltUndef = DAG.getUNDEF(ElementVT); 1539 return DAG.getUNDEF(VT); 1592 Constants[i] = DAG.getUNDEF(EltVT); 3611 ConcatOps.push_back(DAG.getUNDEF(SrcVT)); 3628 SDValue UndefVal = DAG.getUNDEF(SrcVT); 3687 setValue(&I, DAG.getUNDEF(VT)); // Vectors are not used. 3695 Src = DAG.getUNDEF(VT); 3725 Res = DAG.getUNDEF(EltVT) [all...] |
| LegalizeDAG.cpp | 1836 Vec2 = DAG.getUNDEF(VT); 1888 return DAG.getUNDEF(VT); 1951 Vec2 = DAG.getUNDEF(VT); 3053 Ops.push_back(DAG.getUNDEF(EltVT)); 3102 Results.push_back(DAG.getUNDEF(Node->getValueType(0))); 4903 SDValue Undef = DAG.getUNDEF(MidVT);
|
| LegalizeFloatTypes.cpp | 585 return DAG.getUNDEF(N->getValueType(0)); 725 return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(), 2509 return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(), 2804 return DAG.getUNDEF(MVT::i16);
|
| StatepointLowering.cpp | 1014 ActualCallee = DAG.getUNDEF(Callee.getValueType());
|
| TargetLowering.cpp | 654 return DAG.getUNDEF(Op.getValueType()); 856 return DAG.getUNDEF(Op.getValueType()); 958 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(VT)); 970 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(VT)); 2342 return DAG.getUNDEF(EltVT); 2405 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(VT)); 2434 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(VT)); 2535 Ops[i] = TLO.DAG.getUNDEF(Ops[0].getValueType()); 2590 TLO.DAG.getUNDEF(VT), Sub, 2927 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(VT)) [all...] |
| LegalizeIntegerTypes.cpp | 1406 return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(), 2830 Hi = DAG.getUNDEF(NVT); // The high part is undefined. 3212 Hi = DAG.getUNDEF(NVT); 4923 SDValue ResVec = DAG.getUNDEF(ResVT);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonISelLoweringHVX.cpp | 524 return DAG.getUNDEF(VecTy); 613 DAG.getUNDEF(ExtTy), Mask); 667 SDValue S = DAG.getVectorShuffle(ByteTy, dl, T, DAG.getUNDEF(ByteTy), Mask); 696 ? DAG.getUNDEF(MVT::i64) 722 SDValue Vec = ZeroFill ? getZero(dl, ByteTy, DAG) : DAG.getUNDEF(ByteTy); 766 : DAG.getUNDEF(MVT::i8); 786 : DAG.getUNDEF(MVT::i8); 967 SDValue Undef = DAG.getUNDEF(ByteTy); 1221 DAG.getVectorShuffle(ByteTy, dl, Vor, DAG.getUNDEF(ByteTy), Mask); 1289 Elems[i] = DAG.getUNDEF(NTy) [all...] |
| HexagonISelLowering.cpp | 2163 return DAG.getUNDEF(VecTy); 2373 return DAG.getUNDEF(VecTy); 2455 return DAG.getUNDEF(VecTy); 2615 DAG.getUNDEF(MVT::i32), ValR); 2670 return DAG.getUNDEF(MVT::i64); 2679 return DAG.getUNDEF(MVT::i32); 2718 Concats.push_back(DAG.getUNDEF(ValTy)); 2809 DAG.getUNDEF(MVT::i32), W);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86ISelLowering.cpp | 4104 Arg = getMOVL(DAG, dl, MVT::v2i64, DAG.getUNDEF(MVT::v2i64), Arg); 5805 SDValue OpNode = IsUndef ? DAG.getUNDEF(EltVT) : 5809 Ops.push_back(IsUndef ? DAG.getUNDEF(EltVT) : 5836 Ops.append(Split ? 2 : 1, DAG.getUNDEF(EltVT)); 5975 : DAG.getUNDEF(VT); 6191 SDValue Undef = DAG.getUNDEF(WideOpVT); 6318 SDValue V = insertSubVector(DAG.getUNDEF(VT), V1, 0, DAG, dl, SubVectorWidth); 6477 ? getZeroVector(VT, Subtarget, DAG, SDLoc(V2)) : DAG.getUNDEF(VT); 8010 return DAG.getUNDEF(VT.getVectorElementType()); 8032 return DAG.getUNDEF(ShufSVT) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| SystemZISelDAGToDAG.cpp | 284 SDValue getUNDEF(const SDLoc &DL, EVT VT) const; 942 SDValue SystemZDAGToDAGISel::getUNDEF(const SDLoc &DL, EVT VT) const { 951 DL, VT, getUNDEF(DL, MVT::i64), N); 1046 getUNDEF(DL, OpcodeVT),
|
| SystemZISelLowering.cpp | 1337 Value = DAG.getBuildVector(MVT::v2i64, DL, {Value, DAG.getUNDEF(MVT::i64)}); 2786 Op = DAG.getVectorShuffle(MVT::v4f32, DL, Op, DAG.getUNDEF(MVT::v4f32), Mask); 4564 IndexNodes[I] = DAG.getUNDEF(MVT::i32); 4582 IndexNodes[I] = DAG.getUNDEF(MVT::i32); 4692 return DAG.getUNDEF(VT); 4699 Ops.push_back(DAG.getUNDEF(MVT::v16i8)); 4893 return DAG.getUNDEF(VT); 4903 return DAG.getUNDEF(VT); 4918 return DAG.getUNDEF(MVT::v2i64); 4974 ResidueOps.push_back(DAG.getUNDEF(ResidueOps[0].getValueType())) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| R600ISelLowering.cpp | 1548 DAG.getConstant(PartOffset, DL, MVT::i32), DAG.getUNDEF(MVT::i32), 1616 NewBldVec[i] = DAG.getUNDEF(MVT::f32); 1619 NewBldVec[i] = DAG.getUNDEF(MVT::f32); 1628 NewBldVec[i] = DAG.getUNDEF(NewBldVec[i].getValueType()); 1827 Ops.append(NElts, DAG.getUNDEF(InVal.getValueType()));
|
| SIISelLowering.cpp | 2366 InVals.push_back(DAG.getUNDEF(Arg.VT)); 2952 InVals.push_back(DAG.getUNDEF(CLI.Ins[I].VT)); 4592 Elts.push_back(DAG.getUNDEF(MVT::i16)); 4682 return DAG.getUNDEF(VT); 4718 return DAG.getUNDEF(VT); 5363 return DAG.getUNDEF(ASC->getValueType(0)); 5766 return DAG.getUNDEF(VT); 5775 return DAG.getUNDEF(VT); 5813 VecElts[i] = DAG.getUNDEF(MVT::f32); 5831 SDValue Undef = DAG.getUNDEF(SrcVT.getScalarType()) [all...] |
| AMDGPUISelLowering.cpp | 1209 InVals.push_back(DAG.getUNDEF(CLI.Ins[I].VT)); 1326 return DAG.getUNDEF(Op.getValueType()); 1564 Join = DAG.getNode(ISD::INSERT_SUBVECTOR, SL, VT, DAG.getUNDEF(VT), LoLoad,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyISelLowering.cpp | 952 SDValue ArgVal = DAG.getUNDEF(PtrVT); 960 SDValue ArgVal = DAG.getUNDEF(PtrVT); 1144 : DAG.getUNDEF(In.VT)); 1835 SDValue Src2 = ShuffleSrc2 ? ShuffleSrc2 : DAG.getUNDEF(VecT); 2075 SrcType, SDLoc(N), CastOp, DAG.getUNDEF(SrcType), Shuffle->getMask());
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| RISCVISelLowering.cpp | 1260 return DAG.getNode(ISD::INSERT_SUBVECTOR, DL, VT, DAG.getUNDEF(VT), V, Zero); 1387 SDValue Vec = DAG.getUNDEF(IntegerViaVecVT); 1959 DAG.getUNDEF(BVT), Op0, 2323 SDValue Vec = DAG.getUNDEF(VT); 3156 DAG.getNode(Opc, DL, ContainerVT, DAG.getUNDEF(ContainerVT), Val, VL); 3229 DAG.getUNDEF(ContainerVT), Vec, Idx, Mask, VL); 3728 DAG.getUNDEF(ContainerVT), SubVec, 3798 DAG.getUNDEF(InterSubVT), SubVec, 3886 DAG.getUNDEF(ContainerVT), Vec, SlidedownAmt, Mask, VL); 3927 DAG.getUNDEF(InterSubVT), Vec, SlidedownAmt, Mask, VL) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64ISelLowering.cpp | 4350 SDValue Undef = DAG.getUNDEF(MVT::i16); 6743 DAG.getUNDEF(VecVT), In1); 6745 DAG.getUNDEF(VecVT), In2); 8160 return DAG.getNode(ISD::INSERT_SUBVECTOR, DL, WideTy, DAG.getUNDEF(WideTy), 8290 DAG.getUNDEF(Src.ShuffleVec.getValueType())); 8395 SDValue ShuffleOps[] = { DAG.getUNDEF(ShuffleVT), DAG.getUNDEF(ShuffleVT) }; 9673 Lane = DAG.getUNDEF(MVT::i32); 9805 return DAG.getUNDEF(VT); 9999 SDValue Vec = DAG.getUNDEF(VT) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| ARMISelLowering.cpp | 7310 SDValue N1 = DAG.getNode(ARMISD::VCVTN, dl, VT, DAG.getUNDEF(VT), Op0, 7492 return DAG.getUNDEF(VT); 7569 return DAG.getUNDEF(VT); 7600 DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, VT, DAG.getUNDEF(VT), 7705 SDValue Vec = DAG.getUNDEF(VT); 7819 DAG.getUNDEF(Src.ShuffleVec.getValueType())); 7910 SDValue ShuffleOps[] = { DAG.getUNDEF(ShuffleVT), DAG.getUNDEF(ShuffleVT) }; 8184 DAG.getUNDEF(NewVT), ShuffleMask); 8512 Ops.push_back(DAG.getUNDEF(EltVT)) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| PPCISelLowering.cpp | 7763 Op2 = DAG.getUNDEF(WideVT); 8223 NewResChain, DAG.getUNDEF(MVT::Other)); 8322 SDValue UndefVec = DAG.getUNDEF(VecVT); 8366 SignedConv ? DAG.getUNDEF(WideVT) : DAG.getConstant(0, dl, WideVT); 9065 SDValue SplatNode = DAG.getUNDEF(MVT::v2i64); 9669 DAG.getUNDEF(MVT::v16i8), Mask)) 13655 Ops.push_back(DAG.getUNDEF(SrcVT)); 13663 Ops.push_back(In.isUndef() ? DAG.getUNDEF(SrcVT) : In.getOperand(0)); 13768 DAG.getUNDEF(N->getValueType(0)), Ops); 13798 DAG.getUNDEF(Input.getValueType()), ShuffleMask) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| SelectionDAG.h | 947 SDValue getUNDEF(EVT VT) {
|