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

Declarations

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  139   SDValue ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned);

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 2135   return ExpandLibCall(LC, Node, false);
 2153   return ExpandLibCall(LC, Node, isSigned);
 2177   return ExpandLibCall(LC, Node, false);
 4036       Results.push_back(ExpandLibCall(RTLIB::FPEXT_F16_F32, Node, false));
 4043     Results.push_back(ExpandLibCall(LC, Node, false));
 4091       Results.push_back(ExpandLibCall(RTLIB::CTLZ_I32, Node, false));
 4094       Results.push_back(ExpandLibCall(RTLIB::CTLZ_I64, Node, false));
 4097       Results.push_back(ExpandLibCall(RTLIB::CTLZ_I128, Node, false));