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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp224 DAG.getUNDEF(N->getBasePtr().getValueType()),
359 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
366 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
940 Hi = DAG.getUNDEF(HiVT);
953 SDValue Offset = DAG.getUNDEF(Ptr.getValueType());
1231 SVOps.push_back(DAG.getUNDEF(EltVT));
1248 Output = DAG.getUNDEF(NewVT);
1253 DAG.getUNDEF(NewVT) : Inputs[InputUsed[1]];
1941 SDValue VecOp = DAG.getUNDEF(NextVT);
1952 SDValue undefVec = DAG.getUNDEF(V
[all...]
H A DLegalizeTypesGeneric.cpp457 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType());
554 Lo = DAG.getUNDEF(LoVT);
555 Hi = DAG.getUNDEF(HiVT);
H A DSelectionDAG.cpp1475 return getUNDEF(VT);
1488 N2 = getUNDEF(VT);
1540 return getUNDEF(VT);
1542 N2 = getUNDEF(VT);
1544 N1 = getUNDEF(VT);
1551 return getUNDEF(VT);
1577 return getUNDEF(VT);
1888 return getUNDEF(VT);
1892 return getUNDEF(VT);
1897 return getUNDEF(V
[all...]
H A DDAGCombiner.cpp4182 return DAG.getUNDEF(VT);
4347 return DAG.getUNDEF(VT);
4490 return DAG.getUNDEF(VT);
4548 return DAG.getUNDEF(VT);
5333 Elts.push_back(DAG.getUNDEF(SVT));
6729 return DAG.getUNDEF(VT);
6736 Opnds.push_back(DAG.getUNDEF(VTs[i]));
7023 Ops.push_back(DAG.getUNDEF(DstEltVT));
7041 Ops.append(NumOutputsPerInput, DAG.getUNDEF(DstEltVT));
9006 SDValue Undef = DAG.getUNDEF(
[all...]
H A DSelectionDAGBuilder.cpp331 return DAG.getUNDEF(ValueVT);
502 Ops.push_back(DAG.getUNDEF(ElementVT));
508 //SDValue UndefElts = DAG.getUNDEF(VectorTy);
1099 return DAG.getUNDEF(VT);
1154 Constants[i] = DAG.getUNDEF(EltVT);
3166 SDValue UndefVal = DAG.getUNDEF(SrcVT);
3173 Src1 = Src1U ? DAG.getUNDEF(VT) : DAG.getNode(ISD::CONCAT_VECTORS,
3175 Src2 = Src2U ? DAG.getUNDEF(VT) : DAG.getNode(ISD::CONCAT_VECTORS,
3237 setValue(&I, DAG.getUNDEF(VT)); // Vectors are not used.
3245 Src = DAG.getUNDEF(V
[all...]
H A DLegalizeVectorOps.cpp802 DAG.getVectorShuffle(SrcVT, DL, Src, DAG.getUNDEF(SrcVT), ShuffleMask));
877 Op = DAG.getVectorShuffle(ByteVT, DL, Op, DAG.getUNDEF(ByteVT),
H A DLegalizeDAG.cpp1914 Vec2 = DAG.getUNDEF(VT);
1966 return DAG.getUNDEF(VT);
2027 Vec2 = DAG.getUNDEF(VT);
3203 Ops.push_back(DAG.getUNDEF(EltVT));
3248 Results.push_back(DAG.getUNDEF(Node->getValueType(0)));
H A DLegalizeIntegerTypes.cpp765 return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(),
1728 Hi = DAG.getUNDEF(NVT); // The high part is undefined.
1931 Hi = DAG.getUNDEF(NVT);
H A DLegalizeFloatTypes.cpp615 return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(),
1994 return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(),
H A DTargetLowering.cpp404 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(Op.getValueType()));
1756 return DAG.getUNDEF(VT);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp272 SDValue getUNDEF(SDLoc DL, EVT VT) const;
851 SDValue SystemZDAGToDAGISel::getUNDEF(SDLoc DL, EVT VT) const { function in class:SystemZDAGToDAGISel
859 DL, VT, getUNDEF(DL, MVT::i64), N);
912 getUNDEF(SDLoc(N), OpcodeVT),
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2817 Arg = getMOVL(DAG, dl, MVT::v2i64, DAG.getUNDEF(MVT::v2i64), Arg);
4003 return DAG.getUNDEF(ResultVT);
4086 SDValue Undef = DAG.getUNDEF(ResultVT);
4135 SDValue V = Insert128BitVector(DAG.getUNDEF(VT), V1, 0, DAG, dl);
4142 SDValue V = Insert256BitVector(DAG.getUNDEF(VT), V1, 0, DAG, dl);
4218 ? getZeroVector(VT, Subtarget, DAG, SDLoc(V2)) : DAG.getUNDEF(VT);
4408 return DAG.getUNDEF(VT.getVectorElementType());
4428 return DAG.getUNDEF(ShufVT.getVectorElementType());
4448 : DAG.getUNDEF(VT.getVectorElementType());
4479 V = DAG.getUNDEF(MV
[all...]
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1610 Loads[i] = DAG.getUNDEF(ElemVT);
1707 DAG.getUNDEF(MVT::i32),
1745 NewBldVec[i] = DAG.getUNDEF(MVT::f32);
1748 NewBldVec[i] = DAG.getUNDEF(MVT::f32);
1756 NewBldVec[i] = DAG.getUNDEF(NewBldVec[i].getValueType());
1912 Ops.append(NElts, DAG.getUNDEF(InVal.getValueType()));
H A DSIISelLowering.cpp388 SDValue PtrOffset = DAG.getUNDEF(getPointerTy(AMDGPUAS::CONSTANT_ADDRESS));
509 InVals.push_back(DAG.getUNDEF(Arg.VT));
574 Regs.append(NumElements, DAG.getUNDEF(VT));
H A DAMDGPUISelLowering.cpp740 return DAG.getStore(Chain, DL, DAG.getUNDEF(VT), InitPtr,
900 return DAG.getUNDEF(VT);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1215 StoreVal = DAG.getUNDEF(EltVT);
1227 StoreVal = DAG.getUNDEF(EltVT);
1237 StoreVal = DAG.getUNDEF(EltVT);
2427 StoreVal = DAG.getUNDEF(ExtendedVT);
2439 StoreVal = DAG.getUNDEF(ExtendedVT);
2449 StoreVal = DAG.getUNDEF(ExtendedVT);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3390 DAG.getUNDEF(VecVT), In1);
3392 DAG.getUNDEF(VecVT), In2);
3408 DAG.getUNDEF(VecVT), In1);
3410 DAG.getUNDEF(VecVT), In2);
4502 return DAG.getNode(ISD::INSERT_SUBVECTOR, DL, WideTy, DAG.getUNDEF(WideTy),
4620 DAG.getUNDEF(Src.ShuffleVec.getValueType()));
4710 SDValue ShuffleOps[] = { DAG.getUNDEF(ShuffleVT), DAG.getUNDEF(ShuffleVT) };
5935 return DAG.getUNDEF(VT);
6015 SDValue Vec = DAG.getUNDEF(V
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5055 return DAG.getUNDEF(VT);
5088 DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, VT, DAG.getUNDEF(VT),
5165 SDValue Vec = DAG.getUNDEF(VT);
5241 SDValue ShuffleSrcs[2] = {DAG.getUNDEF(VT), DAG.getUNDEF(VT) };
5610 Ops.push_back(DAG.getUNDEF(EltVT));
5664 SDValue Val = DAG.getUNDEF(MVT::v2f64);
8644 SDValue Vec = DAG.getUNDEF(VecVT);
8744 DAG.getUNDEF(VT), NewMask.data());
9136 DAG.getUNDEF(WideVe
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h640 SDValue getUNDEF(EVT VT) { function in class:llvm::SelectionDAG
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2384 SDValue Vector = DAG.getUNDEF(ResTy);
H A DMipsISelLowering.cpp2152 SDValue Chain = LD->getChain(), Undef = DAG.getUNDEF(VT);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6026 NewResChain, DAG.getUNDEF(MVT::Other));

Completed in 293 milliseconds