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

  /external/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...]
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 686 return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(),
    [all...]
TargetLowering.cpp     [all...]
LegalizeFloatTypes.cpp 518 return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(),
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 496 /// getUNDEF - Return an UNDEF node. UNDEF does not have a useful DebugLoc.
497 SDValue getUNDEF(EVT VT) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 780 milliseconds