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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 214 DAG.getUNDEF(N->getBasePtr().getValueType()),
313 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
320 return DAG.getUNDEF(N->getValueType(0).getVectorElementType());
796 Hi = DAG.getUNDEF(HiVT);
809 SDValue Offset = DAG.getUNDEF(Ptr.getValueType());
    [all...]
SelectionDAG.cpp     [all...]
LegalizeTypesGeneric.cpp 424 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType());
523 Lo = DAG.getUNDEF(LoVT);
524 Hi = DAG.getUNDEF(HiVT);
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp 496 Ops.push_back(DAG.getUNDEF(ElementVT));
502 //SDValue UndefElts = DAG.getUNDEF(VectorTy);
    [all...]
LegalizeIntegerTypes.cpp 698 return DAG.getUNDEF(TLI.getTypeToTransformTo(*DAG.getContext(),
    [all...]
LegalizeDAG.cpp     [all...]
TargetLowering.cpp 378 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/R600/
R600ISelLowering.cpp     [all...]
SIISelLowering.cpp 197 Regs.push_back(DAG.getUNDEF(VT));
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 77 return DAG.getUNDEF(ResultVT);
138 SDValue V = Insert128BitVector(DAG.getUNDEF(VT), V1, 0, DAG, dl);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 542 /// getUNDEF - Return an UNDEF node. UNDEF does not have a useful DebugLoc.
543 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 173 milliseconds