reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  771   switch (Op->getOpcode()) {
  773     return ExpandSEXTINREG(Op);
  775     return ExpandANY_EXTEND_VECTOR_INREG(Op);
  777     return ExpandSIGN_EXTEND_VECTOR_INREG(Op);
  779     return ExpandZERO_EXTEND_VECTOR_INREG(Op);
  781     return ExpandBSWAP(Op);
  783     return ExpandVSELECT(Op);
  785     return ExpandSELECT(Op);
  787     return ExpandFP_TO_UINT(Op);
  789     return ExpandUINT_TO_FLOAT(Op);
  791     return ExpandFNEG(Op);
  793     return ExpandFSUB(Op);
  795     return UnrollVSETCC(Op);
  797     return ExpandABS(Op);
  799     return ExpandBITREVERSE(Op);
  801     return ExpandCTPOP(Op);
  804     return ExpandCTLZ(Op);
  807     return ExpandCTTZ(Op);
  810     return ExpandFunnelShift(Op);
  813     return ExpandROT(Op);
  816     return ExpandFMINNUM_FMAXNUM(Op);
  819     return ExpandUADDSUBO(Op);
  822     return ExpandSADDSUBO(Op);
  825     return ExpandMULO(Op);
  830     return ExpandAddSubSat(Op);
  833     return ExpandFixedPointMul(Op);
  840     return DAG.UnrollVectorOp(Op.getNode());
  867     return ExpandStrictFPOp(Op);
  881     return TLI.expandVecReduce(Op.getNode(), DAG);
  883     return DAG.UnrollVectorOp(Op.getNode());