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

Declarations

include/llvm/CodeGen/TargetLowering.h
 4189   SDValue expandVecReduce(SDNode *Node, SelectionDAG &DAG) const;

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3696     Results.push_back(TLI.expandVecReduce(Node, DAG));
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 3574   SDValue Res = TLI.expandVecReduce(N, DAG);
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  881     return TLI.expandVecReduce(Op.getNode(), DAG);