Home
last modified time | relevance | path

Searched refs:expandFP_TO_INT_SAT (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1060 if (SDValue Expanded = TLI.expandFP_TO_INT_SAT(Node, DAG)) { in Expand()
H A DLegalizeFloatTypes.cpp1172 SDValue Res = TLI.expandFP_TO_INT_SAT(N, DAG); in SoftenFloatOp_FP_TO_XINT_SAT()
H A DLegalizeDAG.cpp3441 Results.push_back(TLI.expandFP_TO_INT_SAT(Node, DAG)); in ExpandNode()
H A DLegalizeIntegerTypes.cpp3953 SDValue Res = TLI.expandFP_TO_INT_SAT(N, DAG); in ExpandIntRes_FP_TO_XINT_SAT()
H A DTargetLowering.cpp11128 SDValue TargetLowering::expandFP_TO_INT_SAT(SDNode *Node, in expandFP_TO_INT_SAT() function in TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5276 SDValue expandFP_TO_INT_SAT(SDNode *N, SelectionDAG &DAG) const;