Searched refs:expandCMP (Results 1 – 4 of 4) sorted by relevance
5441 SDValue expandCMP(SDNode *Node, SelectionDAG &DAG) const;
3373 SDValue ExpandedCMP = TLI.expandCMP(N, DAG); in ExpandIntRes_CMP()5552 return TLI.expandCMP(N, DAG); in ExpandIntOp_CMP()
3898 Results.push_back(TLI.expandCMP(Node, DAG)); in ExpandNode()
10441 SDValue TargetLowering::expandCMP(SDNode *Node, SelectionDAG &DAG) const { in expandCMP() function in TargetLowering