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

1 2 3

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 193 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());
    [all...]
LegalizeTypesGeneric.cpp 381 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType());
480 Lo = DAG.getUNDEF(LoVT);
481 Hi = DAG.getUNDEF(HiVT);
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp 464 Ops.push_back(DAG.getUNDEF(ElementVT));
470 //SDValue UndefElts = DAG.getUNDEF(VectorTy);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 231 DAG.getUNDEF(N->getBasePtr().getValueType()),
367 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
374 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
    [all...]
SelectionDAG.cpp     [all...]
LegalizeTypesGeneric.cpp 464 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType());
561 Lo = DAG.getUNDEF(LoVT);
562 Hi = DAG.getUNDEF(HiVT);
LegalizeVectorOps.cpp 809 DAG.getVectorShuffle(SrcVT, DL, Src, DAG.getUNDEF(SrcVT), ShuffleMask));
884 Op = DAG.getVectorShuffle(ByteVT, DL, Op, DAG.getUNDEF(ByteVT), ShuffleMask);
    [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 227 N->getBasePtr(), DAG.getUNDEF(N->getBasePtr().getValueType()),
393 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
400 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
    [all...]
SelectionDAG.cpp     [all...]
LegalizeTypesGeneric.cpp 457 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType());
574 Lo = DAG.getUNDEF(LoVT);
575 Hi = DAG.getUNDEF(HiVT);
DAGCombiner.cpp     [all...]
LegalizeVectorOps.cpp 858 DAG.getVectorShuffle(SrcVT, DL, Src, DAG.getUNDEF(SrcVT), ShuffleMask));
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp 380 return DAG.getUNDEF(VecTy);
450 SDValue S = DAG.getVectorShuffle(ByteTy, dl, T, DAG.getUNDEF(ByteTy), Mask);
476 ? DAG.getUNDEF(MVT::i64)
502 SDValue Vec = ZeroFill ? getZero(dl, ByteTy, DAG) : DAG.getUNDEF(ByteTy);
546 : DAG.getUNDEF(MVT::i8);
566 : DAG.getUNDEF(MVT::i8);
747 SDValue Undef = DAG.getUNDEF(ByteTy);
    [all...]
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 283 SDValue getUNDEF(const SDLoc &DL, EVT VT) const;
906 SDValue SystemZDAGToDAGISel::getUNDEF(const SDLoc &DL, EVT VT) const {
    [all...]
SystemZISelLowering.cpp 828 Value = DAG.getBuildVector(MVT::v2i64, DL, {Value, DAG.getUNDEF(MVT::i64)});
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 570 SDValue PtrOffset = DAG.getUNDEF(PtrVT);
737 InVals.push_back(DAG.getUNDEF(Arg.VT));
807 Regs.append(NumElements, DAG.getUNDEF(VT));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 284 SDValue getUNDEF(const SDLoc &DL, EVT VT) const;
    [all...]
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 963 milliseconds

1 2 3