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

Declarations

include/llvm/CodeGen/TargetLowering.h
 4125   bool expandABS(SDNode *N, SDValue &Result, SelectionDAG &DAG) const;

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 2661     if (TLI.expandABS(Node, Tmp1, DAG))
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
 1182   if (TLI.expandABS(Op.getNode(), Result, DAG))
lib/Target/ARM/ARMISelLowering.cpp
11535   if (!TLI.expandABS(N, res, DAG))