Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1292 Results.push_back(TLI.expandCMP(Node, DAG)); in Expand()
H A DLegalizeIntegerTypes.cpp3570 SDValue ExpandedCMP = TLI.expandCMP(N, DAG); in ExpandIntRes_CMP()
5791 return TLI.expandCMP(N, DAG); in ExpandIntOp_CMP()
H A DLegalizeDAG.cpp4037 Results.push_back(TLI.expandCMP(Node, DAG)); in ExpandNode()
H A DTargetLowering.cpp10933 SDValue TargetLowering::expandCMP(SDNode *Node, SelectionDAG &DAG) const { in expandCMP() function in TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5630 SDValue expandCMP(SDNode *Node, SelectionDAG &DAG) const;