Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeVectorOps.cpp1060 if (SDValue Expanded = TLI.expandFP_TO_INT_SAT(Node, DAG)) { in Expand()
HDLegalizeFloatTypes.cpp1172 SDValue Res = TLI.expandFP_TO_INT_SAT(N, DAG); in SoftenFloatOp_FP_TO_XINT_SAT()
HDLegalizeDAG.cpp3441 Results.push_back(TLI.expandFP_TO_INT_SAT(Node, DAG)); in ExpandNode()
HDLegalizeIntegerTypes.cpp3953 SDValue Res = TLI.expandFP_TO_INT_SAT(N, DAG); in ExpandIntRes_FP_TO_XINT_SAT()
HDTargetLowering.cpp11128 SDValue TargetLowering::expandFP_TO_INT_SAT(SDNode *Node, in expandFP_TO_INT_SAT() function in TargetLowering
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h5276 SDValue expandFP_TO_INT_SAT(SDNode *N, SelectionDAG &DAG) const;