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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 214 DAG.getUNDEF(N->getBasePtr().getValueType()),
314 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
321 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
799 Hi = DAG.getUNDEF(HiVT);
812 SDValue Offset = DAG.getUNDEF(Ptr.getValueType());
    [all...]
LegalizeTypesGeneric.cpp 423 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType());
522 Lo = DAG.getUNDEF(LoVT);
523 Hi = DAG.getUNDEF(HiVT);
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp 318 return DAG.getUNDEF(ValueVT);
498 Ops.push_back(DAG.getUNDEF(ElementVT));
504 //SDValue UndefElts = DAG.getUNDEF(VectorTy);
    [all...]
DAGCombiner.cpp     [all...]
LegalizeIntegerTypes.cpp 709 return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(),
    [all...]
LegalizeDAG.cpp     [all...]
TargetLowering.cpp 380 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(Op.getValueType()));
    [all...]
LegalizeFloatTypes.cpp 542 return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(),
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 681 StoreVal = DAG.getUNDEF(EltVT);
693 StoreVal = DAG.getUNDEF(EltVT);
703 StoreVal = DAG.getUNDEF(EltVT);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 74 return DAG.getUNDEF(ResultVT);
167 SDValue V = Insert128BitVector(DAG.getUNDEF(VT), V1, 0, DAG, dl);
174 SDValue V = Insert256BitVector(DAG.getUNDEF(VT), V1, 0, DAG, dl);
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]
SIISelLowering.cpp 209 InVals.push_back(DAG.getUNDEF(Arg.VT));
259 Regs.push_back(DAG.getUNDEF(VT));
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 538 /// getUNDEF - Return an UNDEF node. UNDEF does not have a useful SDLoc.
539 SDValue getUNDEF(EVT VT) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 792 milliseconds