HomeSort by relevance Sort by last modified time
    Searched refs:Undef (Results 26 - 30 of 30) sorted by null

12

  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 87 // Extract from UNDEF is UNDEF.
88 if (Vec.getOpcode() == ISD::UNDEF)
137 // Inserting UNDEF is Result
138 if (Vec.getOpcode() == ISD::UNDEF)
700 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
729 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
730 setOperationAction(ISD::UNDEF, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 662 // FIXME: We blindly ignore splats which include undef which is overly
    [all...]

Completed in 222 milliseconds

12