HomeSort by relevance Sort by last modified time
    Searched refs:getUNDEF (Results 1 - 21 of 21) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 221 DAG.getUNDEF(N->getBasePtr().getValueType()),
340 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
347 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
    [all...]
LegalizeTypesGeneric.cpp 454 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType());
551 Lo = DAG.getUNDEF(LoVT);
552 Hi = DAG.getUNDEF(HiVT);
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp 326 return DAG.getUNDEF(ValueVT);
497 Ops.push_back(DAG.getUNDEF(ElementVT));
503 //SDValue UndefElts = DAG.getUNDEF(VectorTy);
    [all...]
LegalizeVectorOps.cpp 762 DAG.getVectorShuffle(SrcVT, DL, Src, DAG.getUNDEF(SrcVT), ShuffleMask));
837 Op = DAG.getVectorShuffle(ByteVT, DL, Op, DAG.getUNDEF(ByteVT),
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 737 return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(),
    [all...]
TargetLowering.cpp 401 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(Op.getValueType()));
    [all...]
LegalizeFloatTypes.cpp 559 return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(),
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 273 SDValue getUNDEF(SDLoc DL, EVT VT) const;
849 SDValue SystemZDAGToDAGISel::getUNDEF(SDLoc DL, EVT VT) const {
857 DL, VT, getUNDEF(DL, MVT::i64), N);
907 getUNDEF(SDLoc(N), OpcodeVT),
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 89 return DAG.getUNDEF(ResultVT);
183 SDValue V = Insert128BitVector(DAG.getUNDEF(VT), V1, 0, DAG, dl);
190 SDValue V = Insert256BitVector(DAG.getUNDEF(VT), V1, 0, DAG, dl);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]
SIISelLowering.cpp 393 InVals.push_back(DAG.getUNDEF(Arg.VT));
446 Regs.push_back(DAG.getUNDEF(VT));
    [all...]
AMDGPUISelLowering.cpp 662 return DAG.getStore(Chain, DL, DAG.getUNDEF(VT), InitPtr,
807 return DAG.getUNDEF(VT);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 618 /// getUNDEF - Return an UNDEF node. UNDEF does not have a useful SDLoc.
619 SDValue getUNDEF(EVT VT) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
MipsISelLowering.cpp     [all...]

Completed in 266 milliseconds