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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 224 DAG.getUNDEF(N->getBasePtr().getValueType()),
359 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
366 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
    [all...]
LegalizeTypesGeneric.cpp 457 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType());
554 Lo = DAG.getUNDEF(LoVT);
555 Hi = DAG.getUNDEF(HiVT);
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp 331 return DAG.getUNDEF(ValueVT);
502 Ops.push_back(DAG.getUNDEF(ElementVT));
508 //SDValue UndefElts = DAG.getUNDEF(VectorTy);
    [all...]
LegalizeVectorOps.cpp 802 DAG.getVectorShuffle(SrcVT, DL, Src, DAG.getUNDEF(SrcVT), ShuffleMask));
877 Op = DAG.getVectorShuffle(ByteVT, DL, Op, DAG.getUNDEF(ByteVT),
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 765 return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(),
    [all...]
LegalizeFloatTypes.cpp 615 return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(),
    [all...]
TargetLowering.cpp 404 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(Op.getValueType()));
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 272 SDValue getUNDEF(SDLoc DL, EVT VT) const;
851 SDValue SystemZDAGToDAGISel::getUNDEF(SDLoc DL, EVT VT) const {
859 DL, VT, getUNDEF(DL, MVT::i64), N);
912 getUNDEF(SDLoc(N), OpcodeVT),
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]
SIISelLowering.cpp 388 SDValue PtrOffset = DAG.getUNDEF(getPointerTy(AMDGPUAS::CONSTANT_ADDRESS));
509 InVals.push_back(DAG.getUNDEF(Arg.VT));
574 Regs.append(NumElements, DAG.getUNDEF(VT));
    [all...]
AMDGPUISelLowering.cpp 740 return DAG.getStore(Chain, DL, DAG.getUNDEF(VT), InitPtr,
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 640 SDValue getUNDEF(EVT VT) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 346 milliseconds