Home
last modified time | relevance | path

Searched refs:expandCMP (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5441 SDValue expandCMP(SDNode *Node, SelectionDAG &DAG) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3373 SDValue ExpandedCMP = TLI.expandCMP(N, DAG); in ExpandIntRes_CMP()
5552 return TLI.expandCMP(N, DAG); in ExpandIntOp_CMP()
H A DLegalizeDAG.cpp3898 Results.push_back(TLI.expandCMP(Node, DAG)); in ExpandNode()
H A DTargetLowering.cpp10441 SDValue TargetLowering::expandCMP(SDNode *Node, SelectionDAG &DAG) const { in expandCMP() function in TargetLowering